Shades of Lola #BBA0C1
Tints of Lola #BBA0C1
RGB
CMYK
RGB Variations
Color information
#BBA0C1 (or 0xBBA0C1) is known color: Lola. HEX triplet: BB, A0 and C1. RGB value is (187,160,193). Sum of RGB (Red+Green+Blue) = 187+160+193=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0C1 is #445F3E. Grayscale: #ABABAB. Windows color (decimal): -4480831 or 12689595. OLE color: 12689595.
HSL color Cylindrical-coordinate representation of color #BBA0C1: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA0C1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 160 | 193 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.24 |
| HSL | 289.09º | 0.21% | 0.69% | - |
| HSV(B) | 289.09º | 0.17% | 0.76% | - |
| XYZ | 42.69 | 39.56 | 55.84 | - |
| YUV | 171.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 193 | 0.03 | 0.17 | 0 | 0.24 | 289.09 | 0.21 | 0.69 |
| Hex | BB | A0 | C1 | 3 | 11 | 0 | 18 | 121 | 15 | 45 |
| Octal | 273 | 240 | 301 | 3 | 21 | 0 | 30 | 441 | 25 | 105 |
| Binary | 10111011 | 10100000 | 11000001 | 11 | 10001 | 0 | 11000 | 100100001 | 10101 | 1000101 |
Color Harmonies of #BBA0C1
Complementary color
Monochromatic Colors of #BBA0C1
Black with #BBA0C1
Text Example
Text Example
White with #BBA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0C1; }
p { color: rgb(187,160,193); }
H1.HeaderClassName
{
color: #BBA0C1;
}
.AnyTagClassName
{
color: #BBA0C1;
}
</style>
background-color css
<style>
a { background-color: #BBA0C1; }
a { background-color: rgb(187,160,193); }
div.DivClassName
{
background-color: #BBA0C1;
}
.BgClassName
{
background-color: #BBA0C1;
}
</style>
border-color css
<style>
span { border-color: #BBA0C1; }
span { border-color: rgb(187,160,193); }
td.TdClassName
{
border-color: #BBA0C1;
}
.TagClassName
{
border-color: #BBA0C1;
}
</style>