Shades of Mist Grey #BDBCA0
Tints of Mist Grey #BDBCA0
RGB
CMYK
RGB Variations
Color information
#BDBCA0 (or 0xBDBCA0) is known color: Mist Grey. HEX triplet: BD, BC and A0. RGB value is (189,188,160). Sum of RGB (Red+Green+Blue) = 189+188+160=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBCA0 is #42435F. Grayscale: #B9B9B9. Windows color (decimal): -4342624 or 10534077. OLE color: 10534077.
HSL color Cylindrical-coordinate representation of color #BDBCA0: hue angle of 57.93º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBCA0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 160 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 57.93º | 0.18% | 0.68% | - |
| HSV(B) | 57.93º | 0.15% | 0.74% | - |
| XYZ | 45.31 | 49.32 | 40.39 | - |
| YUV | 185.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 160 | 0 | 0.01 | 0.15 | 0.26 | 57.93 | 0.18 | 0.68 |
| Hex | BD | BC | A0 | 0 | 1 | F | 1A | 3A | 12 | 44 |
| Octal | 275 | 274 | 240 | 0 | 1 | 17 | 32 | 72 | 22 | 104 |
| Binary | 10111101 | 10111100 | 10100000 | 0 | 1 | 1111 | 11010 | 111010 | 10010 | 1000100 |
Color Harmonies of #BDBCA0
Complementary color
Monochromatic Colors of #BDBCA0
Black with #BDBCA0
Text Example
Text Example
White with #BDBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCA0; }
p { color: rgb(189,188,160); }
H1.HeaderClassName
{
color: #BDBCA0;
}
.AnyTagClassName
{
color: #BDBCA0;
}
</style>
background-color css
<style>
a { background-color: #BDBCA0; }
a { background-color: rgb(189,188,160); }
div.DivClassName
{
background-color: #BDBCA0;
}
.BgClassName
{
background-color: #BDBCA0;
}
</style>
border-color css
<style>
span { border-color: #BDBCA0; }
span { border-color: rgb(189,188,160); }
td.TdClassName
{
border-color: #BDBCA0;
}
.TagClassName
{
border-color: #BDBCA0;
}
</style>