Shades of Lola #BA9ABE
Tints of Lola #BA9ABE
RGB
CMYK
RGB Variations
Color information
#BA9ABE (or 0xBA9ABE) is known color: Lola. HEX triplet: BA, 9A and BE. RGB value is (186,154,190). Sum of RGB (Red+Green+Blue) = 186+154+190=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABE is #456541. Grayscale: #A7A7A7. Windows color (decimal): -4547906 or 12491450. OLE color: 12491450.
HSL color Cylindrical-coordinate representation of color #BA9ABE: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9ABE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 154 | 190 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 293.33º | 0.22% | 0.67% | - |
| HSV(B) | 293.33º | 0.19% | 0.75% | - |
| XYZ | 41.1 | 37.27 | 53.74 | - |
| YUV | 167.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 190 | 0.02 | 0.19 | 0 | 0.25 | 293.33 | 0.22 | 0.67 |
| Hex | BA | 9A | BE | 2 | 13 | 0 | 19 | 125 | 16 | 43 |
| Octal | 272 | 232 | 276 | 2 | 23 | 0 | 31 | 445 | 26 | 103 |
| Binary | 10111010 | 10011010 | 10111110 | 10 | 10011 | 0 | 11001 | 100100101 | 10110 | 1000011 |
Color Harmonies of #BA9ABE
Complementary color
Monochromatic Colors of #BA9ABE
Black with #BA9ABE
Text Example
Text Example
White with #BA9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ABE; }
p { color: rgb(186,154,190); }
H1.HeaderClassName
{
color: #BA9ABE;
}
.AnyTagClassName
{
color: #BA9ABE;
}
</style>
background-color css
<style>
a { background-color: #BA9ABE; }
a { background-color: rgb(186,154,190); }
div.DivClassName
{
background-color: #BA9ABE;
}
.BgClassName
{
background-color: #BA9ABE;
}
</style>
border-color css
<style>
span { border-color: #BA9ABE; }
span { border-color: rgb(186,154,190); }
td.TdClassName
{
border-color: #BA9ABE;
}
.TagClassName
{
border-color: #BA9ABE;
}
</style>