Shades of Lola #BA9CC2
Tints of Lola #BA9CC2
RGB
CMYK
RGB Variations
Color information
#BA9CC2 (or 0xBA9CC2) is known color: Lola. HEX triplet: BA, 9C and C2. RGB value is (186,156,194). Sum of RGB (Red+Green+Blue) = 186+156+194=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CC2 is #45633D. Grayscale: #A9A9A9. Windows color (decimal): -4547390 or 12754106. OLE color: 12754106.
HSL color Cylindrical-coordinate representation of color #BA9CC2: hue angle of 287.37º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA9CC2 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 156 | 194 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.24 |
| HSL | 287.37º | 0.24% | 0.69% | - |
| HSV(B) | 287.37º | 0.2% | 0.76% | - |
| XYZ | 41.88 | 38.11 | 56.19 | - |
| YUV | 169.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 194 | 0.04 | 0.20 | 0 | 0.24 | 287.37 | 0.24 | 0.69 |
| Hex | BA | 9C | C2 | 4 | 14 | 0 | 18 | 11F | 18 | 45 |
| Octal | 272 | 234 | 302 | 4 | 24 | 0 | 30 | 437 | 30 | 105 |
| Binary | 10111010 | 10011100 | 11000010 | 100 | 10100 | 0 | 11000 | 100011111 | 11000 | 1000101 |
Color Harmonies of #BA9CC2
Complementary color
Monochromatic Colors of #BA9CC2
Black with #BA9CC2
Text Example
Text Example
White with #BA9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CC2; }
p { color: rgb(186,156,194); }
H1.HeaderClassName
{
color: #BA9CC2;
}
.AnyTagClassName
{
color: #BA9CC2;
}
</style>
background-color css
<style>
a { background-color: #BA9CC2; }
a { background-color: rgb(186,156,194); }
div.DivClassName
{
background-color: #BA9CC2;
}
.BgClassName
{
background-color: #BA9CC2;
}
</style>
border-color css
<style>
span { border-color: #BA9CC2; }
span { border-color: rgb(186,156,194); }
td.TdClassName
{
border-color: #BA9CC2;
}
.TagClassName
{
border-color: #BA9CC2;
}
</style>