Shades of Mist Grey #BDBCA8
Tints of Mist Grey #BDBCA8
RGB
CMYK
RGB Variations
Color information
#BDBCA8 (or 0xBDBCA8) is known color: Mist Grey. HEX triplet: BD, BC and A8. RGB value is (189,188,168). Sum of RGB (Red+Green+Blue) = 189+188+168=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA8 is #424357. Grayscale: #BABABA. Windows color (decimal): -4342616 or 11058365. OLE color: 11058365.
HSL color Cylindrical-coordinate representation of color #BDBCA8: hue angle of 57.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBCA8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 168 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.26 |
| HSL | 57.14º | 0.14% | 0.7% | - |
| HSV(B) | 57.14º | 0.11% | 0.74% | - |
| XYZ | 46.04 | 49.61 | 44.2 | - |
| YUV | 186.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 168 | 0 | 0.01 | 0.11 | 0.26 | 57.14 | 0.14 | 0.7 |
| Hex | BD | BC | A8 | 0 | 1 | B | 1A | 39 | E | 46 |
| Octal | 275 | 274 | 250 | 0 | 1 | 13 | 32 | 71 | 16 | 106 |
| Binary | 10111101 | 10111100 | 10101000 | 0 | 1 | 1011 | 11010 | 111001 | 1110 | 1000110 |
Color Harmonies of #BDBCA8
Complementary color
Monochromatic Colors of #BDBCA8
Black with #BDBCA8
Text Example
Text Example
White with #BDBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCA8; }
p { color: rgb(189,188,168); }
H1.HeaderClassName
{
color: #BDBCA8;
}
.AnyTagClassName
{
color: #BDBCA8;
}
</style>
background-color css
<style>
a { background-color: #BDBCA8; }
a { background-color: rgb(189,188,168); }
div.DivClassName
{
background-color: #BDBCA8;
}
.BgClassName
{
background-color: #BDBCA8;
}
</style>
border-color css
<style>
span { border-color: #BDBCA8; }
span { border-color: rgb(189,188,168); }
td.TdClassName
{
border-color: #BDBCA8;
}
.TagClassName
{
border-color: #BDBCA8;
}
</style>