Shades of Lola #BAA8BD
Tints of Lola #BAA8BD
RGB
CMYK
RGB Variations
Color information
#BAA8BD (or 0xBAA8BD) is known color: Lola. HEX triplet: BA, A8 and BD. RGB value is (186,168,189). Sum of RGB (Red+Green+Blue) = 186+168+189=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8BD is #455742. Grayscale: #AFAFAF. Windows color (decimal): -4544323 or 12429498. OLE color: 12429498.
HSL color Cylindrical-coordinate representation of color #BAA8BD: hue angle of 291.43º degrees, saturation: 0.14, 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 #BAA8BD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 168 | 189 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.26 |
| HSL | 291.43º | 0.14% | 0.7% | - |
| HSV(B) | 291.43º | 0.11% | 0.74% | - |
| XYZ | 43.44 | 42.12 | 53.98 | - |
| YUV | 175.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 189 | 0.02 | 0.11 | 0 | 0.26 | 291.43 | 0.14 | 0.7 |
| Hex | BA | A8 | BD | 2 | B | 0 | 1A | 123 | E | 46 |
| Octal | 272 | 250 | 275 | 2 | 13 | 0 | 32 | 443 | 16 | 106 |
| Binary | 10111010 | 10101000 | 10111101 | 10 | 1011 | 0 | 11010 | 100100011 | 1110 | 1000110 |
Color Harmonies of #BAA8BD
Complementary color
Monochromatic Colors of #BAA8BD
Black with #BAA8BD
Text Example
Text Example
White with #BAA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8BD; }
p { color: rgb(186,168,189); }
H1.HeaderClassName
{
color: #BAA8BD;
}
.AnyTagClassName
{
color: #BAA8BD;
}
</style>
background-color css
<style>
a { background-color: #BAA8BD; }
a { background-color: rgb(186,168,189); }
div.DivClassName
{
background-color: #BAA8BD;
}
.BgClassName
{
background-color: #BAA8BD;
}
</style>
border-color css
<style>
span { border-color: #BAA8BD; }
span { border-color: rgb(186,168,189); }
td.TdClassName
{
border-color: #BAA8BD;
}
.TagClassName
{
border-color: #BAA8BD;
}
</style>