Shades of Lola #BAA2BE
Tints of Lola #BAA2BE
RGB
CMYK
RGB Variations
Color information
#BAA2BE (or 0xBAA2BE) is known color: Lola. HEX triplet: BA, A2 and BE. RGB value is (186,162,190). Sum of RGB (Red+Green+Blue) = 186+162+190=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BE is #455D41. Grayscale: #ACACAC. Windows color (decimal): -4545858 or 12493498. OLE color: 12493498.
HSL color Cylindrical-coordinate representation of color #BAA2BE: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA2BE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 162 | 190 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.25 |
| HSL | 291.43º | 0.18% | 0.69% | - |
| HSV(B) | 291.43º | 0.15% | 0.75% | - |
| XYZ | 42.46 | 40 | 54.2 | - |
| YUV | 172.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 190 | 0.02 | 0.15 | 0 | 0.25 | 291.43 | 0.18 | 0.69 |
| Hex | BA | A2 | BE | 2 | F | 0 | 19 | 123 | 12 | 45 |
| Octal | 272 | 242 | 276 | 2 | 17 | 0 | 31 | 443 | 22 | 105 |
| Binary | 10111010 | 10100010 | 10111110 | 10 | 1111 | 0 | 11001 | 100100011 | 10010 | 1000101 |
Color Harmonies of #BAA2BE
Complementary color
Monochromatic Colors of #BAA2BE
Black with #BAA2BE
Text Example
Text Example
White with #BAA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2BE; }
p { color: rgb(186,162,190); }
H1.HeaderClassName
{
color: #BAA2BE;
}
.AnyTagClassName
{
color: #BAA2BE;
}
</style>
background-color css
<style>
a { background-color: #BAA2BE; }
a { background-color: rgb(186,162,190); }
div.DivClassName
{
background-color: #BAA2BE;
}
.BgClassName
{
background-color: #BAA2BE;
}
</style>
border-color css
<style>
span { border-color: #BAA2BE; }
span { border-color: rgb(186,162,190); }
td.TdClassName
{
border-color: #BAA2BE;
}
.TagClassName
{
border-color: #BAA2BE;
}
</style>