Shades of Lola #BA99C3
Tints of Lola #BA99C3
RGB
CMYK
RGB Variations
Color information
#BA99C3 (or 0xBA99C3) is known color: Lola. HEX triplet: BA, 99 and C3. RGB value is (186,153,195). Sum of RGB (Red+Green+Blue) = 186+153+195=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA99C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C3 is #45663C. Grayscale: #A7A7A7. Windows color (decimal): -4548157 or 12818874. OLE color: 12818874.
HSL color Cylindrical-coordinate representation of color #BA99C3: hue angle of 287.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA99C3 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 153 | 195 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.24 |
| HSL | 287.14º | 0.26% | 0.68% | - |
| HSV(B) | 287.14º | 0.22% | 0.76% | - |
| XYZ | 41.49 | 37.16 | 56.62 | - |
| YUV | 167.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 195 | 0.05 | 0.22 | 0 | 0.24 | 287.14 | 0.26 | 0.68 |
| Hex | BA | 99 | C3 | 5 | 16 | 0 | 18 | 11F | 1A | 44 |
| Octal | 272 | 231 | 303 | 5 | 26 | 0 | 30 | 437 | 32 | 104 |
| Binary | 10111010 | 10011001 | 11000011 | 101 | 10110 | 0 | 11000 | 100011111 | 11010 | 1000100 |
Color Harmonies of #BA99C3
Complementary color
Monochromatic Colors of #BA99C3
Black with #BA99C3
Text Example
Text Example
White with #BA99C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99C3; }
p { color: rgb(186,153,195); }
H1.HeaderClassName
{
color: #BA99C3;
}
.AnyTagClassName
{
color: #BA99C3;
}
</style>
background-color css
<style>
a { background-color: #BA99C3; }
a { background-color: rgb(186,153,195); }
div.DivClassName
{
background-color: #BA99C3;
}
.BgClassName
{
background-color: #BA99C3;
}
</style>
border-color css
<style>
span { border-color: #BA99C3; }
span { border-color: rgb(186,153,195); }
td.TdClassName
{
border-color: #BA99C3;
}
.TagClassName
{
border-color: #BA99C3;
}
</style>