Shades of Lola #BBA9BC
Tints of Lola #BBA9BC
RGB
CMYK
RGB Variations
Color information
#BBA9BC (or 0xBBA9BC) is known color: Lola. HEX triplet: BB, A9 and BC. RGB value is (187,169,188). Sum of RGB (Red+Green+Blue) = 187+169+188=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BC is #445643. Grayscale: #B0B0B0. Windows color (decimal): -4478532 or 12364219. OLE color: 12364219.
HSL color Cylindrical-coordinate representation of color #BBA9BC: hue angle of 296.84º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9BC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 169 | 188 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.26 |
| HSL | 296.84º | 0.12% | 0.7% | - |
| HSV(B) | 296.84º | 0.1% | 0.74% | - |
| XYZ | 43.76 | 42.57 | 53.49 | - |
| YUV | 176.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 188 | 0.01 | 0.10 | 0 | 0.26 | 296.84 | 0.12 | 0.7 |
| Hex | BB | A9 | BC | 1 | A | 0 | 1A | 129 | C | 46 |
| Octal | 273 | 251 | 274 | 1 | 12 | 0 | 32 | 451 | 14 | 106 |
| Binary | 10111011 | 10101001 | 10111100 | 1 | 1010 | 0 | 11010 | 100101001 | 1100 | 1000110 |
Color Harmonies of #BBA9BC
Complementary color
Monochromatic Colors of #BBA9BC
Black with #BBA9BC
Text Example
Text Example
White with #BBA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9BC; }
p { color: rgb(187,169,188); }
H1.HeaderClassName
{
color: #BBA9BC;
}
.AnyTagClassName
{
color: #BBA9BC;
}
</style>
background-color css
<style>
a { background-color: #BBA9BC; }
a { background-color: rgb(187,169,188); }
div.DivClassName
{
background-color: #BBA9BC;
}
.BgClassName
{
background-color: #BBA9BC;
}
</style>
border-color css
<style>
span { border-color: #BBA9BC; }
span { border-color: rgb(187,169,188); }
td.TdClassName
{
border-color: #BBA9BC;
}
.TagClassName
{
border-color: #BBA9BC;
}
</style>