Shades of Mist Grey #BABA9E
Tints of Mist Grey #BABA9E
RGB
CMYK
RGB Variations
Color information
#BABA9E (or 0xBABA9E) is known color: Mist Grey. HEX triplet: BA, BA and 9E. RGB value is (186,186,158). Sum of RGB (Red+Green+Blue) = 186+186+158=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9E is #454561. Grayscale: #B6B6B6. Windows color (decimal): -4539746 or 10402490. OLE color: 10402490.
HSL color Cylindrical-coordinate representation of color #BABA9E: hue angle of 60º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABA9E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 158 | - |
| CMYK | 0 | 0 | 0.15 | 0.27 |
| HSL | 60º | 0.17% | 0.67% | - |
| HSV(B) | 60º | 0.15% | 0.73% | - |
| XYZ | 43.98 | 48.03 | 39.3 | - |
| YUV | 182.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 158 | 0 | 0 | 0.15 | 0.27 | 60 | 0.17 | 0.67 |
| Hex | BA | BA | 9E | 0 | 0 | F | 1B | 3C | 11 | 43 |
| Octal | 272 | 272 | 236 | 0 | 0 | 17 | 33 | 74 | 21 | 103 |
| Binary | 10111010 | 10111010 | 10011110 | 0 | 0 | 1111 | 11011 | 111100 | 10001 | 1000011 |
Color Harmonies of #BABA9E
Complementary color
Monochromatic Colors of #BABA9E
Black with #BABA9E
Text Example
Text Example
White with #BABA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA9E; }
p { color: rgb(186,186,158); }
H1.HeaderClassName
{
color: #BABA9E;
}
.AnyTagClassName
{
color: #BABA9E;
}
</style>
background-color css
<style>
a { background-color: #BABA9E; }
a { background-color: rgb(186,186,158); }
div.DivClassName
{
background-color: #BABA9E;
}
.BgClassName
{
background-color: #BABA9E;
}
</style>
border-color css
<style>
span { border-color: #BABA9E; }
span { border-color: rgb(186,186,158); }
td.TdClassName
{
border-color: #BABA9E;
}
.TagClassName
{
border-color: #BABA9E;
}
</style>