Shades of Lola #BAA1BB
Tints of Lola #BAA1BB
RGB
CMYK
RGB Variations
Color information
#BAA1BB (or 0xBAA1BB) is known color: Lola. HEX triplet: BA, A1 and BB. RGB value is (186,161,187). Sum of RGB (Red+Green+Blue) = 186+161+187=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1BB is #455E44. Grayscale: #ABABAB. Windows color (decimal): -4546117 or 12296634. OLE color: 12296634.
HSL color Cylindrical-coordinate representation of color #BAA1BB: hue angle of 297.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA1BB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 187 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.27 |
| HSL | 297.69º | 0.16% | 0.68% | - |
| HSV(B) | 297.69º | 0.14% | 0.73% | - |
| XYZ | 41.96 | 39.52 | 52.43 | - |
| YUV | 171.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 187 | 0.01 | 0.14 | 0 | 0.27 | 297.69 | 0.16 | 0.68 |
| Hex | BA | A1 | BB | 1 | E | 0 | 1B | 12A | 10 | 44 |
| Octal | 272 | 241 | 273 | 1 | 16 | 0 | 33 | 452 | 20 | 104 |
| Binary | 10111010 | 10100001 | 10111011 | 1 | 1110 | 0 | 11011 | 100101010 | 10000 | 1000100 |
Color Harmonies of #BAA1BB
Complementary color
Monochromatic Colors of #BAA1BB
Black with #BAA1BB
Text Example
Text Example
White with #BAA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA1BB; }
p { color: rgb(186,161,187); }
H1.HeaderClassName
{
color: #BAA1BB;
}
.AnyTagClassName
{
color: #BAA1BB;
}
</style>
background-color css
<style>
a { background-color: #BAA1BB; }
a { background-color: rgb(186,161,187); }
div.DivClassName
{
background-color: #BAA1BB;
}
.BgClassName
{
background-color: #BAA1BB;
}
</style>
border-color css
<style>
span { border-color: #BAA1BB; }
span { border-color: rgb(186,161,187); }
td.TdClassName
{
border-color: #BAA1BB;
}
.TagClassName
{
border-color: #BAA1BB;
}
</style>