Shades of Lola #BA99BE
Tints of Lola #BA99BE
RGB
CMYK
RGB Variations
Color information
#BA99BE (or 0xBA99BE) is known color: Lola. HEX triplet: BA, 99 and BE. RGB value is (186,153,190). Sum of RGB (Red+Green+Blue) = 186+153+190=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BE is #456641. Grayscale: #A6A6A6. Windows color (decimal): -4548162 or 12491194. OLE color: 12491194.
HSL color Cylindrical-coordinate representation of color #BA99BE: hue angle of 293.51º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA99BE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 153 | 190 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 293.51º | 0.22% | 0.67% | - |
| HSV(B) | 293.51º | 0.19% | 0.75% | - |
| XYZ | 40.94 | 36.94 | 53.69 | - |
| YUV | 167.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 190 | 0.02 | 0.19 | 0 | 0.25 | 293.51 | 0.22 | 0.67 |
| Hex | BA | 99 | BE | 2 | 13 | 0 | 19 | 126 | 16 | 43 |
| Octal | 272 | 231 | 276 | 2 | 23 | 0 | 31 | 446 | 26 | 103 |
| Binary | 10111010 | 10011001 | 10111110 | 10 | 10011 | 0 | 11001 | 100100110 | 10110 | 1000011 |
Color Harmonies of #BA99BE
Complementary color
Monochromatic Colors of #BA99BE
Black with #BA99BE
Text Example
Text Example
White with #BA99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA99BE; }
p { color: rgb(186,153,190); }
H1.HeaderClassName
{
color: #BA99BE;
}
.AnyTagClassName
{
color: #BA99BE;
}
</style>
background-color css
<style>
a { background-color: #BA99BE; }
a { background-color: rgb(186,153,190); }
div.DivClassName
{
background-color: #BA99BE;
}
.BgClassName
{
background-color: #BA99BE;
}
</style>
border-color css
<style>
span { border-color: #BA99BE; }
span { border-color: rgb(186,153,190); }
td.TdClassName
{
border-color: #BA99BE;
}
.TagClassName
{
border-color: #BA99BE;
}
</style>