Shades of Lola #BA96C1
Tints of Lola #BA96C1
RGB
CMYK
RGB Variations
Color information
#BA96C1 (or 0xBA96C1) is known color: Lola. HEX triplet: BA, 96 and C1. RGB value is (186,150,193). Sum of RGB (Red+Green+Blue) = 186+150+193=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96C1 is #45693E. Grayscale: #A5A5A5. Windows color (decimal): -4548927 or 12687034. OLE color: 12687034.
HSL color Cylindrical-coordinate representation of color #BA96C1: hue angle of 290.23º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA96C1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 150 | 193 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.24 |
| HSL | 290.23º | 0.26% | 0.67% | - |
| HSV(B) | 290.23º | 0.22% | 0.76% | - |
| XYZ | 40.78 | 36.1 | 55.27 | - |
| YUV | 165.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 193 | 0.04 | 0.22 | 0 | 0.24 | 290.23 | 0.26 | 0.67 |
| Hex | BA | 96 | C1 | 4 | 16 | 0 | 18 | 122 | 1A | 43 |
| Octal | 272 | 226 | 301 | 4 | 26 | 0 | 30 | 442 | 32 | 103 |
| Binary | 10111010 | 10010110 | 11000001 | 100 | 10110 | 0 | 11000 | 100100010 | 11010 | 1000011 |
Color Harmonies of #BA96C1
Complementary color
Monochromatic Colors of #BA96C1
Black with #BA96C1
Text Example
Text Example
White with #BA96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96C1; }
p { color: rgb(186,150,193); }
H1.HeaderClassName
{
color: #BA96C1;
}
.AnyTagClassName
{
color: #BA96C1;
}
</style>
background-color css
<style>
a { background-color: #BA96C1; }
a { background-color: rgb(186,150,193); }
div.DivClassName
{
background-color: #BA96C1;
}
.BgClassName
{
background-color: #BA96C1;
}
</style>
border-color css
<style>
span { border-color: #BA96C1; }
span { border-color: rgb(186,150,193); }
td.TdClassName
{
border-color: #BA96C1;
}
.TagClassName
{
border-color: #BA96C1;
}
</style>