Shades of Lola #BBA0C4
Tints of Lola #BBA0C4
RGB
CMYK
RGB Variations
Color information
#BBA0C4 (or 0xBBA0C4) is known color: Lola. HEX triplet: BB, A0 and C4. RGB value is (187,160,196). Sum of RGB (Red+Green+Blue) = 187+160+196=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0C4 is #445F3B. Grayscale: #ACACAC. Windows color (decimal): -4480828 or 12886203. OLE color: 12886203.
HSL color Cylindrical-coordinate representation of color #BBA0C4: hue angle of 285º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA0C4 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 160 | 196 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.23 |
| HSL | 285º | 0.23% | 0.7% | - |
| HSV(B) | 285º | 0.18% | 0.77% | - |
| XYZ | 43.03 | 39.69 | 57.62 | - |
| YUV | 172.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 196 | 0.05 | 0.18 | 0 | 0.23 | 285 | 0.23 | 0.7 |
| Hex | BB | A0 | C4 | 5 | 12 | 0 | 17 | 11D | 17 | 46 |
| Octal | 273 | 240 | 304 | 5 | 22 | 0 | 27 | 435 | 27 | 106 |
| Binary | 10111011 | 10100000 | 11000100 | 101 | 10010 | 0 | 10111 | 100011101 | 10111 | 1000110 |
Color Harmonies of #BBA0C4
Complementary color
Monochromatic Colors of #BBA0C4
Black with #BBA0C4
Text Example
Text Example
White with #BBA0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0C4; }
p { color: rgb(187,160,196); }
H1.HeaderClassName
{
color: #BBA0C4;
}
.AnyTagClassName
{
color: #BBA0C4;
}
</style>
background-color css
<style>
a { background-color: #BBA0C4; }
a { background-color: rgb(187,160,196); }
div.DivClassName
{
background-color: #BBA0C4;
}
.BgClassName
{
background-color: #BBA0C4;
}
</style>
border-color css
<style>
span { border-color: #BBA0C4; }
span { border-color: rgb(187,160,196); }
td.TdClassName
{
border-color: #BBA0C4;
}
.TagClassName
{
border-color: #BBA0C4;
}
</style>