Shades of Lola #BA99C0
Tints of Lola #BA99C0
RGB
CMYK
RGB Variations
Color information
#BA99C0 (or 0xBA99C0) is known color: Lola. HEX triplet: BA, 99 and C0. RGB value is (186,153,192). Sum of RGB (Red+Green+Blue) = 186+153+192=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C0 is #45663F. Grayscale: #A7A7A7. Windows color (decimal): -4548160 or 12622266. OLE color: 12622266.
HSL color Cylindrical-coordinate representation of color #BA99C0: hue angle of 290.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA99C0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 153 | 192 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.25 |
| HSL | 290.77º | 0.24% | 0.68% | - |
| HSV(B) | 290.77º | 0.2% | 0.75% | - |
| XYZ | 41.16 | 37.03 | 54.85 | - |
| YUV | 167.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 192 | 0.03 | 0.20 | 0 | 0.25 | 290.77 | 0.24 | 0.68 |
| Hex | BA | 99 | C0 | 3 | 14 | 0 | 19 | 123 | 18 | 44 |
| Octal | 272 | 231 | 300 | 3 | 24 | 0 | 31 | 443 | 30 | 104 |
| Binary | 10111010 | 10011001 | 11000000 | 11 | 10100 | 0 | 11001 | 100100011 | 11000 | 1000100 |
Color Harmonies of #BA99C0
Complementary color
Monochromatic Colors of #BA99C0
Black with #BA99C0
Text Example
Text Example
White with #BA99C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99C0; }
p { color: rgb(186,153,192); }
H1.HeaderClassName
{
color: #BA99C0;
}
.AnyTagClassName
{
color: #BA99C0;
}
</style>
background-color css
<style>
a { background-color: #BA99C0; }
a { background-color: rgb(186,153,192); }
div.DivClassName
{
background-color: #BA99C0;
}
.BgClassName
{
background-color: #BA99C0;
}
</style>
border-color css
<style>
span { border-color: #BA99C0; }
span { border-color: rgb(186,153,192); }
td.TdClassName
{
border-color: #BA99C0;
}
.TagClassName
{
border-color: #BA99C0;
}
</style>