Shades of Lola #BA98BE
Tints of Lola #BA98BE
RGB
CMYK
RGB Variations
Color information
#BA98BE (or 0xBA98BE) is known color: Lola. HEX triplet: BA, 98 and BE. RGB value is (186,152,190). Sum of RGB (Red+Green+Blue) = 186+152+190=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BE is #456741. Grayscale: #A6A6A6. Windows color (decimal): -4548418 or 12490938. OLE color: 12490938.
HSL color Cylindrical-coordinate representation of color #BA98BE: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA98BE is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 152 | 190 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.25 |
| HSL | 293.68º | 0.23% | 0.67% | - |
| HSV(B) | 293.68º | 0.2% | 0.75% | - |
| XYZ | 40.77 | 36.61 | 53.63 | - |
| YUV | 166.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 190 | 0.02 | 0.2 | 0 | 0.25 | 293.68 | 0.23 | 0.67 |
| Hex | BA | 98 | BE | 2 | 14 | 0 | 19 | 126 | 17 | 43 |
| Octal | 272 | 230 | 276 | 2 | 24 | 0 | 31 | 446 | 27 | 103 |
| Binary | 10111010 | 10011000 | 10111110 | 10 | 10100 | 0 | 11001 | 100100110 | 10111 | 1000011 |
Color Harmonies of #BA98BE
Complementary color
Monochromatic Colors of #BA98BE
Black with #BA98BE
Text Example
Text Example
White with #BA98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA98BE; }
p { color: rgb(186,152,190); }
H1.HeaderClassName
{
color: #BA98BE;
}
.AnyTagClassName
{
color: #BA98BE;
}
</style>
background-color css
<style>
a { background-color: #BA98BE; }
a { background-color: rgb(186,152,190); }
div.DivClassName
{
background-color: #BA98BE;
}
.BgClassName
{
background-color: #BA98BE;
}
</style>
border-color css
<style>
span { border-color: #BA98BE; }
span { border-color: rgb(186,152,190); }
td.TdClassName
{
border-color: #BA98BE;
}
.TagClassName
{
border-color: #BA98BE;
}
</style>