Shades of Lola #BAB5BB
Tints of Lola #BAB5BB
RGB
CMYK
RGB Variations
Color information
#BAB5BB (or 0xBAB5BB) is known color: Lola. HEX triplet: BA, B5 and BB. RGB value is (186,181,187). Sum of RGB (Red+Green+Blue) = 186+181+187=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BB is #454A44. Grayscale: #B7B7B7. Windows color (decimal): -4540997 or 12301754. OLE color: 12301754.
HSL color Cylindrical-coordinate representation of color #BAB5BB: hue angle of 290º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAB5BB is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 187 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.27 |
| HSL | 290º | 0.04% | 0.72% | - |
| HSV(B) | 290º | 0.03% | 0.73% | - |
| XYZ | 45.74 | 47.07 | 53.69 | - |
| YUV | 183.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 187 | 0.01 | 0.03 | 0 | 0.27 | 290 | 0.04 | 0.72 |
| Hex | BA | B5 | BB | 1 | 3 | 0 | 1B | 122 | 4 | 48 |
| Octal | 272 | 265 | 273 | 1 | 3 | 0 | 33 | 442 | 4 | 110 |
| Binary | 10111010 | 10110101 | 10111011 | 1 | 11 | 0 | 11011 | 100100010 | 100 | 1001000 |
Color Harmonies of #BAB5BB
Complementary color
Monochromatic Colors of #BAB5BB
Black with #BAB5BB
Text Example
Text Example
White with #BAB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5BB; }
p { color: rgb(186,181,187); }
H1.HeaderClassName
{
color: #BAB5BB;
}
.AnyTagClassName
{
color: #BAB5BB;
}
</style>
background-color css
<style>
a { background-color: #BAB5BB; }
a { background-color: rgb(186,181,187); }
div.DivClassName
{
background-color: #BAB5BB;
}
.BgClassName
{
background-color: #BAB5BB;
}
</style>
border-color css
<style>
span { border-color: #BAB5BB; }
span { border-color: rgb(186,181,187); }
td.TdClassName
{
border-color: #BAB5BB;
}
.TagClassName
{
border-color: #BAB5BB;
}
</style>