Shades of Mist Grey #BDBBA6
Tints of Mist Grey #BDBBA6
RGB
CMYK
RGB Variations
Color information
#BDBBA6 (or 0xBDBBA6) is known color: Mist Grey. HEX triplet: BD, BB and A6. RGB value is (189,187,166). Sum of RGB (Red+Green+Blue) = 189+187+166=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBBA6 is #424459. Grayscale: #B9B9B9. Windows color (decimal): -4342874 or 10927037. OLE color: 10927037.
HSL color Cylindrical-coordinate representation of color #BDBBA6: hue angle of 54.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBBA6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 166 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.26 |
| HSL | 54.78º | 0.15% | 0.7% | - |
| HSV(B) | 54.78º | 0.12% | 0.74% | - |
| XYZ | 45.64 | 49.11 | 43.15 | - |
| YUV | 185.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 166 | 0 | 0.01 | 0.12 | 0.26 | 54.78 | 0.15 | 0.7 |
| Hex | BD | BB | A6 | 0 | 1 | C | 1A | 37 | F | 46 |
| Octal | 275 | 273 | 246 | 0 | 1 | 14 | 32 | 67 | 17 | 106 |
| Binary | 10111101 | 10111011 | 10100110 | 0 | 1 | 1100 | 11010 | 110111 | 1111 | 1000110 |
Color Harmonies of #BDBBA6
Complementary color
Monochromatic Colors of #BDBBA6
Black with #BDBBA6
Text Example
Text Example
White with #BDBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBA6; }
p { color: rgb(189,187,166); }
H1.HeaderClassName
{
color: #BDBBA6;
}
.AnyTagClassName
{
color: #BDBBA6;
}
</style>
background-color css
<style>
a { background-color: #BDBBA6; }
a { background-color: rgb(189,187,166); }
div.DivClassName
{
background-color: #BDBBA6;
}
.BgClassName
{
background-color: #BDBBA6;
}
</style>
border-color css
<style>
span { border-color: #BDBBA6; }
span { border-color: rgb(189,187,166); }
td.TdClassName
{
border-color: #BDBBA6;
}
.TagClassName
{
border-color: #BDBBA6;
}
</style>