Shades of Lola #BBACBC
Tints of Lola #BBACBC
RGB
CMYK
RGB Variations
Color information
#BBACBC (or 0xBBACBC) is known color: Lola. HEX triplet: BB, AC and BC. RGB value is (187,172,188). Sum of RGB (Red+Green+Blue) = 187+172+188=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACBC is #445343. Grayscale: #B2B2B2. Windows color (decimal): -4477764 or 12364987. OLE color: 12364987.
HSL color Cylindrical-coordinate representation of color #BBACBC: hue angle of 296.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBACBC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 172 | 188 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.26 |
| HSL | 296.25º | 0.11% | 0.71% | - |
| HSV(B) | 296.25º | 0.09% | 0.74% | - |
| XYZ | 44.32 | 43.7 | 53.68 | - |
| YUV | 178.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 188 | 0.01 | 0.09 | 0 | 0.26 | 296.25 | 0.11 | 0.71 |
| Hex | BB | AC | BC | 1 | 9 | 0 | 1A | 128 | B | 47 |
| Octal | 273 | 254 | 274 | 1 | 11 | 0 | 32 | 450 | 13 | 107 |
| Binary | 10111011 | 10101100 | 10111100 | 1 | 1001 | 0 | 11010 | 100101000 | 1011 | 1000111 |
Color Harmonies of #BBACBC
Complementary color
Monochromatic Colors of #BBACBC
Black with #BBACBC
Text Example
Text Example
White with #BBACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACBC; }
p { color: rgb(187,172,188); }
H1.HeaderClassName
{
color: #BBACBC;
}
.AnyTagClassName
{
color: #BBACBC;
}
</style>
background-color css
<style>
a { background-color: #BBACBC; }
a { background-color: rgb(187,172,188); }
div.DivClassName
{
background-color: #BBACBC;
}
.BgClassName
{
background-color: #BBACBC;
}
</style>
border-color css
<style>
span { border-color: #BBACBC; }
span { border-color: rgb(187,172,188); }
td.TdClassName
{
border-color: #BBACBC;
}
.TagClassName
{
border-color: #BBACBC;
}
</style>