Shades of Lola #BA9FC2
Tints of Lola #BA9FC2
RGB
CMYK
RGB Variations
Color information
#BA9FC2 (or 0xBA9FC2) is known color: Lola. HEX triplet: BA, 9F and C2. RGB value is (186,159,194). Sum of RGB (Red+Green+Blue) = 186+159+194=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC2 is #45603D. Grayscale: #AAAAAA. Windows color (decimal): -4546622 or 12754874. OLE color: 12754874.
HSL color Cylindrical-coordinate representation of color #BA9FC2: hue angle of 286.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9FC2 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 159 | 194 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.24 |
| HSL | 286.29º | 0.22% | 0.69% | - |
| HSV(B) | 286.29º | 0.18% | 0.76% | - |
| XYZ | 42.39 | 39.13 | 56.36 | - |
| YUV | 171.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 194 | 0.04 | 0.18 | 0 | 0.24 | 286.29 | 0.22 | 0.69 |
| Hex | BA | 9F | C2 | 4 | 12 | 0 | 18 | 11E | 16 | 45 |
| Octal | 272 | 237 | 302 | 4 | 22 | 0 | 30 | 436 | 26 | 105 |
| Binary | 10111010 | 10011111 | 11000010 | 100 | 10010 | 0 | 11000 | 100011110 | 10110 | 1000101 |
Color Harmonies of #BA9FC2
Complementary color
Monochromatic Colors of #BA9FC2
Black with #BA9FC2
Text Example
Text Example
White with #BA9FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FC2; }
p { color: rgb(186,159,194); }
H1.HeaderClassName
{
color: #BA9FC2;
}
.AnyTagClassName
{
color: #BA9FC2;
}
</style>
background-color css
<style>
a { background-color: #BA9FC2; }
a { background-color: rgb(186,159,194); }
div.DivClassName
{
background-color: #BA9FC2;
}
.BgClassName
{
background-color: #BA9FC2;
}
</style>
border-color css
<style>
span { border-color: #BA9FC2; }
span { border-color: rgb(186,159,194); }
td.TdClassName
{
border-color: #BA9FC2;
}
.TagClassName
{
border-color: #BA9FC2;
}
</style>