Shades of Mist Grey #B9B8A9
Tints of Mist Grey #B9B8A9
RGB
CMYK
RGB Variations
Color information
#B9B8A9 (or 0xB9B8A9) is known color: Mist Grey. HEX triplet: B9, B8 and A9. RGB value is (185,184,169). Sum of RGB (Red+Green+Blue) = 185+184+169=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B8A9 is #464756. Grayscale: #B6B6B6. Windows color (decimal): -4605783 or 11122873. OLE color: 11122873.
HSL color Cylindrical-coordinate representation of color #B9B8A9: hue angle of 56.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9B8A9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 169 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.27 |
| HSL | 56.25º | 0.1% | 0.69% | - |
| HSV(B) | 56.25º | 0.09% | 0.73% | - |
| XYZ | 44.31 | 47.46 | 44.36 | - |
| YUV | 182.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 169 | 0 | 0.01 | 0.09 | 0.27 | 56.25 | 0.1 | 0.69 |
| Hex | B9 | B8 | A9 | 0 | 1 | 9 | 1B | 38 | A | 45 |
| Octal | 271 | 270 | 251 | 0 | 1 | 11 | 33 | 70 | 12 | 105 |
| Binary | 10111001 | 10111000 | 10101001 | 0 | 1 | 1001 | 11011 | 111000 | 1010 | 1000101 |
Color Harmonies of #B9B8A9
Complementary color
Monochromatic Colors of #B9B8A9
Black with #B9B8A9
Text Example
Text Example
White with #B9B8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B8A9; }
p { color: rgb(185,184,169); }
H1.HeaderClassName
{
color: #B9B8A9;
}
.AnyTagClassName
{
color: #B9B8A9;
}
</style>
background-color css
<style>
a { background-color: #B9B8A9; }
a { background-color: rgb(185,184,169); }
div.DivClassName
{
background-color: #B9B8A9;
}
.BgClassName
{
background-color: #B9B8A9;
}
</style>
border-color css
<style>
span { border-color: #B9B8A9; }
span { border-color: rgb(185,184,169); }
td.TdClassName
{
border-color: #B9B8A9;
}
.TagClassName
{
border-color: #B9B8A9;
}
</style>