Shades of Lola #BA99C5
Tints of Lola #BA99C5
RGB
CMYK
RGB Variations
Color information
#BA99C5 (or 0xBA99C5) is known color: Lola. HEX triplet: BA, 99 and C5. RGB value is (186,153,197). Sum of RGB (Red+Green+Blue) = 186+153+197=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C5 is #45663A. Grayscale: #A7A7A7. Windows color (decimal): -4548155 or 12949946. OLE color: 12949946.
HSL color Cylindrical-coordinate representation of color #BA99C5: hue angle of 285º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA99C5 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 153 | 197 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.23 |
| HSL | 285º | 0.28% | 0.69% | - |
| HSV(B) | 285º | 0.22% | 0.77% | - |
| XYZ | 41.72 | 37.25 | 57.82 | - |
| YUV | 167.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 197 | 0.06 | 0.22 | 0 | 0.23 | 285 | 0.28 | 0.69 |
| Hex | BA | 99 | C5 | 6 | 16 | 0 | 17 | 11D | 1C | 45 |
| Octal | 272 | 231 | 305 | 6 | 26 | 0 | 27 | 435 | 34 | 105 |
| Binary | 10111010 | 10011001 | 11000101 | 110 | 10110 | 0 | 10111 | 100011101 | 11100 | 1000101 |
Color Harmonies of #BA99C5
Complementary color
Monochromatic Colors of #BA99C5
Black with #BA99C5
Text Example
Text Example
White with #BA99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99C5; }
p { color: rgb(186,153,197); }
H1.HeaderClassName
{
color: #BA99C5;
}
.AnyTagClassName
{
color: #BA99C5;
}
</style>
background-color css
<style>
a { background-color: #BA99C5; }
a { background-color: rgb(186,153,197); }
div.DivClassName
{
background-color: #BA99C5;
}
.BgClassName
{
background-color: #BA99C5;
}
</style>
border-color css
<style>
span { border-color: #BA99C5; }
span { border-color: rgb(186,153,197); }
td.TdClassName
{
border-color: #BA99C5;
}
.TagClassName
{
border-color: #BA99C5;
}
</style>