Shades of Mist Grey #BDBBA1
Tints of Mist Grey #BDBBA1
RGB
CMYK
RGB Variations
Color information
#BDBBA1 (or 0xBDBBA1) is known color: Mist Grey. HEX triplet: BD, BB and A1. RGB value is (189,187,161). Sum of RGB (Red+Green+Blue) = 189+187+161=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA1 is #42445E. Grayscale: #B8B8B8. Windows color (decimal): -4342879 or 10599357. OLE color: 10599357.
HSL color Cylindrical-coordinate representation of color #BDBBA1: hue angle of 55.71º 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 #BDBBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 161 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 55.71º | 0.18% | 0.69% | - |
| HSV(B) | 55.71º | 0.15% | 0.74% | - |
| XYZ | 45.19 | 48.93 | 40.78 | - |
| YUV | 184.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 161 | 0 | 0.01 | 0.15 | 0.26 | 55.71 | 0.18 | 0.69 |
| Hex | BD | BB | A1 | 0 | 1 | F | 1A | 38 | 12 | 45 |
| Octal | 275 | 273 | 241 | 0 | 1 | 17 | 32 | 70 | 22 | 105 |
| Binary | 10111101 | 10111011 | 10100001 | 0 | 1 | 1111 | 11010 | 111000 | 10010 | 1000101 |
Color Harmonies of #BDBBA1
Complementary color
Monochromatic Colors of #BDBBA1
Black with #BDBBA1
Text Example
Text Example
White with #BDBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBA1; }
p { color: rgb(189,187,161); }
H1.HeaderClassName
{
color: #BDBBA1;
}
.AnyTagClassName
{
color: #BDBBA1;
}
</style>
background-color css
<style>
a { background-color: #BDBBA1; }
a { background-color: rgb(189,187,161); }
div.DivClassName
{
background-color: #BDBBA1;
}
.BgClassName
{
background-color: #BDBBA1;
}
</style>
border-color css
<style>
span { border-color: #BDBBA1; }
span { border-color: rgb(189,187,161); }
td.TdClassName
{
border-color: #BDBBA1;
}
.TagClassName
{
border-color: #BDBBA1;
}
</style>