Shades of Lola #BBA0BE
Tints of Lola #BBA0BE
RGB
CMYK
RGB Variations
Color information
#BBA0BE (or 0xBBA0BE) is known color: Lola. HEX triplet: BB, A0 and BE. RGB value is (187,160,190). Sum of RGB (Red+Green+Blue) = 187+160+190=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BE is #445F41. Grayscale: #ABABAB. Windows color (decimal): -4480834 or 12492987. OLE color: 12492987.
HSL color Cylindrical-coordinate representation of color #BBA0BE: hue angle of 294º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA0BE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 160 | 190 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.25 |
| HSL | 294º | 0.19% | 0.69% | - |
| HSV(B) | 294º | 0.16% | 0.75% | - |
| XYZ | 42.36 | 39.42 | 54.09 | - |
| YUV | 171.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 190 | 0.02 | 0.16 | 0 | 0.25 | 294 | 0.19 | 0.69 |
| Hex | BB | A0 | BE | 2 | 10 | 0 | 19 | 126 | 13 | 45 |
| Octal | 273 | 240 | 276 | 2 | 20 | 0 | 31 | 446 | 23 | 105 |
| Binary | 10111011 | 10100000 | 10111110 | 10 | 10000 | 0 | 11001 | 100100110 | 10011 | 1000101 |
Color Harmonies of #BBA0BE
Complementary color
Monochromatic Colors of #BBA0BE
Black with #BBA0BE
Text Example
Text Example
White with #BBA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0BE; }
p { color: rgb(187,160,190); }
H1.HeaderClassName
{
color: #BBA0BE;
}
.AnyTagClassName
{
color: #BBA0BE;
}
</style>
background-color css
<style>
a { background-color: #BBA0BE; }
a { background-color: rgb(187,160,190); }
div.DivClassName
{
background-color: #BBA0BE;
}
.BgClassName
{
background-color: #BBA0BE;
}
</style>
border-color css
<style>
span { border-color: #BBA0BE; }
span { border-color: rgb(187,160,190); }
td.TdClassName
{
border-color: #BBA0BE;
}
.TagClassName
{
border-color: #BBA0BE;
}
</style>