Shades of Lola #BAA9C0
Tints of Lola #BAA9C0
RGB
CMYK
RGB Variations
Color information
#BAA9C0 (or 0xBAA9C0) is known color: Lola. HEX triplet: BA, A9 and C0. RGB value is (186,169,192). Sum of RGB (Red+Green+Blue) = 186+169+192=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9C0 is #45563F. Grayscale: #B0B0B0. Windows color (decimal): -4544064 or 12626362. OLE color: 12626362.
HSL color Cylindrical-coordinate representation of color #BAA9C0: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA9C0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 169 | 192 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.25 |
| HSL | 284.35º | 0.15% | 0.71% | - |
| HSV(B) | 284.35º | 0.12% | 0.75% | - |
| XYZ | 43.95 | 42.62 | 55.78 | - |
| YUV | 176.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 192 | 0.03 | 0.12 | 0 | 0.25 | 284.35 | 0.15 | 0.71 |
| Hex | BA | A9 | C0 | 3 | C | 0 | 19 | 11C | F | 47 |
| Octal | 272 | 251 | 300 | 3 | 14 | 0 | 31 | 434 | 17 | 107 |
| Binary | 10111010 | 10101001 | 11000000 | 11 | 1100 | 0 | 11001 | 100011100 | 1111 | 1000111 |
Color Harmonies of #BAA9C0
Complementary color
Monochromatic Colors of #BAA9C0
Black with #BAA9C0
Text Example
Text Example
White with #BAA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9C0; }
p { color: rgb(186,169,192); }
H1.HeaderClassName
{
color: #BAA9C0;
}
.AnyTagClassName
{
color: #BAA9C0;
}
</style>
background-color css
<style>
a { background-color: #BAA9C0; }
a { background-color: rgb(186,169,192); }
div.DivClassName
{
background-color: #BAA9C0;
}
.BgClassName
{
background-color: #BAA9C0;
}
</style>
border-color css
<style>
span { border-color: #BAA9C0; }
span { border-color: rgb(186,169,192); }
td.TdClassName
{
border-color: #BAA9C0;
}
.TagClassName
{
border-color: #BAA9C0;
}
</style>