Shades of Lola #BA9ABF
Tints of Lola #BA9ABF
RGB
CMYK
RGB Variations
Color information
#BA9ABF (or 0xBA9ABF) is known color: Lola. HEX triplet: BA, 9A and BF. RGB value is (186,154,191). Sum of RGB (Red+Green+Blue) = 186+154+191=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ABF is #456540. Grayscale: #A7A7A7. Windows color (decimal): -4547905 or 12556986. OLE color: 12556986.
HSL color Cylindrical-coordinate representation of color #BA9ABF: hue angle of 291.89º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9ABF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 154 | 191 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.25 |
| HSL | 291.89º | 0.22% | 0.68% | - |
| HSV(B) | 291.89º | 0.19% | 0.75% | - |
| XYZ | 41.21 | 37.31 | 54.32 | - |
| YUV | 167.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 191 | 0.03 | 0.19 | 0 | 0.25 | 291.89 | 0.22 | 0.68 |
| Hex | BA | 9A | BF | 3 | 13 | 0 | 19 | 124 | 16 | 44 |
| Octal | 272 | 232 | 277 | 3 | 23 | 0 | 31 | 444 | 26 | 104 |
| Binary | 10111010 | 10011010 | 10111111 | 11 | 10011 | 0 | 11001 | 100100100 | 10110 | 1000100 |
Color Harmonies of #BA9ABF
Complementary color
Monochromatic Colors of #BA9ABF
Black with #BA9ABF
Text Example
Text Example
White with #BA9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9ABF; }
p { color: rgb(186,154,191); }
H1.HeaderClassName
{
color: #BA9ABF;
}
.AnyTagClassName
{
color: #BA9ABF;
}
</style>
background-color css
<style>
a { background-color: #BA9ABF; }
a { background-color: rgb(186,154,191); }
div.DivClassName
{
background-color: #BA9ABF;
}
.BgClassName
{
background-color: #BA9ABF;
}
</style>
border-color css
<style>
span { border-color: #BA9ABF; }
span { border-color: rgb(186,154,191); }
td.TdClassName
{
border-color: #BA9ABF;
}
.TagClassName
{
border-color: #BA9ABF;
}
</style>