Shades of Lola #BA9FC1
Tints of Lola #BA9FC1
RGB
CMYK
RGB Variations
Color information
#BA9FC1 (or 0xBA9FC1) is known color: Lola. HEX triplet: BA, 9F and C1. RGB value is (186,159,193). Sum of RGB (Red+Green+Blue) = 186+159+193=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC1 is #45603E. Grayscale: #AAAAAA. Windows color (decimal): -4546623 or 12689338. OLE color: 12689338.
HSL color Cylindrical-coordinate representation of color #BA9FC1: hue angle of 287.65º 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 #BA9FC1 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 159 | 193 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.24 |
| HSL | 287.65º | 0.22% | 0.69% | - |
| HSV(B) | 287.65º | 0.18% | 0.76% | - |
| XYZ | 42.27 | 39.09 | 55.77 | - |
| YUV | 170.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 193 | 0.04 | 0.18 | 0 | 0.24 | 287.65 | 0.22 | 0.69 |
| Hex | BA | 9F | C1 | 4 | 12 | 0 | 18 | 120 | 16 | 45 |
| Octal | 272 | 237 | 301 | 4 | 22 | 0 | 30 | 440 | 26 | 105 |
| Binary | 10111010 | 10011111 | 11000001 | 100 | 10010 | 0 | 11000 | 100100000 | 10110 | 1000101 |
Color Harmonies of #BA9FC1
Complementary color
Monochromatic Colors of #BA9FC1
Black with #BA9FC1
Text Example
Text Example
White with #BA9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FC1; }
p { color: rgb(186,159,193); }
H1.HeaderClassName
{
color: #BA9FC1;
}
.AnyTagClassName
{
color: #BA9FC1;
}
</style>
background-color css
<style>
a { background-color: #BA9FC1; }
a { background-color: rgb(186,159,193); }
div.DivClassName
{
background-color: #BA9FC1;
}
.BgClassName
{
background-color: #BA9FC1;
}
</style>
border-color css
<style>
span { border-color: #BA9FC1; }
span { border-color: rgb(186,159,193); }
td.TdClassName
{
border-color: #BA9FC1;
}
.TagClassName
{
border-color: #BA9FC1;
}
</style>