Shades of Mist Grey #BFBDA9
Tints of Mist Grey #BFBDA9
RGB
CMYK
RGB Variations
Color information
#BFBDA9 (or 0xBFBDA9) is known color: Mist Grey. HEX triplet: BF, BD and A9. RGB value is (191,189,169). Sum of RGB (Red+Green+Blue) = 191+189+169=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA9 is #404256. Grayscale: #BBBBBB. Windows color (decimal): -4211287 or 11124159. OLE color: 11124159.
HSL color Cylindrical-coordinate representation of color #BFBDA9: hue angle of 54.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFBDA9 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 169 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.25 |
| HSL | 54.55º | 0.15% | 0.71% | - |
| HSV(B) | 54.55º | 0.12% | 0.75% | - |
| XYZ | 46.84 | 50.34 | 44.78 | - |
| YUV | 187.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 169 | 0 | 0.01 | 0.12 | 0.25 | 54.55 | 0.15 | 0.71 |
| Hex | BF | BD | A9 | 0 | 1 | C | 19 | 37 | F | 47 |
| Octal | 277 | 275 | 251 | 0 | 1 | 14 | 31 | 67 | 17 | 107 |
| Binary | 10111111 | 10111101 | 10101001 | 0 | 1 | 1100 | 11001 | 110111 | 1111 | 1000111 |
Color Harmonies of #BFBDA9
Complementary color
Monochromatic Colors of #BFBDA9
Black with #BFBDA9
Text Example
Text Example
White with #BFBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDA9; }
p { color: rgb(191,189,169); }
H1.HeaderClassName
{
color: #BFBDA9;
}
.AnyTagClassName
{
color: #BFBDA9;
}
</style>
background-color css
<style>
a { background-color: #BFBDA9; }
a { background-color: rgb(191,189,169); }
div.DivClassName
{
background-color: #BFBDA9;
}
.BgClassName
{
background-color: #BFBDA9;
}
</style>
border-color css
<style>
span { border-color: #BFBDA9; }
span { border-color: rgb(191,189,169); }
td.TdClassName
{
border-color: #BFBDA9;
}
.TagClassName
{
border-color: #BFBDA9;
}
</style>