Shades of Lola #BA9BBC
Tints of Lola #BA9BBC
RGB
CMYK
RGB Variations
Color information
#BA9BBC (or 0xBA9BBC) is known color: Lola. HEX triplet: BA, 9B and BC. RGB value is (186,155,188). Sum of RGB (Red+Green+Blue) = 186+155+188=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BBC is #456443. Grayscale: #A7A7A7. Windows color (decimal): -4547652 or 12360634. OLE color: 12360634.
HSL color Cylindrical-coordinate representation of color #BA9BBC: hue angle of 296.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA9BBC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 155 | 188 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.26 |
| HSL | 296.36º | 0.2% | 0.67% | - |
| HSV(B) | 296.36º | 0.18% | 0.74% | - |
| XYZ | 41.05 | 37.51 | 52.65 | - |
| YUV | 168.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 188 | 0.01 | 0.18 | 0 | 0.26 | 296.36 | 0.2 | 0.67 |
| Hex | BA | 9B | BC | 1 | 12 | 0 | 1A | 128 | 14 | 43 |
| Octal | 272 | 233 | 274 | 1 | 22 | 0 | 32 | 450 | 24 | 103 |
| Binary | 10111010 | 10011011 | 10111100 | 1 | 10010 | 0 | 11010 | 100101000 | 10100 | 1000011 |
Color Harmonies of #BA9BBC
Complementary color
Monochromatic Colors of #BA9BBC
Black with #BA9BBC
Text Example
Text Example
White with #BA9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BBC; }
p { color: rgb(186,155,188); }
H1.HeaderClassName
{
color: #BA9BBC;
}
.AnyTagClassName
{
color: #BA9BBC;
}
</style>
background-color css
<style>
a { background-color: #BA9BBC; }
a { background-color: rgb(186,155,188); }
div.DivClassName
{
background-color: #BA9BBC;
}
.BgClassName
{
background-color: #BA9BBC;
}
</style>
border-color css
<style>
span { border-color: #BA9BBC; }
span { border-color: rgb(186,155,188); }
td.TdClassName
{
border-color: #BA9BBC;
}
.TagClassName
{
border-color: #BA9BBC;
}
</style>