Shades of Lola #BBA0BC
Tints of Lola #BBA0BC
RGB
CMYK
RGB Variations
Color information
#BBA0BC (or 0xBBA0BC) is known color: Lola. HEX triplet: BB, A0 and BC. RGB value is (187,160,188). Sum of RGB (Red+Green+Blue) = 187+160+188=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BC is #445F43. Grayscale: #ABABAB. Windows color (decimal): -4480836 or 12361915. OLE color: 12361915.
HSL color Cylindrical-coordinate representation of color #BBA0BC: hue angle of 297.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA0BC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 160 | 188 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.26 |
| HSL | 297.86º | 0.17% | 0.68% | - |
| HSV(B) | 297.86º | 0.15% | 0.74% | - |
| XYZ | 42.14 | 39.34 | 52.95 | - |
| YUV | 171.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 188 | 0.01 | 0.15 | 0 | 0.26 | 297.86 | 0.17 | 0.68 |
| Hex | BB | A0 | BC | 1 | F | 0 | 1A | 12A | 11 | 44 |
| Octal | 273 | 240 | 274 | 1 | 17 | 0 | 32 | 452 | 21 | 104 |
| Binary | 10111011 | 10100000 | 10111100 | 1 | 1111 | 0 | 11010 | 100101010 | 10001 | 1000100 |
Color Harmonies of #BBA0BC
Complementary color
Monochromatic Colors of #BBA0BC
Black with #BBA0BC
Text Example
Text Example
White with #BBA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0BC; }
p { color: rgb(187,160,188); }
H1.HeaderClassName
{
color: #BBA0BC;
}
.AnyTagClassName
{
color: #BBA0BC;
}
</style>
background-color css
<style>
a { background-color: #BBA0BC; }
a { background-color: rgb(187,160,188); }
div.DivClassName
{
background-color: #BBA0BC;
}
.BgClassName
{
background-color: #BBA0BC;
}
</style>
border-color css
<style>
span { border-color: #BBA0BC; }
span { border-color: rgb(187,160,188); }
td.TdClassName
{
border-color: #BBA0BC;
}
.TagClassName
{
border-color: #BBA0BC;
}
</style>