Shades of Lola #BAA3BD
Tints of Lola #BAA3BD
RGB
CMYK
RGB Variations
Color information
#BAA3BD (or 0xBAA3BD) is known color: Lola. HEX triplet: BA, A3 and BD. RGB value is (186,163,189). Sum of RGB (Red+Green+Blue) = 186+163+189=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3BD is #455C42. Grayscale: #ACACAC. Windows color (decimal): -4545603 or 12428218. OLE color: 12428218.
HSL color Cylindrical-coordinate representation of color #BAA3BD: hue angle of 293.08º degrees, saturation: 0.16, 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 #BAA3BD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 163 | 189 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.26 |
| HSL | 293.08º | 0.16% | 0.69% | - |
| HSV(B) | 293.08º | 0.14% | 0.74% | - |
| XYZ | 42.53 | 40.31 | 53.68 | - |
| YUV | 172.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 189 | 0.02 | 0.14 | 0 | 0.26 | 293.08 | 0.16 | 0.69 |
| Hex | BA | A3 | BD | 2 | E | 0 | 1A | 125 | 10 | 45 |
| Octal | 272 | 243 | 275 | 2 | 16 | 0 | 32 | 445 | 20 | 105 |
| Binary | 10111010 | 10100011 | 10111101 | 10 | 1110 | 0 | 11010 | 100100101 | 10000 | 1000101 |
Color Harmonies of #BAA3BD
Complementary color
Monochromatic Colors of #BAA3BD
Black with #BAA3BD
Text Example
Text Example
White with #BAA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA3BD; }
p { color: rgb(186,163,189); }
H1.HeaderClassName
{
color: #BAA3BD;
}
.AnyTagClassName
{
color: #BAA3BD;
}
</style>
background-color css
<style>
a { background-color: #BAA3BD; }
a { background-color: rgb(186,163,189); }
div.DivClassName
{
background-color: #BAA3BD;
}
.BgClassName
{
background-color: #BAA3BD;
}
</style>
border-color css
<style>
span { border-color: #BAA3BD; }
span { border-color: rgb(186,163,189); }
td.TdClassName
{
border-color: #BAA3BD;
}
.TagClassName
{
border-color: #BAA3BD;
}
</style>