Shades of Lola #BBA9BD
Tints of Lola #BBA9BD
RGB
CMYK
RGB Variations
Color information
#BBA9BD (or 0xBBA9BD) is known color: Lola. HEX triplet: BB, A9 and BD. RGB value is (187,169,189). Sum of RGB (Red+Green+Blue) = 187+169+189=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9BD is #445642. Grayscale: #B0B0B0. Windows color (decimal): -4478531 or 12429755. OLE color: 12429755.
HSL color Cylindrical-coordinate representation of color #BBA9BD: hue angle of 294º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBA9BD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 169 | 189 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.26 |
| HSL | 294º | 0.13% | 0.7% | - |
| HSV(B) | 294º | 0.11% | 0.74% | - |
| XYZ | 43.87 | 42.61 | 54.06 | - |
| YUV | 176.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 189 | 0.01 | 0.11 | 0 | 0.26 | 294 | 0.13 | 0.7 |
| Hex | BB | A9 | BD | 1 | B | 0 | 1A | 126 | D | 46 |
| Octal | 273 | 251 | 275 | 1 | 13 | 0 | 32 | 446 | 15 | 106 |
| Binary | 10111011 | 10101001 | 10111101 | 1 | 1011 | 0 | 11010 | 100100110 | 1101 | 1000110 |
Color Harmonies of #BBA9BD
Complementary color
Monochromatic Colors of #BBA9BD
Black with #BBA9BD
Text Example
Text Example
White with #BBA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9BD; }
p { color: rgb(187,169,189); }
H1.HeaderClassName
{
color: #BBA9BD;
}
.AnyTagClassName
{
color: #BBA9BD;
}
</style>
background-color css
<style>
a { background-color: #BBA9BD; }
a { background-color: rgb(187,169,189); }
div.DivClassName
{
background-color: #BBA9BD;
}
.BgClassName
{
background-color: #BBA9BD;
}
</style>
border-color css
<style>
span { border-color: #BBA9BD; }
span { border-color: rgb(187,169,189); }
td.TdClassName
{
border-color: #BBA9BD;
}
.TagClassName
{
border-color: #BBA9BD;
}
</style>