Shades of Lola #BAA9BD
Tints of Lola #BAA9BD
RGB
CMYK
RGB Variations
Color information
#BAA9BD (or 0xBAA9BD) is known color: Lola. HEX triplet: BA, A9 and BD. RGB value is (186,169,189). Sum of RGB (Red+Green+Blue) = 186+169+189=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9BD is #455642. Grayscale: #B0B0B0. Windows color (decimal): -4544067 or 12429754. OLE color: 12429754.
HSL color Cylindrical-coordinate representation of color #BAA9BD: hue angle of 291º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAA9BD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 169 | 189 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.26 |
| HSL | 291º | 0.13% | 0.7% | - |
| HSV(B) | 291º | 0.11% | 0.74% | - |
| XYZ | 43.62 | 42.49 | 54.05 | - |
| YUV | 176.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 189 | 0.02 | 0.11 | 0 | 0.26 | 291 | 0.13 | 0.7 |
| Hex | BA | A9 | BD | 2 | B | 0 | 1A | 123 | D | 46 |
| Octal | 272 | 251 | 275 | 2 | 13 | 0 | 32 | 443 | 15 | 106 |
| Binary | 10111010 | 10101001 | 10111101 | 10 | 1011 | 0 | 11010 | 100100011 | 1101 | 1000110 |
Color Harmonies of #BAA9BD
Complementary color
Monochromatic Colors of #BAA9BD
Black with #BAA9BD
Text Example
Text Example
White with #BAA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9BD; }
p { color: rgb(186,169,189); }
H1.HeaderClassName
{
color: #BAA9BD;
}
.AnyTagClassName
{
color: #BAA9BD;
}
</style>
background-color css
<style>
a { background-color: #BAA9BD; }
a { background-color: rgb(186,169,189); }
div.DivClassName
{
background-color: #BAA9BD;
}
.BgClassName
{
background-color: #BAA9BD;
}
</style>
border-color css
<style>
span { border-color: #BAA9BD; }
span { border-color: rgb(186,169,189); }
td.TdClassName
{
border-color: #BAA9BD;
}
.TagClassName
{
border-color: #BAA9BD;
}
</style>