Shades of Lola #BAABBD
Tints of Lola #BAABBD
RGB
CMYK
RGB Variations
Color information
#BAABBD (or 0xBAABBD) is known color: Lola. HEX triplet: BA, AB and BD. RGB value is (186,171,189). Sum of RGB (Red+Green+Blue) = 186+171+189=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBD is #455442. Grayscale: #B1B1B1. Windows color (decimal): -4543555 or 12430266. OLE color: 12430266.
HSL color Cylindrical-coordinate representation of color #BAABBD: hue angle of 290º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAABBD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 171 | 189 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.26 |
| HSL | 290º | 0.12% | 0.71% | - |
| HSV(B) | 290º | 0.1% | 0.74% | - |
| XYZ | 44 | 43.24 | 54.17 | - |
| YUV | 177.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 189 | 0.02 | 0.10 | 0 | 0.26 | 290 | 0.12 | 0.71 |
| Hex | BA | AB | BD | 2 | A | 0 | 1A | 122 | C | 47 |
| Octal | 272 | 253 | 275 | 2 | 12 | 0 | 32 | 442 | 14 | 107 |
| Binary | 10111010 | 10101011 | 10111101 | 10 | 1010 | 0 | 11010 | 100100010 | 1100 | 1000111 |
Color Harmonies of #BAABBD
Complementary color
Monochromatic Colors of #BAABBD
Black with #BAABBD
Text Example
Text Example
White with #BAABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABBD; }
p { color: rgb(186,171,189); }
H1.HeaderClassName
{
color: #BAABBD;
}
.AnyTagClassName
{
color: #BAABBD;
}
</style>
background-color css
<style>
a { background-color: #BAABBD; }
a { background-color: rgb(186,171,189); }
div.DivClassName
{
background-color: #BAABBD;
}
.BgClassName
{
background-color: #BAABBD;
}
</style>
border-color css
<style>
span { border-color: #BAABBD; }
span { border-color: rgb(186,171,189); }
td.TdClassName
{
border-color: #BAABBD;
}
.TagClassName
{
border-color: #BAABBD;
}
</style>