Shades of Lola #BBA2BC
Tints of Lola #BBA2BC
RGB
CMYK
RGB Variations
Color information
#BBA2BC (or 0xBBA2BC) is known color: Lola. HEX triplet: BB, A2 and BC. RGB value is (187,162,188). Sum of RGB (Red+Green+Blue) = 187+162+188=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2BC is #445D43. Grayscale: #ACACAC. Windows color (decimal): -4480324 or 12362427. OLE color: 12362427.
HSL color Cylindrical-coordinate representation of color #BBA2BC: hue angle of 297.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA2BC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 162 | 188 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.26 |
| HSL | 297.69º | 0.16% | 0.69% | - |
| HSV(B) | 297.69º | 0.14% | 0.74% | - |
| XYZ | 42.49 | 40.04 | 53.07 | - |
| YUV | 172.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 188 | 0.01 | 0.14 | 0 | 0.26 | 297.69 | 0.16 | 0.69 |
| Hex | BB | A2 | BC | 1 | E | 0 | 1A | 12A | 10 | 45 |
| Octal | 273 | 242 | 274 | 1 | 16 | 0 | 32 | 452 | 20 | 105 |
| Binary | 10111011 | 10100010 | 10111100 | 1 | 1110 | 0 | 11010 | 100101010 | 10000 | 1000101 |
Color Harmonies of #BBA2BC
Complementary color
Monochromatic Colors of #BBA2BC
Black with #BBA2BC
Text Example
Text Example
White with #BBA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2BC; }
p { color: rgb(187,162,188); }
H1.HeaderClassName
{
color: #BBA2BC;
}
.AnyTagClassName
{
color: #BBA2BC;
}
</style>
background-color css
<style>
a { background-color: #BBA2BC; }
a { background-color: rgb(187,162,188); }
div.DivClassName
{
background-color: #BBA2BC;
}
.BgClassName
{
background-color: #BBA2BC;
}
</style>
border-color css
<style>
span { border-color: #BBA2BC; }
span { border-color: rgb(187,162,188); }
td.TdClassName
{
border-color: #BBA2BC;
}
.TagClassName
{
border-color: #BBA2BC;
}
</style>