Shades of Lola #BA9ABC
Tints of Lola #BA9ABC
RGB
CMYK
RGB Variations
Color information
#BA9ABC (or 0xBA9ABC) is known color: Lola. HEX triplet: BA, 9A and BC. RGB value is (186,154,188). Sum of RGB (Red+Green+Blue) = 186+154+188=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABC is #456543. Grayscale: #A7A7A7. Windows color (decimal): -4547908 or 12360378. OLE color: 12360378.
HSL color Cylindrical-coordinate representation of color #BA9ABC: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9ABC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 154 | 188 | - |
CMYK | 0.01 | 0.18 | 0 | 0.26 |
HSL | 296.47º | 0.2% | 0.67% | - |
HSV(B) | 296.47º | 0.18% | 0.74% | - |
XYZ | 40.88 | 37.18 | 52.6 | - |
YUV | 167.44 | 139.6 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 154 | 188 | 0.01 | 0.18 | 0 | 0.26 | 296.47 | 0.2 | 0.67 |
Hex | BA | 9A | BC | 1 | 12 | 0 | 1A | 128 | 14 | 43 |
Octal | 272 | 232 | 274 | 1 | 22 | 0 | 32 | 450 | 24 | 103 |
Binary | 10111010 | 10011010 | 10111100 | 1 | 10010 | 0 | 11010 | 100101000 | 10100 | 1000011 |
Color Harmonies of #BA9ABC
Complementary color
Monochromatic Colors of #BA9ABC
Black with #BA9ABC
Text Example
Text Example
White with #BA9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ABC; }
p { color: rgb(186,154,188); }
H1.HeaderClassName
{
color: #BA9ABC;
}
.AnyTagClassName
{
color: #BA9ABC;
}
</style>
background-color css
<style>
a { background-color: #BA9ABC; }
a { background-color: rgb(186,154,188); }
div.DivClassName
{
background-color: #BA9ABC;
}
.BgClassName
{
background-color: #BA9ABC;
}
</style>
border-color css
<style>
span { border-color: #BA9ABC; }
span { border-color: rgb(186,154,188); }
td.TdClassName
{
border-color: #BA9ABC;
}
.TagClassName
{
border-color: #BA9ABC;
}
</style>