Shades of Lola #BBA0C0
Tints of Lola #BBA0C0
RGB
CMYK
RGB Variations
Color information
#BBA0C0 (or 0xBBA0C0) is known color: Lola. HEX triplet: BB, A0 and C0. RGB value is (187,160,192). Sum of RGB (Red+Green+Blue) = 187+160+192=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0C0 is #445F3F. Grayscale: #ABABAB. Windows color (decimal): -4480832 or 12624059. OLE color: 12624059.
HSL color Cylindrical-coordinate representation of color #BBA0C0: hue angle of 290.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA0C0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 160 | 192 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.25 |
| HSL | 290.63º | 0.2% | 0.69% | - |
| HSV(B) | 290.63º | 0.17% | 0.75% | - |
| XYZ | 42.58 | 39.51 | 55.25 | - |
| YUV | 171.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 192 | 0.03 | 0.17 | 0 | 0.25 | 290.63 | 0.2 | 0.69 |
| Hex | BB | A0 | C0 | 3 | 11 | 0 | 19 | 123 | 14 | 45 |
| Octal | 273 | 240 | 300 | 3 | 21 | 0 | 31 | 443 | 24 | 105 |
| Binary | 10111011 | 10100000 | 11000000 | 11 | 10001 | 0 | 11001 | 100100011 | 10100 | 1000101 |
Color Harmonies of #BBA0C0
Complementary color
Monochromatic Colors of #BBA0C0
Black with #BBA0C0
Text Example
Text Example
White with #BBA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0C0; }
p { color: rgb(187,160,192); }
H1.HeaderClassName
{
color: #BBA0C0;
}
.AnyTagClassName
{
color: #BBA0C0;
}
</style>
background-color css
<style>
a { background-color: #BBA0C0; }
a { background-color: rgb(187,160,192); }
div.DivClassName
{
background-color: #BBA0C0;
}
.BgClassName
{
background-color: #BBA0C0;
}
</style>
border-color css
<style>
span { border-color: #BBA0C0; }
span { border-color: rgb(187,160,192); }
td.TdClassName
{
border-color: #BBA0C0;
}
.TagClassName
{
border-color: #BBA0C0;
}
</style>