Shades of Lola #BAABBA
Tints of Lola #BAABBA
RGB
CMYK
RGB Variations
Color information
#BAABBA (or 0xBAABBA) is known color: Lola. HEX triplet: BA, AB and BA. RGB value is (186,171,186). Sum of RGB (Red+Green+Blue) = 186+171+186=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBA is #455445. Grayscale: #B1B1B1. Windows color (decimal): -4543558 or 12233658. OLE color: 12233658.
HSL color Cylindrical-coordinate representation of color #BAABBA: hue angle of 300º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABBA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 186 | - |
| CMYK | 0 | 0.08 | 0 | 0.27 |
| HSL | 300º | 0.1% | 0.7% | - |
| HSV(B) | 300º | 0.08% | 0.73% | - |
| XYZ | 43.68 | 43.11 | 52.47 | - |
| YUV | 177.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 186 | 0 | 0.08 | 0 | 0.27 | 300 | 0.1 | 0.7 |
| Hex | BA | AB | BA | 0 | 8 | 0 | 1B | 12C | A | 46 |
| Octal | 272 | 253 | 272 | 0 | 10 | 0 | 33 | 454 | 12 | 106 |
| Binary | 10111010 | 10101011 | 10111010 | 0 | 1000 | 0 | 11011 | 100101100 | 1010 | 1000110 |
Color Harmonies of #BAABBA
Complementary color
Monochromatic Colors of #BAABBA
Black with #BAABBA
Text Example
Text Example
White with #BAABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABBA; }
p { color: rgb(186,171,186); }
H1.HeaderClassName
{
color: #BAABBA;
}
.AnyTagClassName
{
color: #BAABBA;
}
</style>
background-color css
<style>
a { background-color: #BAABBA; }
a { background-color: rgb(186,171,186); }
div.DivClassName
{
background-color: #BAABBA;
}
.BgClassName
{
background-color: #BAABBA;
}
</style>
border-color css
<style>
span { border-color: #BAABBA; }
span { border-color: rgb(186,171,186); }
td.TdClassName
{
border-color: #BAABBA;
}
.TagClassName
{
border-color: #BAABBA;
}
</style>