Shades of Lola #BAA8BB
Tints of Lola #BAA8BB
RGB
CMYK
RGB Variations
Color information
#BAA8BB (or 0xBAA8BB) is known color: Lola. HEX triplet: BA, A8 and BB. RGB value is (186,168,187). Sum of RGB (Red+Green+Blue) = 186+168+187=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8BB is #455744. Grayscale: #AFAFAF. Windows color (decimal): -4544325 or 12298426. OLE color: 12298426.
HSL color Cylindrical-coordinate representation of color #BAA8BB: hue angle of 296.84º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8BB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 187 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.27 |
| HSL | 296.84º | 0.12% | 0.7% | - |
| HSV(B) | 296.84º | 0.1% | 0.73% | - |
| XYZ | 43.22 | 42.03 | 52.85 | - |
| YUV | 175.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 187 | 0.01 | 0.10 | 0 | 0.27 | 296.84 | 0.12 | 0.7 |
| Hex | BA | A8 | BB | 1 | A | 0 | 1B | 129 | C | 46 |
| Octal | 272 | 250 | 273 | 1 | 12 | 0 | 33 | 451 | 14 | 106 |
| Binary | 10111010 | 10101000 | 10111011 | 1 | 1010 | 0 | 11011 | 100101001 | 1100 | 1000110 |
Color Harmonies of #BAA8BB
Complementary color
Monochromatic Colors of #BAA8BB
Black with #BAA8BB
Text Example
Text Example
White with #BAA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8BB; }
p { color: rgb(186,168,187); }
H1.HeaderClassName
{
color: #BAA8BB;
}
.AnyTagClassName
{
color: #BAA8BB;
}
</style>
background-color css
<style>
a { background-color: #BAA8BB; }
a { background-color: rgb(186,168,187); }
div.DivClassName
{
background-color: #BAA8BB;
}
.BgClassName
{
background-color: #BAA8BB;
}
</style>
border-color css
<style>
span { border-color: #BAA8BB; }
span { border-color: rgb(186,168,187); }
td.TdClassName
{
border-color: #BAA8BB;
}
.TagClassName
{
border-color: #BAA8BB;
}
</style>