Shades of Lola #BA9DBD
Tints of Lola #BA9DBD
RGB
CMYK
RGB Variations
Color information
#BA9DBD (or 0xBA9DBD) is known color: Lola. HEX triplet: BA, 9D and BD. RGB value is (186,157,189). Sum of RGB (Red+Green+Blue) = 186+157+189=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA9DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBD is #456242. Grayscale: #A9A9A9. Windows color (decimal): -4547139 or 12426682. OLE color: 12426682.
HSL color Cylindrical-coordinate representation of color #BA9DBD: hue angle of 294.38º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9DBD is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 157 | 189 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.26 |
| HSL | 294.38º | 0.2% | 0.68% | - |
| HSV(B) | 294.38º | 0.17% | 0.74% | - |
| XYZ | 41.49 | 38.23 | 53.34 | - |
| YUV | 169.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 189 | 0.02 | 0.17 | 0 | 0.26 | 294.38 | 0.2 | 0.68 |
| Hex | BA | 9D | BD | 2 | 11 | 0 | 1A | 126 | 14 | 44 |
| Octal | 272 | 235 | 275 | 2 | 21 | 0 | 32 | 446 | 24 | 104 |
| Binary | 10111010 | 10011101 | 10111101 | 10 | 10001 | 0 | 11010 | 100100110 | 10100 | 1000100 |
Color Harmonies of #BA9DBD
Complementary color
Monochromatic Colors of #BA9DBD
Black with #BA9DBD
Text Example
Text Example
White with #BA9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DBD; }
p { color: rgb(186,157,189); }
H1.HeaderClassName
{
color: #BA9DBD;
}
.AnyTagClassName
{
color: #BA9DBD;
}
</style>
background-color css
<style>
a { background-color: #BA9DBD; }
a { background-color: rgb(186,157,189); }
div.DivClassName
{
background-color: #BA9DBD;
}
.BgClassName
{
background-color: #BA9DBD;
}
</style>
border-color css
<style>
span { border-color: #BA9DBD; }
span { border-color: rgb(186,157,189); }
td.TdClassName
{
border-color: #BA9DBD;
}
.TagClassName
{
border-color: #BA9DBD;
}
</style>