Shades of Lola #BBA3C1
Tints of Lola #BBA3C1
RGB
CMYK
RGB Variations
Color information
#BBA3C1 (or 0xBBA3C1) is known color: Lola. HEX triplet: BB, A3 and C1. RGB value is (187,163,193). Sum of RGB (Red+Green+Blue) = 187+163+193=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C1 is #445C3E. Grayscale: #ADADAD. Windows color (decimal): -4480063 or 12690363. OLE color: 12690363.
HSL color Cylindrical-coordinate representation of color #BBA3C1: hue angle of 288º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA3C1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 163 | 193 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.24 |
| HSL | 288º | 0.19% | 0.7% | - |
| HSV(B) | 288º | 0.16% | 0.76% | - |
| XYZ | 43.22 | 40.61 | 56.01 | - |
| YUV | 173.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 193 | 0.03 | 0.16 | 0 | 0.24 | 288 | 0.19 | 0.7 |
| Hex | BB | A3 | C1 | 3 | 10 | 0 | 18 | 120 | 13 | 46 |
| Octal | 273 | 243 | 301 | 3 | 20 | 0 | 30 | 440 | 23 | 106 |
| Binary | 10111011 | 10100011 | 11000001 | 11 | 10000 | 0 | 11000 | 100100000 | 10011 | 1000110 |
Color Harmonies of #BBA3C1
Complementary color
Monochromatic Colors of #BBA3C1
Black with #BBA3C1
Text Example
Text Example
White with #BBA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3C1; }
p { color: rgb(187,163,193); }
H1.HeaderClassName
{
color: #BBA3C1;
}
.AnyTagClassName
{
color: #BBA3C1;
}
</style>
background-color css
<style>
a { background-color: #BBA3C1; }
a { background-color: rgb(187,163,193); }
div.DivClassName
{
background-color: #BBA3C1;
}
.BgClassName
{
background-color: #BBA3C1;
}
</style>
border-color css
<style>
span { border-color: #BBA3C1; }
span { border-color: rgb(187,163,193); }
td.TdClassName
{
border-color: #BBA3C1;
}
.TagClassName
{
border-color: #BBA3C1;
}
</style>