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