Shades of Mist Grey #BDBDA1
Tints of Mist Grey #BDBDA1
RGB
CMYK
RGB Variations
Color information
#BDBDA1 (or 0xBDBDA1) is known color: Mist Grey. HEX triplet: BD, BD and A1. RGB value is (189,189,161). Sum of RGB (Red+Green+Blue) = 189+189+161=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBDA1 is #42425E. Grayscale: #B9B9B9. Windows color (decimal): -4342367 or 10599869. OLE color: 10599869.
HSL color Cylindrical-coordinate representation of color #BDBDA1: 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.15%. Process color model (Four color, CMYK) of #BDBDA1 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 161 | - |
CMYK | 0 | 0 | 0.15 | 0.26 |
HSL | 60º | 0.18% | 0.69% | - |
HSV(B) | 60º | 0.15% | 0.74% | - |
XYZ | 45.62 | 49.79 | 40.92 | - |
YUV | 185.81 | 114 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 161 | 0 | 0 | 0.15 | 0.26 | 60 | 0.18 | 0.69 |
Hex | BD | BD | A1 | 0 | 0 | F | 1A | 3C | 12 | 45 |
Octal | 275 | 275 | 241 | 0 | 0 | 17 | 32 | 74 | 22 | 105 |
Binary | 10111101 | 10111101 | 10100001 | 0 | 0 | 1111 | 11010 | 111100 | 10010 | 1000101 |
Color Harmonies of #BDBDA1
Complementary color
Monochromatic Colors of #BDBDA1
Black with #BDBDA1
Text Example
Text Example
White with #BDBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDA1; }
p { color: rgb(189,189,161); }
H1.HeaderClassName
{
color: #BDBDA1;
}
.AnyTagClassName
{
color: #BDBDA1;
}
</style>
background-color css
<style>
a { background-color: #BDBDA1; }
a { background-color: rgb(189,189,161); }
div.DivClassName
{
background-color: #BDBDA1;
}
.BgClassName
{
background-color: #BDBDA1;
}
</style>
border-color css
<style>
span { border-color: #BDBDA1; }
span { border-color: rgb(189,189,161); }
td.TdClassName
{
border-color: #BDBDA1;
}
.TagClassName
{
border-color: #BDBDA1;
}
</style>