Shades of Mist Grey #BAB9A8
Tints of Mist Grey #BAB9A8
RGB
CMYK
RGB Variations
Color information
#BAB9A8 (or 0xBAB9A8) is known color: Mist Grey. HEX triplet: BA, B9 and A8. RGB value is (186,185,168). Sum of RGB (Red+Green+Blue) = 186+185+168=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9A8 is #454657. Grayscale: #B7B7B7. Windows color (decimal): -4539992 or 11057594. OLE color: 11057594.
HSL color Cylindrical-coordinate representation of color #BAB9A8: hue angle of 56.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB9A8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 185 | 168 | - |
CMYK | 0 | 0.01 | 0.10 | 0.27 |
HSL | 56.67º | 0.12% | 0.69% | - |
HSV(B) | 56.67º | 0.1% | 0.73% | - |
XYZ | 44.67 | 47.96 | 43.95 | - |
YUV | 183.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 168 | 0 | 0.01 | 0.10 | 0.27 | 56.67 | 0.12 | 0.69 |
Hex | BA | B9 | A8 | 0 | 1 | A | 1B | 39 | C | 45 |
Octal | 272 | 271 | 250 | 0 | 1 | 12 | 33 | 71 | 14 | 105 |
Binary | 10111010 | 10111001 | 10101000 | 0 | 1 | 1010 | 11011 | 111001 | 1100 | 1000101 |
Color Harmonies of #BAB9A8
Complementary color
Monochromatic Colors of #BAB9A8
Black with #BAB9A8
Text Example
Text Example
White with #BAB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9A8; }
p { color: rgb(186,185,168); }
H1.HeaderClassName
{
color: #BAB9A8;
}
.AnyTagClassName
{
color: #BAB9A8;
}
</style>
background-color css
<style>
a { background-color: #BAB9A8; }
a { background-color: rgb(186,185,168); }
div.DivClassName
{
background-color: #BAB9A8;
}
.BgClassName
{
background-color: #BAB9A8;
}
</style>
border-color css
<style>
span { border-color: #BAB9A8; }
span { border-color: rgb(186,185,168); }
td.TdClassName
{
border-color: #BAB9A8;
}
.TagClassName
{
border-color: #BAB9A8;
}
</style>