Shades of Mist Grey #BABAAB
Tints of Mist Grey #BABAAB
RGB
CMYK
RGB Variations
Color information
#BABAAB (or 0xBABAAB) is known color: Mist Grey. HEX triplet: BA, BA and AB. RGB value is (186,186,171). Sum of RGB (Red+Green+Blue) = 186+186+171=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAB is #454554. Grayscale: #B8B8B8. Windows color (decimal): -4539733 or 11254458. OLE color: 11254458.
HSL color Cylindrical-coordinate representation of color #BABAAB: hue angle of 60º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABAAB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 171 | - |
| CMYK | 0 | 0 | 0.08 | 0.27 |
| HSL | 60º | 0.1% | 0.7% | - |
| HSV(B) | 60º | 0.08% | 0.73% | - |
| XYZ | 45.16 | 48.5 | 45.51 | - |
| YUV | 184.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 171 | 0 | 0 | 0.08 | 0.27 | 60 | 0.1 | 0.7 |
| Hex | BA | BA | AB | 0 | 0 | 8 | 1B | 3C | A | 46 |
| Octal | 272 | 272 | 253 | 0 | 0 | 10 | 33 | 74 | 12 | 106 |
| Binary | 10111010 | 10111010 | 10101011 | 0 | 0 | 1000 | 11011 | 111100 | 1010 | 1000110 |
Color Harmonies of #BABAAB
Complementary color
Monochromatic Colors of #BABAAB
Black with #BABAAB
Text Example
Text Example
White with #BABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAAB; }
p { color: rgb(186,186,171); }
H1.HeaderClassName
{
color: #BABAAB;
}
.AnyTagClassName
{
color: #BABAAB;
}
</style>
background-color css
<style>
a { background-color: #BABAAB; }
a { background-color: rgb(186,186,171); }
div.DivClassName
{
background-color: #BABAAB;
}
.BgClassName
{
background-color: #BABAAB;
}
</style>
border-color css
<style>
span { border-color: #BABAAB; }
span { border-color: rgb(186,186,171); }
td.TdClassName
{
border-color: #BABAAB;
}
.TagClassName
{
border-color: #BABAAB;
}
</style>