Shades of Lola #BA9CBB
Tints of Lola #BA9CBB
RGB
CMYK
RGB Variations
Color information
#BA9CBB (or 0xBA9CBB) is known color: Lola. HEX triplet: BA, 9C and BB. RGB value is (186,156,187). Sum of RGB (Red+Green+Blue) = 186+156+187=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CBB is #456344. Grayscale: #A8A8A8. Windows color (decimal): -4547397 or 12295354. OLE color: 12295354.
HSL color Cylindrical-coordinate representation of color #BA9CBB: hue angle of 298.06º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9CBB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 187 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.27 |
| HSL | 298.06º | 0.19% | 0.67% | - |
| HSV(B) | 298.06º | 0.17% | 0.73% | - |
| XYZ | 41.11 | 37.8 | 52.14 | - |
| YUV | 168.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 187 | 0.01 | 0.17 | 0 | 0.27 | 298.06 | 0.19 | 0.67 |
| Hex | BA | 9C | BB | 1 | 11 | 0 | 1B | 12A | 13 | 43 |
| Octal | 272 | 234 | 273 | 1 | 21 | 0 | 33 | 452 | 23 | 103 |
| Binary | 10111010 | 10011100 | 10111011 | 1 | 10001 | 0 | 11011 | 100101010 | 10011 | 1000011 |
Color Harmonies of #BA9CBB
Complementary color
Monochromatic Colors of #BA9CBB
Black with #BA9CBB
Text Example
Text Example
White with #BA9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CBB; }
p { color: rgb(186,156,187); }
H1.HeaderClassName
{
color: #BA9CBB;
}
.AnyTagClassName
{
color: #BA9CBB;
}
</style>
background-color css
<style>
a { background-color: #BA9CBB; }
a { background-color: rgb(186,156,187); }
div.DivClassName
{
background-color: #BA9CBB;
}
.BgClassName
{
background-color: #BA9CBB;
}
</style>
border-color css
<style>
span { border-color: #BA9CBB; }
span { border-color: rgb(186,156,187); }
td.TdClassName
{
border-color: #BA9CBB;
}
.TagClassName
{
border-color: #BA9CBB;
}
</style>