Shades of Lola #BAAABB
Tints of Lola #BAAABB
RGB
CMYK
RGB Variations
Color information
#BAAABB (or 0xBAAABB) is known color: Lola. HEX triplet: BA, AA and BB. RGB value is (186,170,187). Sum of RGB (Red+Green+Blue) = 186+170+187=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABB is #455544. Grayscale: #B0B0B0. Windows color (decimal): -4543813 or 12298938. OLE color: 12298938.
HSL color Cylindrical-coordinate representation of color #BAAABB: hue angle of 296.47º degrees, saturation: 0.11, 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 #BAAABB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 187 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.27 |
| HSL | 296.47º | 0.11% | 0.7% | - |
| HSV(B) | 296.47º | 0.09% | 0.73% | - |
| XYZ | 43.59 | 42.78 | 52.97 | - |
| YUV | 176.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 187 | 0.01 | 0.09 | 0 | 0.27 | 296.47 | 0.11 | 0.7 |
| Hex | BA | AA | BB | 1 | 9 | 0 | 1B | 128 | B | 46 |
| Octal | 272 | 252 | 273 | 1 | 11 | 0 | 33 | 450 | 13 | 106 |
| Binary | 10111010 | 10101010 | 10111011 | 1 | 1001 | 0 | 11011 | 100101000 | 1011 | 1000110 |
Color Harmonies of #BAAABB
Complementary color
Monochromatic Colors of #BAAABB
Black with #BAAABB
Text Example
Text Example
White with #BAAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAABB; }
p { color: rgb(186,170,187); }
H1.HeaderClassName
{
color: #BAAABB;
}
.AnyTagClassName
{
color: #BAAABB;
}
</style>
background-color css
<style>
a { background-color: #BAAABB; }
a { background-color: rgb(186,170,187); }
div.DivClassName
{
background-color: #BAAABB;
}
.BgClassName
{
background-color: #BAAABB;
}
</style>
border-color css
<style>
span { border-color: #BAAABB; }
span { border-color: rgb(186,170,187); }
td.TdClassName
{
border-color: #BAAABB;
}
.TagClassName
{
border-color: #BAAABB;
}
</style>