Shades of Mist Grey #B9BAA2
Tints of Mist Grey #B9BAA2
RGB
CMYK
RGB Variations
Color information
#B9BAA2 (or 0xB9BAA2) is known color: Mist Grey. HEX triplet: B9, BA and A2. RGB value is (185,186,162). Sum of RGB (Red+Green+Blue) = 185+186+162=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAA2 is #46455D. Grayscale: #B7B7B7. Windows color (decimal): -4605278 or 10664633. OLE color: 10664633.
HSL color Cylindrical-coordinate representation of color #B9BAA2: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BAA2 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 162 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.27 |
| HSL | 62.5º | 0.15% | 0.68% | - |
| HSV(B) | 62.5º | 0.13% | 0.73% | - |
| XYZ | 44.09 | 48.04 | 41.13 | - |
| YUV | 182.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 162 | 0.01 | 0 | 0.13 | 0.27 | 62.5 | 0.15 | 0.68 |
| Hex | B9 | BA | A2 | 1 | 0 | D | 1B | 3F | F | 44 |
| Octal | 271 | 272 | 242 | 1 | 0 | 15 | 33 | 77 | 17 | 104 |
| Binary | 10111001 | 10111010 | 10100010 | 1 | 0 | 1101 | 11011 | 111111 | 1111 | 1000100 |
Color Harmonies of #B9BAA2
Complementary color
Monochromatic Colors of #B9BAA2
Black with #B9BAA2
Text Example
Text Example
White with #B9BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BAA2; }
p { color: rgb(185,186,162); }
H1.HeaderClassName
{
color: #B9BAA2;
}
.AnyTagClassName
{
color: #B9BAA2;
}
</style>
background-color css
<style>
a { background-color: #B9BAA2; }
a { background-color: rgb(185,186,162); }
div.DivClassName
{
background-color: #B9BAA2;
}
.BgClassName
{
background-color: #B9BAA2;
}
</style>
border-color css
<style>
span { border-color: #B9BAA2; }
span { border-color: rgb(185,186,162); }
td.TdClassName
{
border-color: #B9BAA2;
}
.TagClassName
{
border-color: #B9BAA2;
}
</style>