Shades of Lola #BBA4BE
Tints of Lola #BBA4BE
RGB
CMYK
RGB Variations
Color information
#BBA4BE (or 0xBBA4BE) is known color: Lola. HEX triplet: BB, A4 and BE. RGB value is (187,164,190). Sum of RGB (Red+Green+Blue) = 187+164+190=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BE is #445B41. Grayscale: #ADADAD. Windows color (decimal): -4479810 or 12494011. OLE color: 12494011.
HSL color Cylindrical-coordinate representation of color #BBA4BE: hue angle of 293.08º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA4BE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 164 | 190 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.25 |
| HSL | 293.08º | 0.17% | 0.69% | - |
| HSV(B) | 293.08º | 0.14% | 0.75% | - |
| XYZ | 43.06 | 40.83 | 54.33 | - |
| YUV | 173.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 190 | 0.02 | 0.14 | 0 | 0.25 | 293.08 | 0.17 | 0.69 |
| Hex | BB | A4 | BE | 2 | E | 0 | 19 | 125 | 11 | 45 |
| Octal | 273 | 244 | 276 | 2 | 16 | 0 | 31 | 445 | 21 | 105 |
| Binary | 10111011 | 10100100 | 10111110 | 10 | 1110 | 0 | 11001 | 100100101 | 10001 | 1000101 |
Color Harmonies of #BBA4BE
Complementary color
Monochromatic Colors of #BBA4BE
Black with #BBA4BE
Text Example
Text Example
White with #BBA4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4BE; }
p { color: rgb(187,164,190); }
H1.HeaderClassName
{
color: #BBA4BE;
}
.AnyTagClassName
{
color: #BBA4BE;
}
</style>
background-color css
<style>
a { background-color: #BBA4BE; }
a { background-color: rgb(187,164,190); }
div.DivClassName
{
background-color: #BBA4BE;
}
.BgClassName
{
background-color: #BBA4BE;
}
</style>
border-color css
<style>
span { border-color: #BBA4BE; }
span { border-color: rgb(187,164,190); }
td.TdClassName
{
border-color: #BBA4BE;
}
.TagClassName
{
border-color: #BBA4BE;
}
</style>