Shades of Mist Grey #BDBDA2
Tints of Mist Grey #BDBDA2
RGB
CMYK
RGB Variations
Color information
#BDBDA2 (or 0xBDBDA2) is known color: Mist Grey. HEX triplet: BD, BD and A2. RGB value is (189,189,162). Sum of RGB (Red+Green+Blue) = 189+189+162=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBDA2 is #42425D. Grayscale: #BABABA. Windows color (decimal): -4342366 or 10665405. OLE color: 10665405.
HSL color Cylindrical-coordinate representation of color #BDBDA2: hue angle of 60º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBDA2 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 162 | - |
CMYK | 0 | 0 | 0.14 | 0.26 |
HSL | 60º | 0.17% | 0.69% | - |
HSV(B) | 60º | 0.14% | 0.74% | - |
XYZ | 45.71 | 49.82 | 41.39 | - |
YUV | 185.92 | 114.5 | 130.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 162 | 0 | 0 | 0.14 | 0.26 | 60 | 0.17 | 0.69 |
Hex | BD | BD | A2 | 0 | 0 | E | 1A | 3C | 11 | 45 |
Octal | 275 | 275 | 242 | 0 | 0 | 16 | 32 | 74 | 21 | 105 |
Binary | 10111101 | 10111101 | 10100010 | 0 | 0 | 1110 | 11010 | 111100 | 10001 | 1000101 |
Color Harmonies of #BDBDA2
Complementary color
Monochromatic Colors of #BDBDA2
Black with #BDBDA2
Text Example
Text Example
White with #BDBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDA2; }
p { color: rgb(189,189,162); }
H1.HeaderClassName
{
color: #BDBDA2;
}
.AnyTagClassName
{
color: #BDBDA2;
}
</style>
background-color css
<style>
a { background-color: #BDBDA2; }
a { background-color: rgb(189,189,162); }
div.DivClassName
{
background-color: #BDBDA2;
}
.BgClassName
{
background-color: #BDBDA2;
}
</style>
border-color css
<style>
span { border-color: #BDBDA2; }
span { border-color: rgb(189,189,162); }
td.TdClassName
{
border-color: #BDBDA2;
}
.TagClassName
{
border-color: #BDBDA2;
}
</style>