Shades of Lola #BA99C2
Tints of Lola #BA99C2
RGB
CMYK
RGB Variations
Color information
#BA99C2 (or 0xBA99C2) is known color: Lola. HEX triplet: BA, 99 and C2. RGB value is (186,153,194). Sum of RGB (Red+Green+Blue) = 186+153+194=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C2 is #45663D. Grayscale: #A7A7A7. Windows color (decimal): -4548158 or 12753338. OLE color: 12753338.
HSL color Cylindrical-coordinate representation of color #BA99C2: hue angle of 288.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA99C2 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 153 | 194 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.24 |
| HSL | 288.29º | 0.25% | 0.68% | - |
| HSV(B) | 288.29º | 0.21% | 0.76% | - |
| XYZ | 41.38 | 37.12 | 56.02 | - |
| YUV | 167.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 194 | 0.04 | 0.21 | 0 | 0.24 | 288.29 | 0.25 | 0.68 |
| Hex | BA | 99 | C2 | 4 | 15 | 0 | 18 | 120 | 19 | 44 |
| Octal | 272 | 231 | 302 | 4 | 25 | 0 | 30 | 440 | 31 | 104 |
| Binary | 10111010 | 10011001 | 11000010 | 100 | 10101 | 0 | 11000 | 100100000 | 11001 | 1000100 |
Color Harmonies of #BA99C2
Complementary color
Monochromatic Colors of #BA99C2
Black with #BA99C2
Text Example
Text Example
White with #BA99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99C2; }
p { color: rgb(186,153,194); }
H1.HeaderClassName
{
color: #BA99C2;
}
.AnyTagClassName
{
color: #BA99C2;
}
</style>
background-color css
<style>
a { background-color: #BA99C2; }
a { background-color: rgb(186,153,194); }
div.DivClassName
{
background-color: #BA99C2;
}
.BgClassName
{
background-color: #BA99C2;
}
</style>
border-color css
<style>
span { border-color: #BA99C2; }
span { border-color: rgb(186,153,194); }
td.TdClassName
{
border-color: #BA99C2;
}
.TagClassName
{
border-color: #BA99C2;
}
</style>