Shades of Lola #BBA4C1
Tints of Lola #BBA4C1
RGB
CMYK
RGB Variations
Color information
#BBA4C1 (or 0xBBA4C1) is known color: Lola. HEX triplet: BB, A4 and C1. RGB value is (187,164,193). Sum of RGB (Red+Green+Blue) = 187+164+193=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C1 is #445B3E. Grayscale: #AEAEAE. Windows color (decimal): -4479807 or 12690619. OLE color: 12690619.
HSL color Cylindrical-coordinate representation of color #BBA4C1: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA4C1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 164 | 193 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.24 |
| HSL | 287.59º | 0.19% | 0.7% | - |
| HSV(B) | 287.59º | 0.15% | 0.76% | - |
| XYZ | 43.39 | 40.97 | 56.07 | - |
| YUV | 174.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 193 | 0.03 | 0.15 | 0 | 0.24 | 287.59 | 0.19 | 0.7 |
| Hex | BB | A4 | C1 | 3 | F | 0 | 18 | 120 | 13 | 46 |
| Octal | 273 | 244 | 301 | 3 | 17 | 0 | 30 | 440 | 23 | 106 |
| Binary | 10111011 | 10100100 | 11000001 | 11 | 1111 | 0 | 11000 | 100100000 | 10011 | 1000110 |
Color Harmonies of #BBA4C1
Complementary color
Monochromatic Colors of #BBA4C1
Black with #BBA4C1
Text Example
Text Example
White with #BBA4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4C1; }
p { color: rgb(187,164,193); }
H1.HeaderClassName
{
color: #BBA4C1;
}
.AnyTagClassName
{
color: #BBA4C1;
}
</style>
background-color css
<style>
a { background-color: #BBA4C1; }
a { background-color: rgb(187,164,193); }
div.DivClassName
{
background-color: #BBA4C1;
}
.BgClassName
{
background-color: #BBA4C1;
}
</style>
border-color css
<style>
span { border-color: #BBA4C1; }
span { border-color: rgb(187,164,193); }
td.TdClassName
{
border-color: #BBA4C1;
}
.TagClassName
{
border-color: #BBA4C1;
}
</style>