Shades of Lola #BA98C1
Tints of Lola #BA98C1
RGB
CMYK
RGB Variations
Color information
#BA98C1 (or 0xBA98C1) is known color: Lola. HEX triplet: BA, 98 and C1. RGB value is (186,152,193). Sum of RGB (Red+Green+Blue) = 186+152+193=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C1 is #45673E. Grayscale: #A6A6A6. Windows color (decimal): -4548415 or 12687546. OLE color: 12687546.
HSL color Cylindrical-coordinate representation of color #BA98C1: hue angle of 289.76º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA98C1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 152 | 193 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.24 |
| HSL | 289.76º | 0.25% | 0.68% | - |
| HSV(B) | 289.76º | 0.21% | 0.76% | - |
| XYZ | 41.1 | 36.75 | 55.38 | - |
| YUV | 166.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 193 | 0.04 | 0.21 | 0 | 0.24 | 289.76 | 0.25 | 0.68 |
| Hex | BA | 98 | C1 | 4 | 15 | 0 | 18 | 122 | 19 | 44 |
| Octal | 272 | 230 | 301 | 4 | 25 | 0 | 30 | 442 | 31 | 104 |
| Binary | 10111010 | 10011000 | 11000001 | 100 | 10101 | 0 | 11000 | 100100010 | 11001 | 1000100 |
Color Harmonies of #BA98C1
Complementary color
Monochromatic Colors of #BA98C1
Black with #BA98C1
Text Example
Text Example
White with #BA98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98C1; }
p { color: rgb(186,152,193); }
H1.HeaderClassName
{
color: #BA98C1;
}
.AnyTagClassName
{
color: #BA98C1;
}
</style>
background-color css
<style>
a { background-color: #BA98C1; }
a { background-color: rgb(186,152,193); }
div.DivClassName
{
background-color: #BA98C1;
}
.BgClassName
{
background-color: #BA98C1;
}
</style>
border-color css
<style>
span { border-color: #BA98C1; }
span { border-color: rgb(186,152,193); }
td.TdClassName
{
border-color: #BA98C1;
}
.TagClassName
{
border-color: #BA98C1;
}
</style>