Shades of Lola #BA98BD
Tints of Lola #BA98BD
RGB
CMYK
RGB Variations
Color information
#BA98BD (or 0xBA98BD) is known color: Lola. HEX triplet: BA, 98 and BD. RGB value is (186,152,189). Sum of RGB (Red+Green+Blue) = 186+152+189=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BD is #456742. Grayscale: #A6A6A6. Windows color (decimal): -4548419 or 12425402. OLE color: 12425402.
HSL color Cylindrical-coordinate representation of color #BA98BD: hue angle of 295.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA98BD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 152 | 189 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.26 |
| HSL | 295.14º | 0.22% | 0.67% | - |
| HSV(B) | 295.14º | 0.2% | 0.74% | - |
| XYZ | 40.66 | 36.57 | 53.06 | - |
| YUV | 166.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 189 | 0.02 | 0.20 | 0 | 0.26 | 295.14 | 0.22 | 0.67 |
| Hex | BA | 98 | BD | 2 | 14 | 0 | 1A | 127 | 16 | 43 |
| Octal | 272 | 230 | 275 | 2 | 24 | 0 | 32 | 447 | 26 | 103 |
| Binary | 10111010 | 10011000 | 10111101 | 10 | 10100 | 0 | 11010 | 100100111 | 10110 | 1000011 |
Color Harmonies of #BA98BD
Complementary color
Monochromatic Colors of #BA98BD
Black with #BA98BD
Text Example
Text Example
White with #BA98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98BD; }
p { color: rgb(186,152,189); }
H1.HeaderClassName
{
color: #BA98BD;
}
.AnyTagClassName
{
color: #BA98BD;
}
</style>
background-color css
<style>
a { background-color: #BA98BD; }
a { background-color: rgb(186,152,189); }
div.DivClassName
{
background-color: #BA98BD;
}
.BgClassName
{
background-color: #BA98BD;
}
</style>
border-color css
<style>
span { border-color: #BA98BD; }
span { border-color: rgb(186,152,189); }
td.TdClassName
{
border-color: #BA98BD;
}
.TagClassName
{
border-color: #BA98BD;
}
</style>