Shades of Lola #BBABBE
Tints of Lola #BBABBE
RGB
CMYK
RGB Variations
Color information
#BBABBE (or 0xBBABBE) is known color: Lola. HEX triplet: BB, AB and BE. RGB value is (187,171,190). Sum of RGB (Red+Green+Blue) = 187+171+190=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBE is #445441. Grayscale: #B1B1B1. Windows color (decimal): -4478018 or 12495803. OLE color: 12495803.
HSL color Cylindrical-coordinate representation of color #BBABBE: hue angle of 290.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABBE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 171 | 190 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.25 |
| HSL | 290.53º | 0.13% | 0.71% | - |
| HSV(B) | 290.53º | 0.1% | 0.75% | - |
| XYZ | 44.35 | 43.41 | 54.76 | - |
| YUV | 177.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 190 | 0.02 | 0.10 | 0 | 0.25 | 290.53 | 0.13 | 0.71 |
| Hex | BB | AB | BE | 2 | A | 0 | 19 | 123 | D | 47 |
| Octal | 273 | 253 | 276 | 2 | 12 | 0 | 31 | 443 | 15 | 107 |
| Binary | 10111011 | 10101011 | 10111110 | 10 | 1010 | 0 | 11001 | 100100011 | 1101 | 1000111 |
Color Harmonies of #BBABBE
Complementary color
Monochromatic Colors of #BBABBE
Black with #BBABBE
Text Example
Text Example
White with #BBABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABBE; }
p { color: rgb(187,171,190); }
H1.HeaderClassName
{
color: #BBABBE;
}
.AnyTagClassName
{
color: #BBABBE;
}
</style>
background-color css
<style>
a { background-color: #BBABBE; }
a { background-color: rgb(187,171,190); }
div.DivClassName
{
background-color: #BBABBE;
}
.BgClassName
{
background-color: #BBABBE;
}
</style>
border-color css
<style>
span { border-color: #BBABBE; }
span { border-color: rgb(187,171,190); }
td.TdClassName
{
border-color: #BBABBE;
}
.TagClassName
{
border-color: #BBABBE;
}
</style>