Shades of Lola #BAB2B9
Tints of Lola #BAB2B9
RGB
CMYK
RGB Variations
Color information
#BAB2B9 (or 0xBAB2B9) is known color: Lola. HEX triplet: BA, B2 and B9. RGB value is (186,178,185). Sum of RGB (Red+Green+Blue) = 186+178+185=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2B9 is #454D46. Grayscale: #B5B5B5. Windows color (decimal): -4541767 or 12169914. OLE color: 12169914.
HSL color Cylindrical-coordinate representation of color #BAB2B9: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 178 | 185 | - |
CMYK | 0 | 0.04 | 0.01 | 0.27 |
HSL | 307.5º | 0.05% | 0.71% | - |
HSV(B) | 307.5º | 0.04% | 0.73% | - |
XYZ | 44.93 | 45.78 | 52.37 | - |
YUV | 181.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 178 | 185 | 0 | 0.04 | 0.01 | 0.27 | 307.5 | 0.05 | 0.71 |
Hex | BA | B2 | B9 | 0 | 4 | 1 | 1B | 134 | 5 | 47 |
Octal | 272 | 262 | 271 | 0 | 4 | 1 | 33 | 464 | 5 | 107 |
Binary | 10111010 | 10110010 | 10111001 | 0 | 100 | 1 | 11011 | 100110100 | 101 | 1000111 |
Color Harmonies of #BAB2B9
Complementary color
Monochromatic Colors of #BAB2B9
Black with #BAB2B9
Text Example
Text Example
White with #BAB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2B9; }
p { color: rgb(186,178,185); }
H1.HeaderClassName
{
color: #BAB2B9;
}
.AnyTagClassName
{
color: #BAB2B9;
}
</style>
background-color css
<style>
a { background-color: #BAB2B9; }
a { background-color: rgb(186,178,185); }
div.DivClassName
{
background-color: #BAB2B9;
}
.BgClassName
{
background-color: #BAB2B9;
}
</style>
border-color css
<style>
span { border-color: #BAB2B9; }
span { border-color: rgb(186,178,185); }
td.TdClassName
{
border-color: #BAB2B9;
}
.TagClassName
{
border-color: #BAB2B9;
}
</style>