Shades of Lola #BA98C5
Tints of Lola #BA98C5
RGB
CMYK
RGB Variations
Color information
#BA98C5 (or 0xBA98C5) is known color: Lola. HEX triplet: BA, 98 and C5. RGB value is (186,152,197). Sum of RGB (Red+Green+Blue) = 186+152+197=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C5 is #45673A. Grayscale: #A7A7A7. Windows color (decimal): -4548411 or 12949690. OLE color: 12949690.
HSL color Cylindrical-coordinate representation of color #BA98C5: hue angle of 285.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA98C5 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 152 | 197 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.23 |
| HSL | 285.33º | 0.28% | 0.68% | - |
| HSV(B) | 285.33º | 0.23% | 0.77% | - |
| XYZ | 41.56 | 36.93 | 57.76 | - |
| YUV | 167.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 197 | 0.06 | 0.23 | 0 | 0.23 | 285.33 | 0.28 | 0.68 |
| Hex | BA | 98 | C5 | 6 | 17 | 0 | 17 | 11D | 1C | 44 |
| Octal | 272 | 230 | 305 | 6 | 27 | 0 | 27 | 435 | 34 | 104 |
| Binary | 10111010 | 10011000 | 11000101 | 110 | 10111 | 0 | 10111 | 100011101 | 11100 | 1000100 |
Color Harmonies of #BA98C5
Complementary color
Monochromatic Colors of #BA98C5
Black with #BA98C5
Text Example
Text Example
White with #BA98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98C5; }
p { color: rgb(186,152,197); }
H1.HeaderClassName
{
color: #BA98C5;
}
.AnyTagClassName
{
color: #BA98C5;
}
</style>
background-color css
<style>
a { background-color: #BA98C5; }
a { background-color: rgb(186,152,197); }
div.DivClassName
{
background-color: #BA98C5;
}
.BgClassName
{
background-color: #BA98C5;
}
</style>
border-color css
<style>
span { border-color: #BA98C5; }
span { border-color: rgb(186,152,197); }
td.TdClassName
{
border-color: #BA98C5;
}
.TagClassName
{
border-color: #BA98C5;
}
</style>