Shades of Mist Grey #BFBDA1
Tints of Mist Grey #BFBDA1
RGB
CMYK
RGB Variations
Color information
#BFBDA1 (or 0xBFBDA1) is known color: Mist Grey. HEX triplet: BF, BD and A1. RGB value is (191,189,161). Sum of RGB (Red+Green+Blue) = 191+189+161=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA1 is #40425E. Grayscale: #BABABA. Windows color (decimal): -4211295 or 10599871. OLE color: 10599871.
HSL color Cylindrical-coordinate representation of color #BFBDA1: hue angle of 56º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBDA1 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 161 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.25 |
| HSL | 56º | 0.19% | 0.69% | - |
| HSV(B) | 56º | 0.16% | 0.75% | - |
| XYZ | 46.12 | 50.04 | 40.95 | - |
| YUV | 186.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 161 | 0 | 0.01 | 0.16 | 0.25 | 56 | 0.19 | 0.69 |
| Hex | BF | BD | A1 | 0 | 1 | 10 | 19 | 38 | 13 | 45 |
| Octal | 277 | 275 | 241 | 0 | 1 | 20 | 31 | 70 | 23 | 105 |
| Binary | 10111111 | 10111101 | 10100001 | 0 | 1 | 10000 | 11001 | 111000 | 10011 | 1000101 |
Color Harmonies of #BFBDA1
Complementary color
Monochromatic Colors of #BFBDA1
Black with #BFBDA1
Text Example
Text Example
White with #BFBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDA1; }
p { color: rgb(191,189,161); }
H1.HeaderClassName
{
color: #BFBDA1;
}
.AnyTagClassName
{
color: #BFBDA1;
}
</style>
background-color css
<style>
a { background-color: #BFBDA1; }
a { background-color: rgb(191,189,161); }
div.DivClassName
{
background-color: #BFBDA1;
}
.BgClassName
{
background-color: #BFBDA1;
}
</style>
border-color css
<style>
span { border-color: #BFBDA1; }
span { border-color: rgb(191,189,161); }
td.TdClassName
{
border-color: #BFBDA1;
}
.TagClassName
{
border-color: #BFBDA1;
}
</style>