Shades of Lola #BAAABA
Tints of Lola #BAAABA
RGB
CMYK
RGB Variations
Color information
#BAAABA (or 0xBAAABA) is known color: Lola. HEX triplet: BA, AA and BA. RGB value is (186,170,186). Sum of RGB (Red+Green+Blue) = 186+170+186=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABA is #455545. Grayscale: #B0B0B0. Windows color (decimal): -4543814 or 12233402. OLE color: 12233402.
HSL color Cylindrical-coordinate representation of color #BAAABA: hue angle of 300º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAABA is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 186 | - |
| CMYK | 0 | 0.09 | 0 | 0.27 |
| HSL | 300º | 0.1% | 0.7% | - |
| HSV(B) | 300º | 0.09% | 0.73% | - |
| XYZ | 43.49 | 42.73 | 52.41 | - |
| YUV | 176.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 186 | 0 | 0.09 | 0 | 0.27 | 300 | 0.1 | 0.7 |
| Hex | BA | AA | BA | 0 | 9 | 0 | 1B | 12C | A | 46 |
| Octal | 272 | 252 | 272 | 0 | 11 | 0 | 33 | 454 | 12 | 106 |
| Binary | 10111010 | 10101010 | 10111010 | 0 | 1001 | 0 | 11011 | 100101100 | 1010 | 1000110 |
Color Harmonies of #BAAABA
Complementary color
Monochromatic Colors of #BAAABA
Black with #BAAABA
Text Example
Text Example
White with #BAAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAABA; }
p { color: rgb(186,170,186); }
H1.HeaderClassName
{
color: #BAAABA;
}
.AnyTagClassName
{
color: #BAAABA;
}
</style>
background-color css
<style>
a { background-color: #BAAABA; }
a { background-color: rgb(186,170,186); }
div.DivClassName
{
background-color: #BAAABA;
}
.BgClassName
{
background-color: #BAAABA;
}
</style>
border-color css
<style>
span { border-color: #BAAABA; }
span { border-color: rgb(186,170,186); }
td.TdClassName
{
border-color: #BAAABA;
}
.TagClassName
{
border-color: #BAAABA;
}
</style>