Shades of Lola #BBABB9
Tints of Lola #BBABB9
RGB
CMYK
RGB Variations
Color information
#BBABB9 (or 0xBBABB9) is known color: Lola. HEX triplet: BB, AB and B9. RGB value is (187,171,185). Sum of RGB (Red+Green+Blue) = 187+171+185=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABB9 is #445446. Grayscale: #B1B1B1. Windows color (decimal): -4478023 or 12168123. OLE color: 12168123.
HSL color Cylindrical-coordinate representation of color #BBABB9: hue angle of 307.5º 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 #BBABB9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 185 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.27 |
| HSL | 307.5º | 0.11% | 0.7% | - |
| HSV(B) | 307.5º | 0.09% | 0.73% | - |
| XYZ | 43.81 | 43.19 | 51.93 | - |
| YUV | 177.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 185 | 0 | 0.09 | 0.01 | 0.27 | 307.5 | 0.11 | 0.7 |
| Hex | BB | AB | B9 | 0 | 9 | 1 | 1B | 134 | B | 46 |
| Octal | 273 | 253 | 271 | 0 | 11 | 1 | 33 | 464 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10111001 | 0 | 1001 | 1 | 11011 | 100110100 | 1011 | 1000110 |
Color Harmonies of #BBABB9
Complementary color
Monochromatic Colors of #BBABB9
Black with #BBABB9
Text Example
Text Example
White with #BBABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABB9; }
p { color: rgb(187,171,185); }
H1.HeaderClassName
{
color: #BBABB9;
}
.AnyTagClassName
{
color: #BBABB9;
}
</style>
background-color css
<style>
a { background-color: #BBABB9; }
a { background-color: rgb(187,171,185); }
div.DivClassName
{
background-color: #BBABB9;
}
.BgClassName
{
background-color: #BBABB9;
}
</style>
border-color css
<style>
span { border-color: #BBABB9; }
span { border-color: rgb(187,171,185); }
td.TdClassName
{
border-color: #BBABB9;
}
.TagClassName
{
border-color: #BBABB9;
}
</style>