Shades of Lola #BAB2BB
Tints of Lola #BAB2BB
RGB
CMYK
RGB Variations
Color information
#BAB2BB (or 0xBAB2BB) is known color: Lola. HEX triplet: BA, B2 and BB. RGB value is (186,178,187). Sum of RGB (Red+Green+Blue) = 186+178+187=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2BB is #454D44. Grayscale: #B5B5B5. Windows color (decimal): -4541765 or 12300986. OLE color: 12300986.
HSL color Cylindrical-coordinate representation of color #BAB2BB: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB2BB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 187 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.27 |
| HSL | 293.33º | 0.06% | 0.72% | - |
| HSV(B) | 293.33º | 0.05% | 0.73% | - |
| XYZ | 45.14 | 45.87 | 53.49 | - |
| YUV | 181.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 187 | 0.01 | 0.05 | 0 | 0.27 | 293.33 | 0.06 | 0.72 |
| Hex | BA | B2 | BB | 1 | 5 | 0 | 1B | 125 | 6 | 48 |
| Octal | 272 | 262 | 273 | 1 | 5 | 0 | 33 | 445 | 6 | 110 |
| Binary | 10111010 | 10110010 | 10111011 | 1 | 101 | 0 | 11011 | 100100101 | 110 | 1001000 |
Color Harmonies of #BAB2BB
Complementary color
Monochromatic Colors of #BAB2BB
Black with #BAB2BB
Text Example
Text Example
White with #BAB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2BB; }
p { color: rgb(186,178,187); }
H1.HeaderClassName
{
color: #BAB2BB;
}
.AnyTagClassName
{
color: #BAB2BB;
}
</style>
background-color css
<style>
a { background-color: #BAB2BB; }
a { background-color: rgb(186,178,187); }
div.DivClassName
{
background-color: #BAB2BB;
}
.BgClassName
{
background-color: #BAB2BB;
}
</style>
border-color css
<style>
span { border-color: #BAB2BB; }
span { border-color: rgb(186,178,187); }
td.TdClassName
{
border-color: #BAB2BB;
}
.TagClassName
{
border-color: #BAB2BB;
}
</style>