Shades of Lola #BBA4C0
Tints of Lola #BBA4C0
RGB
CMYK
RGB Variations
Color information
#BBA4C0 (or 0xBBA4C0) is known color: Lola. HEX triplet: BB, A4 and C0. RGB value is (187,164,192). Sum of RGB (Red+Green+Blue) = 187+164+192=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C0 is #445B3F. Grayscale: #ADADAD. Windows color (decimal): -4479808 or 12625083. OLE color: 12625083.
HSL color Cylindrical-coordinate representation of color #BBA4C0: hue angle of 289.29º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA4C0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 164 | 192 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.25 |
| HSL | 289.29º | 0.18% | 0.7% | - |
| HSV(B) | 289.29º | 0.15% | 0.75% | - |
| XYZ | 43.28 | 40.92 | 55.49 | - |
| YUV | 174.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 192 | 0.03 | 0.15 | 0 | 0.25 | 289.29 | 0.18 | 0.7 |
| Hex | BB | A4 | C0 | 3 | F | 0 | 19 | 121 | 12 | 46 |
| Octal | 273 | 244 | 300 | 3 | 17 | 0 | 31 | 441 | 22 | 106 |
| Binary | 10111011 | 10100100 | 11000000 | 11 | 1111 | 0 | 11001 | 100100001 | 10010 | 1000110 |
Color Harmonies of #BBA4C0
Complementary color
Monochromatic Colors of #BBA4C0
Black with #BBA4C0
Text Example
Text Example
White with #BBA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4C0; }
p { color: rgb(187,164,192); }
H1.HeaderClassName
{
color: #BBA4C0;
}
.AnyTagClassName
{
color: #BBA4C0;
}
</style>
background-color css
<style>
a { background-color: #BBA4C0; }
a { background-color: rgb(187,164,192); }
div.DivClassName
{
background-color: #BBA4C0;
}
.BgClassName
{
background-color: #BBA4C0;
}
</style>
border-color css
<style>
span { border-color: #BBA4C0; }
span { border-color: rgb(187,164,192); }
td.TdClassName
{
border-color: #BBA4C0;
}
.TagClassName
{
border-color: #BBA4C0;
}
</style>