#bfbfbf color RGB value is (191,191,191)
#bfbfbf color CMYK value
#bfbfbf color HSL value
HSV(or HSB) | 0° | 0 | 74.9 |
XYZ | 49.521 | 52.1 | 56.736 |
Yxy | 0.313 | 0.329 | 52.1 |
LAB | 77.34 | 0.004 | -0.008 |
LUV | 77.34 | 0.001 | -0.013 |
Hunter-LAB | 72.18 | -3.851 | 3.922 |
CIE-LCH | 77.34 | 0.009 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | BF | BF | BF |
Decimal | 191 | 191 | 191 |
Octal | 277 | 277 | 277 |
Binary | 10111111 | 10111111 | 10111111 |
Below, you can see some colors close to #bfbfbf. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #bfbfbf.
<span style="color:#bfbfbf">Text here</span>
This paragraph has a background color of #bfbfbf.
<p style="background-color:#bfbfbf;">Content here</p>
This element has a border color of #bfbfbf.
<div style="border:1px #bfbfbf;">Content here</div>
.text {color:#bfbfbf;}
.background {background-color:#bfbfbf;}
.border {border:1px solid #bfbfbf;}
.text-shadow {border:1px solid #bfbfbf;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0a0a0a is the darkest color, while #ffffff is the lightest one.