Shades of Lola #BAA2BD
Tints of Lola #BAA2BD
RGB
CMYK
RGB Variations
Color information
#BAA2BD (or 0xBAA2BD) is known color: Lola. HEX triplet: BA, A2 and BD. RGB value is (186,162,189). Sum of RGB (Red+Green+Blue) = 186+162+189=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2BD is #455D42. Grayscale: #ACACAC. Windows color (decimal): -4545859 or 12427962. OLE color: 12427962.
HSL color Cylindrical-coordinate representation of color #BAA2BD: hue angle of 293.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA2BD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 162 | 189 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.26 |
| HSL | 293.33º | 0.17% | 0.69% | - |
| HSV(B) | 293.33º | 0.14% | 0.74% | - |
| XYZ | 42.36 | 39.95 | 53.62 | - |
| YUV | 172.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 189 | 0.02 | 0.14 | 0 | 0.26 | 293.33 | 0.17 | 0.69 |
| Hex | BA | A2 | BD | 2 | E | 0 | 1A | 125 | 11 | 45 |
| Octal | 272 | 242 | 275 | 2 | 16 | 0 | 32 | 445 | 21 | 105 |
| Binary | 10111010 | 10100010 | 10111101 | 10 | 1110 | 0 | 11010 | 100100101 | 10001 | 1000101 |
Color Harmonies of #BAA2BD
Complementary color
Monochromatic Colors of #BAA2BD
Black with #BAA2BD
Text Example
Text Example
White with #BAA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2BD; }
p { color: rgb(186,162,189); }
H1.HeaderClassName
{
color: #BAA2BD;
}
.AnyTagClassName
{
color: #BAA2BD;
}
</style>
background-color css
<style>
a { background-color: #BAA2BD; }
a { background-color: rgb(186,162,189); }
div.DivClassName
{
background-color: #BAA2BD;
}
.BgClassName
{
background-color: #BAA2BD;
}
</style>
border-color css
<style>
span { border-color: #BAA2BD; }
span { border-color: rgb(186,162,189); }
td.TdClassName
{
border-color: #BAA2BD;
}
.TagClassName
{
border-color: #BAA2BD;
}
</style>