Shades of Lola #BBA9BE
Tints of Lola #BBA9BE
RGB
CMYK
RGB Variations
Color information
#BBA9BE (or 0xBBA9BE) is known color: Lola. HEX triplet: BB, A9 and BE. RGB value is (187,169,190). Sum of RGB (Red+Green+Blue) = 187+169+190=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BE is #445641. Grayscale: #B0B0B0. Windows color (decimal): -4478530 or 12495291. OLE color: 12495291.
HSL color Cylindrical-coordinate representation of color #BBA9BE: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA9BE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 169 | 190 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.25 |
| HSL | 291.43º | 0.14% | 0.7% | - |
| HSV(B) | 291.43º | 0.11% | 0.75% | - |
| XYZ | 43.98 | 42.66 | 54.63 | - |
| YUV | 176.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 190 | 0.02 | 0.11 | 0 | 0.25 | 291.43 | 0.14 | 0.7 |
| Hex | BB | A9 | BE | 2 | B | 0 | 19 | 123 | E | 46 |
| Octal | 273 | 251 | 276 | 2 | 13 | 0 | 31 | 443 | 16 | 106 |
| Binary | 10111011 | 10101001 | 10111110 | 10 | 1011 | 0 | 11001 | 100100011 | 1110 | 1000110 |
Color Harmonies of #BBA9BE
Complementary color
Monochromatic Colors of #BBA9BE
Black with #BBA9BE
Text Example
Text Example
White with #BBA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9BE; }
p { color: rgb(187,169,190); }
H1.HeaderClassName
{
color: #BBA9BE;
}
.AnyTagClassName
{
color: #BBA9BE;
}
</style>
background-color css
<style>
a { background-color: #BBA9BE; }
a { background-color: rgb(187,169,190); }
div.DivClassName
{
background-color: #BBA9BE;
}
.BgClassName
{
background-color: #BBA9BE;
}
</style>
border-color css
<style>
span { border-color: #BBA9BE; }
span { border-color: rgb(187,169,190); }
td.TdClassName
{
border-color: #BBA9BE;
}
.TagClassName
{
border-color: #BBA9BE;
}
</style>