Shades of Lola #BA9ABB
Tints of Lola #BA9ABB
RGB
CMYK
RGB Variations
Color information
#BA9ABB (or 0xBA9ABB) is known color: Lola. HEX triplet: BA, 9A and BB. RGB value is (186,154,187). Sum of RGB (Red+Green+Blue) = 186+154+187=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABB is #456544. Grayscale: #A7A7A7. Windows color (decimal): -4547909 or 12294842. OLE color: 12294842.
HSL color Cylindrical-coordinate representation of color #BA9ABB: hue angle of 298.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9ABB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 187 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.27 |
| HSL | 298.18º | 0.2% | 0.67% | - |
| HSV(B) | 298.18º | 0.18% | 0.73% | - |
| XYZ | 40.77 | 37.14 | 52.03 | - |
| YUV | 167.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 187 | 0.01 | 0.18 | 0 | 0.27 | 298.18 | 0.2 | 0.67 |
| Hex | BA | 9A | BB | 1 | 12 | 0 | 1B | 12A | 14 | 43 |
| Octal | 272 | 232 | 273 | 1 | 22 | 0 | 33 | 452 | 24 | 103 |
| Binary | 10111010 | 10011010 | 10111011 | 1 | 10010 | 0 | 11011 | 100101010 | 10100 | 1000011 |
Color Harmonies of #BA9ABB
Complementary color
Monochromatic Colors of #BA9ABB
Black with #BA9ABB
Text Example
Text Example
White with #BA9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ABB; }
p { color: rgb(186,154,187); }
H1.HeaderClassName
{
color: #BA9ABB;
}
.AnyTagClassName
{
color: #BA9ABB;
}
</style>
background-color css
<style>
a { background-color: #BA9ABB; }
a { background-color: rgb(186,154,187); }
div.DivClassName
{
background-color: #BA9ABB;
}
.BgClassName
{
background-color: #BA9ABB;
}
</style>
border-color css
<style>
span { border-color: #BA9ABB; }
span { border-color: rgb(186,154,187); }
td.TdClassName
{
border-color: #BA9ABB;
}
.TagClassName
{
border-color: #BA9ABB;
}
</style>