Shades of Lola #BA96BE
Tints of Lola #BA96BE
RGB
CMYK
RGB Variations
Color information
#BA96BE (or 0xBA96BE) is known color: Lola. HEX triplet: BA, 96 and BE. RGB value is (186,150,190). Sum of RGB (Red+Green+Blue) = 186+150+190=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BE is #456941. Grayscale: #A5A5A5. Windows color (decimal): -4548930 or 12490426. OLE color: 12490426.
HSL color Cylindrical-coordinate representation of color #BA96BE: hue angle of 294º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA96BE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 150 | 190 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.25 |
| HSL | 294º | 0.24% | 0.67% | - |
| HSV(B) | 294º | 0.21% | 0.75% | - |
| XYZ | 40.45 | 35.97 | 53.53 | - |
| YUV | 165.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 190 | 0.02 | 0.21 | 0 | 0.25 | 294 | 0.24 | 0.67 |
| Hex | BA | 96 | BE | 2 | 15 | 0 | 19 | 126 | 18 | 43 |
| Octal | 272 | 226 | 276 | 2 | 25 | 0 | 31 | 446 | 30 | 103 |
| Binary | 10111010 | 10010110 | 10111110 | 10 | 10101 | 0 | 11001 | 100100110 | 11000 | 1000011 |
Color Harmonies of #BA96BE
Complementary color
Monochromatic Colors of #BA96BE
Black with #BA96BE
Text Example
Text Example
White with #BA96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96BE; }
p { color: rgb(186,150,190); }
H1.HeaderClassName
{
color: #BA96BE;
}
.AnyTagClassName
{
color: #BA96BE;
}
</style>
background-color css
<style>
a { background-color: #BA96BE; }
a { background-color: rgb(186,150,190); }
div.DivClassName
{
background-color: #BA96BE;
}
.BgClassName
{
background-color: #BA96BE;
}
</style>
border-color css
<style>
span { border-color: #BA96BE; }
span { border-color: rgb(186,150,190); }
td.TdClassName
{
border-color: #BA96BE;
}
.TagClassName
{
border-color: #BA96BE;
}
</style>