Shades of Lola #BAA2BB
Tints of Lola #BAA2BB
RGB
CMYK
RGB Variations
Color information
#BAA2BB (or 0xBAA2BB) is known color: Lola. HEX triplet: BA, A2 and BB. RGB value is (186,162,187). Sum of RGB (Red+Green+Blue) = 186+162+187=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BB is #455D44. Grayscale: #ABABAB. Windows color (decimal): -4545861 or 12296890. OLE color: 12296890.
HSL color Cylindrical-coordinate representation of color #BAA2BB: hue angle of 297.6º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2BB is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 187 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.27 |
| HSL | 297.6º | 0.16% | 0.68% | - |
| HSV(B) | 297.6º | 0.13% | 0.73% | - |
| XYZ | 42.14 | 39.87 | 52.49 | - |
| YUV | 172.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 187 | 0.01 | 0.13 | 0 | 0.27 | 297.6 | 0.16 | 0.68 |
| Hex | BA | A2 | BB | 1 | D | 0 | 1B | 12A | 10 | 44 |
| Octal | 272 | 242 | 273 | 1 | 15 | 0 | 33 | 452 | 20 | 104 |
| Binary | 10111010 | 10100010 | 10111011 | 1 | 1101 | 0 | 11011 | 100101010 | 10000 | 1000100 |
Color Harmonies of #BAA2BB
Complementary color
Monochromatic Colors of #BAA2BB
Black with #BAA2BB
Text Example
Text Example
White with #BAA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2BB; }
p { color: rgb(186,162,187); }
H1.HeaderClassName
{
color: #BAA2BB;
}
.AnyTagClassName
{
color: #BAA2BB;
}
</style>
background-color css
<style>
a { background-color: #BAA2BB; }
a { background-color: rgb(186,162,187); }
div.DivClassName
{
background-color: #BAA2BB;
}
.BgClassName
{
background-color: #BAA2BB;
}
</style>
border-color css
<style>
span { border-color: #BAA2BB; }
span { border-color: rgb(186,162,187); }
td.TdClassName
{
border-color: #BAA2BB;
}
.TagClassName
{
border-color: #BAA2BB;
}
</style>