Shades of Lola #BAAABC
Tints of Lola #BAAABC
RGB
CMYK
RGB Variations
Color information
#BAAABC (or 0xBAAABC) is known color: Lola. HEX triplet: BA, AA and BC. RGB value is (186,170,188). Sum of RGB (Red+Green+Blue) = 186+170+188=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABC is #455543. Grayscale: #B0B0B0. Windows color (decimal): -4543812 or 12364474. OLE color: 12364474.
HSL color Cylindrical-coordinate representation of color #BAAABC: hue angle of 293.33º degrees, saturation: 0.12, 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 #BAAABC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 170 | 188 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.26 |
| HSL | 293.33º | 0.12% | 0.7% | - |
| HSV(B) | 293.33º | 0.1% | 0.74% | - |
| XYZ | 43.7 | 42.82 | 53.54 | - |
| YUV | 176.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 188 | 0.01 | 0.10 | 0 | 0.26 | 293.33 | 0.12 | 0.7 |
| Hex | BA | AA | BC | 1 | A | 0 | 1A | 125 | C | 46 |
| Octal | 272 | 252 | 274 | 1 | 12 | 0 | 32 | 445 | 14 | 106 |
| Binary | 10111010 | 10101010 | 10111100 | 1 | 1010 | 0 | 11010 | 100100101 | 1100 | 1000110 |
Color Harmonies of #BAAABC
Complementary color
Monochromatic Colors of #BAAABC
Black with #BAAABC
Text Example
Text Example
White with #BAAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAABC; }
p { color: rgb(186,170,188); }
H1.HeaderClassName
{
color: #BAAABC;
}
.AnyTagClassName
{
color: #BAAABC;
}
</style>
background-color css
<style>
a { background-color: #BAAABC; }
a { background-color: rgb(186,170,188); }
div.DivClassName
{
background-color: #BAAABC;
}
.BgClassName
{
background-color: #BAAABC;
}
</style>
border-color css
<style>
span { border-color: #BAAABC; }
span { border-color: rgb(186,170,188); }
td.TdClassName
{
border-color: #BAAABC;
}
.TagClassName
{
border-color: #BAAABC;
}
</style>