Shades of Mist Grey #BFBDAB
Tints of Mist Grey #BFBDAB
RGB
CMYK
RGB Variations
Color information
#BFBDAB (or 0xBFBDAB) is known color: Mist Grey. HEX triplet: BF, BD and AB. RGB value is (191,189,171). Sum of RGB (Red+Green+Blue) = 191+189+171=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAB is #404254. Grayscale: #BBBBBB. Windows color (decimal): -4211285 or 11255231. OLE color: 11255231.
HSL color Cylindrical-coordinate representation of color #BFBDAB: hue angle of 54º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBDAB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 171 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.25 |
| HSL | 54º | 0.14% | 0.71% | - |
| HSV(B) | 54º | 0.1% | 0.75% | - |
| XYZ | 47.03 | 50.41 | 45.78 | - |
| YUV | 187.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 171 | 0 | 0.01 | 0.10 | 0.25 | 54 | 0.14 | 0.71 |
| Hex | BF | BD | AB | 0 | 1 | A | 19 | 36 | E | 47 |
| Octal | 277 | 275 | 253 | 0 | 1 | 12 | 31 | 66 | 16 | 107 |
| Binary | 10111111 | 10111101 | 10101011 | 0 | 1 | 1010 | 11001 | 110110 | 1110 | 1000111 |
Color Harmonies of #BFBDAB
Complementary color
Monochromatic Colors of #BFBDAB
Black with #BFBDAB
Text Example
Text Example
White with #BFBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDAB; }
p { color: rgb(191,189,171); }
H1.HeaderClassName
{
color: #BFBDAB;
}
.AnyTagClassName
{
color: #BFBDAB;
}
</style>
background-color css
<style>
a { background-color: #BFBDAB; }
a { background-color: rgb(191,189,171); }
div.DivClassName
{
background-color: #BFBDAB;
}
.BgClassName
{
background-color: #BFBDAB;
}
</style>
border-color css
<style>
span { border-color: #BFBDAB; }
span { border-color: rgb(191,189,171); }
td.TdClassName
{
border-color: #BFBDAB;
}
.TagClassName
{
border-color: #BFBDAB;
}
</style>