Shades of Lola #BA9DBB
Tints of Lola #BA9DBB
RGB
CMYK
RGB Variations
Color information
#BA9DBB (or 0xBA9DBB) is known color: Lola. HEX triplet: BA, 9D and BB. RGB value is (186,157,187). Sum of RGB (Red+Green+Blue) = 186+157+187=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBB is #456244. Grayscale: #A9A9A9. Windows color (decimal): -4547141 or 12295610. OLE color: 12295610.
HSL color Cylindrical-coordinate representation of color #BA9DBB: hue angle of 298º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DBB is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 187 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.27 |
| HSL | 298º | 0.18% | 0.67% | - |
| HSV(B) | 298º | 0.16% | 0.73% | - |
| XYZ | 41.28 | 38.14 | 52.2 | - |
| YUV | 169.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 187 | 0.01 | 0.16 | 0 | 0.27 | 298 | 0.18 | 0.67 |
| Hex | BA | 9D | BB | 1 | 10 | 0 | 1B | 12A | 12 | 43 |
| Octal | 272 | 235 | 273 | 1 | 20 | 0 | 33 | 452 | 22 | 103 |
| Binary | 10111010 | 10011101 | 10111011 | 1 | 10000 | 0 | 11011 | 100101010 | 10010 | 1000011 |
Color Harmonies of #BA9DBB
Complementary color
Monochromatic Colors of #BA9DBB
Black with #BA9DBB
Text Example
Text Example
White with #BA9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DBB; }
p { color: rgb(186,157,187); }
H1.HeaderClassName
{
color: #BA9DBB;
}
.AnyTagClassName
{
color: #BA9DBB;
}
</style>
background-color css
<style>
a { background-color: #BA9DBB; }
a { background-color: rgb(186,157,187); }
div.DivClassName
{
background-color: #BA9DBB;
}
.BgClassName
{
background-color: #BA9DBB;
}
</style>
border-color css
<style>
span { border-color: #BA9DBB; }
span { border-color: rgb(186,157,187); }
td.TdClassName
{
border-color: #BA9DBB;
}
.TagClassName
{
border-color: #BA9DBB;
}
</style>