Shades of Lola #BAABBC
Tints of Lola #BAABBC
RGB
CMYK
RGB Variations
Color information
#BAABBC (or 0xBAABBC) is known color: Lola. HEX triplet: BA, AB and BC. RGB value is (186,171,188). Sum of RGB (Red+Green+Blue) = 186+171+188=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBC is #455443. Grayscale: #B1B1B1. Windows color (decimal): -4543556 or 12364730. OLE color: 12364730.
HSL color Cylindrical-coordinate representation of color #BAABBC: hue angle of 292.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAABBC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 171 | 188 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.26 |
| HSL | 292.94º | 0.11% | 0.7% | - |
| HSV(B) | 292.94º | 0.09% | 0.74% | - |
| XYZ | 43.89 | 43.2 | 53.6 | - |
| YUV | 177.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 188 | 0.01 | 0.09 | 0 | 0.26 | 292.94 | 0.11 | 0.7 |
| Hex | BA | AB | BC | 1 | 9 | 0 | 1A | 125 | B | 46 |
| Octal | 272 | 253 | 274 | 1 | 11 | 0 | 32 | 445 | 13 | 106 |
| Binary | 10111010 | 10101011 | 10111100 | 1 | 1001 | 0 | 11010 | 100100101 | 1011 | 1000110 |
Color Harmonies of #BAABBC
Complementary color
Monochromatic Colors of #BAABBC
Black with #BAABBC
Text Example
Text Example
White with #BAABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABBC; }
p { color: rgb(186,171,188); }
H1.HeaderClassName
{
color: #BAABBC;
}
.AnyTagClassName
{
color: #BAABBC;
}
</style>
background-color css
<style>
a { background-color: #BAABBC; }
a { background-color: rgb(186,171,188); }
div.DivClassName
{
background-color: #BAABBC;
}
.BgClassName
{
background-color: #BAABBC;
}
</style>
border-color css
<style>
span { border-color: #BAABBC; }
span { border-color: rgb(186,171,188); }
td.TdClassName
{
border-color: #BAABBC;
}
.TagClassName
{
border-color: #BAABBC;
}
</style>