Shades of Lola #BA9DBE
Tints of Lola #BA9DBE
RGB
CMYK
RGB Variations
Color information
#BA9DBE (or 0xBA9DBE) is known color: Lola. HEX triplet: BA, 9D and BE. RGB value is (186,157,190). Sum of RGB (Red+Green+Blue) = 186+157+190=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBE is #456241. Grayscale: #A9A9A9. Windows color (decimal): -4547138 or 12492218. OLE color: 12492218.
HSL color Cylindrical-coordinate representation of color #BA9DBE: hue angle of 292.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9DBE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 157 | 190 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.25 |
| HSL | 292.73º | 0.2% | 0.68% | - |
| HSV(B) | 292.73º | 0.17% | 0.75% | - |
| XYZ | 41.6 | 38.27 | 53.91 | - |
| YUV | 169.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 190 | 0.02 | 0.17 | 0 | 0.25 | 292.73 | 0.2 | 0.68 |
| Hex | BA | 9D | BE | 2 | 11 | 0 | 19 | 125 | 14 | 44 |
| Octal | 272 | 235 | 276 | 2 | 21 | 0 | 31 | 445 | 24 | 104 |
| Binary | 10111010 | 10011101 | 10111110 | 10 | 10001 | 0 | 11001 | 100100101 | 10100 | 1000100 |
Color Harmonies of #BA9DBE
Complementary color
Monochromatic Colors of #BA9DBE
Black with #BA9DBE
Text Example
Text Example
White with #BA9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DBE; }
p { color: rgb(186,157,190); }
H1.HeaderClassName
{
color: #BA9DBE;
}
.AnyTagClassName
{
color: #BA9DBE;
}
</style>
background-color css
<style>
a { background-color: #BA9DBE; }
a { background-color: rgb(186,157,190); }
div.DivClassName
{
background-color: #BA9DBE;
}
.BgClassName
{
background-color: #BA9DBE;
}
</style>
border-color css
<style>
span { border-color: #BA9DBE; }
span { border-color: rgb(186,157,190); }
td.TdClassName
{
border-color: #BA9DBE;
}
.TagClassName
{
border-color: #BA9DBE;
}
</style>