Shades of Mist Grey #BDBBAB
Tints of Mist Grey #BDBBAB
RGB
CMYK
RGB Variations
Color information
#BDBBAB (or 0xBDBBAB) is known color: Mist Grey. HEX triplet: BD, BB and AB. RGB value is (189,187,171). Sum of RGB (Red+Green+Blue) = 189+187+171=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBAB is #424454. Grayscale: #B9B9B9. Windows color (decimal): -4342869 or 11254717. OLE color: 11254717.
HSL color Cylindrical-coordinate representation of color #BDBBAB: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBBAB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 171 | - |
CMYK | 0 | 0.01 | 0.10 | 0.26 |
HSL | 53.33º | 0.12% | 0.71% | - |
HSV(B) | 53.33º | 0.1% | 0.74% | - |
XYZ | 46.11 | 49.3 | 45.61 | - |
YUV | 185.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 171 | 0 | 0.01 | 0.10 | 0.26 | 53.33 | 0.12 | 0.71 |
Hex | BD | BB | AB | 0 | 1 | A | 1A | 35 | C | 47 |
Octal | 275 | 273 | 253 | 0 | 1 | 12 | 32 | 65 | 14 | 107 |
Binary | 10111101 | 10111011 | 10101011 | 0 | 1 | 1010 | 11010 | 110101 | 1100 | 1000111 |
Color Harmonies of #BDBBAB
Complementary color
Monochromatic Colors of #BDBBAB
Black with #BDBBAB
Text Example
Text Example
White with #BDBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBAB; }
p { color: rgb(189,187,171); }
H1.HeaderClassName
{
color: #BDBBAB;
}
.AnyTagClassName
{
color: #BDBBAB;
}
</style>
background-color css
<style>
a { background-color: #BDBBAB; }
a { background-color: rgb(189,187,171); }
div.DivClassName
{
background-color: #BDBBAB;
}
.BgClassName
{
background-color: #BDBBAB;
}
</style>
border-color css
<style>
span { border-color: #BDBBAB; }
span { border-color: rgb(189,187,171); }
td.TdClassName
{
border-color: #BDBBAB;
}
.TagClassName
{
border-color: #BDBBAB;
}
</style>