Shades of Lola #BBAABB
Tints of Lola #BBAABB
RGB
CMYK
RGB Variations
Color information
#BBAABB (or 0xBBAABB) is known color: Lola. HEX triplet: BB, AA and BB. RGB value is (187,170,187). Sum of RGB (Red+Green+Blue) = 187+170+187=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAABB is #445544. Grayscale: #B0B0B0. Windows color (decimal): -4478277 or 12298939. OLE color: 12298939.
HSL color Cylindrical-coordinate representation of color #BBAABB: hue angle of 300º 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 #BBAABB is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 187 | - |
| CMYK | 0 | 0.09 | 0 | 0.27 |
| HSL | 300º | 0.11% | 0.7% | - |
| HSV(B) | 300º | 0.09% | 0.73% | - |
| XYZ | 43.84 | 42.9 | 52.98 | - |
| YUV | 177.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 187 | 0 | 0.09 | 0 | 0.27 | 300 | 0.11 | 0.7 |
| Hex | BB | AA | BB | 0 | 9 | 0 | 1B | 12C | B | 46 |
| Octal | 273 | 252 | 273 | 0 | 11 | 0 | 33 | 454 | 13 | 106 |
| Binary | 10111011 | 10101010 | 10111011 | 0 | 1001 | 0 | 11011 | 100101100 | 1011 | 1000110 |
Color Harmonies of #BBAABB
Complementary color
Monochromatic Colors of #BBAABB
Black with #BBAABB
Text Example
Text Example
White with #BBAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAABB; }
p { color: rgb(187,170,187); }
H1.HeaderClassName
{
color: #BBAABB;
}
.AnyTagClassName
{
color: #BBAABB;
}
</style>
background-color css
<style>
a { background-color: #BBAABB; }
a { background-color: rgb(187,170,187); }
div.DivClassName
{
background-color: #BBAABB;
}
.BgClassName
{
background-color: #BBAABB;
}
</style>
border-color css
<style>
span { border-color: #BBAABB; }
span { border-color: rgb(187,170,187); }
td.TdClassName
{
border-color: #BBAABB;
}
.TagClassName
{
border-color: #BBAABB;
}
</style>