Shades of Lola #BA9FC0
Tints of Lola #BA9FC0
RGB
CMYK
RGB Variations
Color information
#BA9FC0 (or 0xBA9FC0) is known color: Lola. HEX triplet: BA, 9F and C0. RGB value is (186,159,192). Sum of RGB (Red+Green+Blue) = 186+159+192=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC0 is #45603F. Grayscale: #AAAAAA. Windows color (decimal): -4546624 or 12623802. OLE color: 12623802.
HSL color Cylindrical-coordinate representation of color #BA9FC0: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9FC0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 159 | 192 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.25 |
| HSL | 289.09º | 0.21% | 0.69% | - |
| HSV(B) | 289.09º | 0.17% | 0.75% | - |
| XYZ | 42.16 | 39.04 | 55.18 | - |
| YUV | 170.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 192 | 0.03 | 0.17 | 0 | 0.25 | 289.09 | 0.21 | 0.69 |
| Hex | BA | 9F | C0 | 3 | 11 | 0 | 19 | 121 | 15 | 45 |
| Octal | 272 | 237 | 300 | 3 | 21 | 0 | 31 | 441 | 25 | 105 |
| Binary | 10111010 | 10011111 | 11000000 | 11 | 10001 | 0 | 11001 | 100100001 | 10101 | 1000101 |
Color Harmonies of #BA9FC0
Complementary color
Monochromatic Colors of #BA9FC0
Black with #BA9FC0
Text Example
Text Example
White with #BA9FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FC0; }
p { color: rgb(186,159,192); }
H1.HeaderClassName
{
color: #BA9FC0;
}
.AnyTagClassName
{
color: #BA9FC0;
}
</style>
background-color css
<style>
a { background-color: #BA9FC0; }
a { background-color: rgb(186,159,192); }
div.DivClassName
{
background-color: #BA9FC0;
}
.BgClassName
{
background-color: #BA9FC0;
}
</style>
border-color css
<style>
span { border-color: #BA9FC0; }
span { border-color: rgb(186,159,192); }
td.TdClassName
{
border-color: #BA9FC0;
}
.TagClassName
{
border-color: #BA9FC0;
}
</style>