Shades of Mist Grey #BFBDA4
Tints of Mist Grey #BFBDA4
RGB
CMYK
RGB Variations
Color information
#BFBDA4 (or 0xBFBDA4) is known color: Mist Grey. HEX triplet: BF, BD and A4. RGB value is (191,189,164). Sum of RGB (Red+Green+Blue) = 191+189+164=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDA4 is #40425B. Grayscale: #BABABA. Windows color (decimal): -4211292 or 10796479. OLE color: 10796479.
HSL color Cylindrical-coordinate representation of color #BFBDA4: hue angle of 55.56º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBDA4 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 164 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.25 |
| HSL | 55.56º | 0.17% | 0.7% | - |
| HSV(B) | 55.56º | 0.14% | 0.75% | - |
| XYZ | 46.38 | 50.15 | 42.36 | - |
| YUV | 186.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 164 | 0 | 0.01 | 0.14 | 0.25 | 55.56 | 0.17 | 0.7 |
| Hex | BF | BD | A4 | 0 | 1 | E | 19 | 38 | 11 | 46 |
| Octal | 277 | 275 | 244 | 0 | 1 | 16 | 31 | 70 | 21 | 106 |
| Binary | 10111111 | 10111101 | 10100100 | 0 | 1 | 1110 | 11001 | 111000 | 10001 | 1000110 |
Color Harmonies of #BFBDA4
Complementary color
Monochromatic Colors of #BFBDA4
Black with #BFBDA4
Text Example
Text Example
White with #BFBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDA4; }
p { color: rgb(191,189,164); }
H1.HeaderClassName
{
color: #BFBDA4;
}
.AnyTagClassName
{
color: #BFBDA4;
}
</style>
background-color css
<style>
a { background-color: #BFBDA4; }
a { background-color: rgb(191,189,164); }
div.DivClassName
{
background-color: #BFBDA4;
}
.BgClassName
{
background-color: #BFBDA4;
}
</style>
border-color css
<style>
span { border-color: #BFBDA4; }
span { border-color: rgb(191,189,164); }
td.TdClassName
{
border-color: #BFBDA4;
}
.TagClassName
{
border-color: #BFBDA4;
}
</style>