Shades of Lola #BA9DBA
Tints of Lola #BA9DBA
RGB
CMYK
RGB Variations
Color information
#BA9DBA (or 0xBA9DBA) is known color: Lola. HEX triplet: BA, 9D and BA. RGB value is (186,157,186). Sum of RGB (Red+Green+Blue) = 186+157+186=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBA is #456245. Grayscale: #A8A8A8. Windows color (decimal): -4547142 or 12230074. OLE color: 12230074.
HSL color Cylindrical-coordinate representation of color #BA9DBA: hue angle of 300º degrees, saturation: 0.17, 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 #BA9DBA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 186 | - |
| CMYK | 0 | 0.16 | 0 | 0.27 |
| HSL | 300º | 0.17% | 0.67% | - |
| HSV(B) | 300º | 0.16% | 0.73% | - |
| XYZ | 41.17 | 38.1 | 51.64 | - |
| YUV | 168.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 186 | 0 | 0.16 | 0 | 0.27 | 300 | 0.17 | 0.67 |
| Hex | BA | 9D | BA | 0 | 10 | 0 | 1B | 12C | 11 | 43 |
| Octal | 272 | 235 | 272 | 0 | 20 | 0 | 33 | 454 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10111010 | 0 | 10000 | 0 | 11011 | 100101100 | 10001 | 1000011 |
Color Harmonies of #BA9DBA
Complementary color
Monochromatic Colors of #BA9DBA
Black with #BA9DBA
Text Example
Text Example
White with #BA9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DBA; }
p { color: rgb(186,157,186); }
H1.HeaderClassName
{
color: #BA9DBA;
}
.AnyTagClassName
{
color: #BA9DBA;
}
</style>
background-color css
<style>
a { background-color: #BA9DBA; }
a { background-color: rgb(186,157,186); }
div.DivClassName
{
background-color: #BA9DBA;
}
.BgClassName
{
background-color: #BA9DBA;
}
</style>
border-color css
<style>
span { border-color: #BA9DBA; }
span { border-color: rgb(186,157,186); }
td.TdClassName
{
border-color: #BA9DBA;
}
.TagClassName
{
border-color: #BA9DBA;
}
</style>