Shades of Lola #BAAABD
Tints of Lola #BAAABD
RGB
CMYK
RGB Variations
Color information
#BAAABD (or 0xBAAABD) is known color: Lola. HEX triplet: BA, AA and BD. RGB value is (186,170,189). Sum of RGB (Red+Green+Blue) = 186+170+189=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABD is #455542. Grayscale: #B0B0B0. Windows color (decimal): -4543811 or 12430010. OLE color: 12430010.
HSL color Cylindrical-coordinate representation of color #BAAABD: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAAABD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 170 | 189 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.26 |
| HSL | 290.53º | 0.13% | 0.7% | - |
| HSV(B) | 290.53º | 0.1% | 0.74% | - |
| XYZ | 43.81 | 42.86 | 54.11 | - |
| YUV | 176.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 189 | 0.02 | 0.10 | 0 | 0.26 | 290.53 | 0.13 | 0.7 |
| Hex | BA | AA | BD | 2 | A | 0 | 1A | 123 | D | 46 |
| Octal | 272 | 252 | 275 | 2 | 12 | 0 | 32 | 443 | 15 | 106 |
| Binary | 10111010 | 10101010 | 10111101 | 10 | 1010 | 0 | 11010 | 100100011 | 1101 | 1000110 |
Color Harmonies of #BAAABD
Complementary color
Monochromatic Colors of #BAAABD
Black with #BAAABD
Text Example
Text Example
White with #BAAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAABD; }
p { color: rgb(186,170,189); }
H1.HeaderClassName
{
color: #BAAABD;
}
.AnyTagClassName
{
color: #BAAABD;
}
</style>
background-color css
<style>
a { background-color: #BAAABD; }
a { background-color: rgb(186,170,189); }
div.DivClassName
{
background-color: #BAAABD;
}
.BgClassName
{
background-color: #BAAABD;
}
</style>
border-color css
<style>
span { border-color: #BAAABD; }
span { border-color: rgb(186,170,189); }
td.TdClassName
{
border-color: #BAAABD;
}
.TagClassName
{
border-color: #BAAABD;
}
</style>