Shades of Mist Grey #BDBDA4
Tints of Mist Grey #BDBDA4
RGB
CMYK
RGB Variations
Color information
#BDBDA4 (or 0xBDBDA4) is known color: Mist Grey. HEX triplet: BD, BD and A4. RGB value is (189,189,164). Sum of RGB (Red+Green+Blue) = 189+189+164=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBDA4 is #42425B. Grayscale: #BABABA. Windows color (decimal): -4342364 or 10796477. OLE color: 10796477.
HSL color Cylindrical-coordinate representation of color #BDBDA4: hue angle of 60º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBDA4 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 164 | - |
CMYK | 0 | 0 | 0.13 | 0.26 |
HSL | 60º | 0.16% | 0.69% | - |
HSV(B) | 60º | 0.13% | 0.74% | - |
XYZ | 45.88 | 49.89 | 42.33 | - |
YUV | 186.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 164 | 0 | 0 | 0.13 | 0.26 | 60 | 0.16 | 0.69 |
Hex | BD | BD | A4 | 0 | 0 | D | 1A | 3C | 10 | 45 |
Octal | 275 | 275 | 244 | 0 | 0 | 15 | 32 | 74 | 20 | 105 |
Binary | 10111101 | 10111101 | 10100100 | 0 | 0 | 1101 | 11010 | 111100 | 10000 | 1000101 |
Color Harmonies of #BDBDA4
Complementary color
Monochromatic Colors of #BDBDA4
Black with #BDBDA4
Text Example
Text Example
White with #BDBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDA4; }
p { color: rgb(189,189,164); }
H1.HeaderClassName
{
color: #BDBDA4;
}
.AnyTagClassName
{
color: #BDBDA4;
}
</style>
background-color css
<style>
a { background-color: #BDBDA4; }
a { background-color: rgb(189,189,164); }
div.DivClassName
{
background-color: #BDBDA4;
}
.BgClassName
{
background-color: #BDBDA4;
}
</style>
border-color css
<style>
span { border-color: #BDBDA4; }
span { border-color: rgb(189,189,164); }
td.TdClassName
{
border-color: #BDBDA4;
}
.TagClassName
{
border-color: #BDBDA4;
}
</style>