Shades of Mist Grey #BABAB0
Tints of Mist Grey #BABAB0
RGB
CMYK
RGB Variations
Color information
#BABAB0 (or 0xBABAB0) is known color: Mist Grey. HEX triplet: BA, BA and B0. RGB value is (186,186,176). Sum of RGB (Red+Green+Blue) = 186+186+176=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAB0 is #45454F. Grayscale: #B8B8B8. Windows color (decimal): -4539728 or 11582138. OLE color: 11582138.
HSL color Cylindrical-coordinate representation of color #BABAB0: hue angle of 60º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABAB0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 186 | 176 | - |
CMYK | 0 | 0 | 0.05 | 0.27 |
HSL | 60º | 0.07% | 0.71% | - |
HSV(B) | 60º | 0.05% | 0.73% | - |
XYZ | 45.65 | 48.69 | 48.07 | - |
YUV | 184.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 176 | 0 | 0 | 0.05 | 0.27 | 60 | 0.07 | 0.71 |
Hex | BA | BA | B0 | 0 | 0 | 5 | 1B | 3C | 7 | 47 |
Octal | 272 | 272 | 260 | 0 | 0 | 5 | 33 | 74 | 7 | 107 |
Binary | 10111010 | 10111010 | 10110000 | 0 | 0 | 101 | 11011 | 111100 | 111 | 1000111 |
Color Harmonies of #BABAB0
Complementary color
Monochromatic Colors of #BABAB0
Black with #BABAB0
Text Example
Text Example
White with #BABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAB0; }
p { color: rgb(186,186,176); }
H1.HeaderClassName
{
color: #BABAB0;
}
.AnyTagClassName
{
color: #BABAB0;
}
</style>
background-color css
<style>
a { background-color: #BABAB0; }
a { background-color: rgb(186,186,176); }
div.DivClassName
{
background-color: #BABAB0;
}
.BgClassName
{
background-color: #BABAB0;
}
</style>
border-color css
<style>
span { border-color: #BABAB0; }
span { border-color: rgb(186,186,176); }
td.TdClassName
{
border-color: #BABAB0;
}
.TagClassName
{
border-color: #BABAB0;
}
</style>