Shades of Lola #BBA8B9
Tints of Lola #BBA8B9
RGB
CMYK
RGB Variations
Color information
#BBA8B9 (or 0xBBA8B9) is known color: Lola. HEX triplet: BB, A8 and B9. RGB value is (187,168,185). Sum of RGB (Red+Green+Blue) = 187+168+185=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B9 is #445746. Grayscale: #AFAFAF. Windows color (decimal): -4478791 or 12167355. OLE color: 12167355.
HSL color Cylindrical-coordinate representation of color #BBA8B9: hue angle of 306.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA8B9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 185 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.27 |
| HSL | 306.32º | 0.12% | 0.7% | - |
| HSV(B) | 306.32º | 0.1% | 0.73% | - |
| XYZ | 43.25 | 42.07 | 51.74 | - |
| YUV | 175.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 185 | 0 | 0.10 | 0.01 | 0.27 | 306.32 | 0.12 | 0.7 |
| Hex | BB | A8 | B9 | 0 | A | 1 | 1B | 132 | C | 46 |
| Octal | 273 | 250 | 271 | 0 | 12 | 1 | 33 | 462 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10111001 | 0 | 1010 | 1 | 11011 | 100110010 | 1100 | 1000110 |
Color Harmonies of #BBA8B9
Complementary color
Monochromatic Colors of #BBA8B9
Black with #BBA8B9
Text Example
Text Example
White with #BBA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8B9; }
p { color: rgb(187,168,185); }
H1.HeaderClassName
{
color: #BBA8B9;
}
.AnyTagClassName
{
color: #BBA8B9;
}
</style>
background-color css
<style>
a { background-color: #BBA8B9; }
a { background-color: rgb(187,168,185); }
div.DivClassName
{
background-color: #BBA8B9;
}
.BgClassName
{
background-color: #BBA8B9;
}
</style>
border-color css
<style>
span { border-color: #BBA8B9; }
span { border-color: rgb(187,168,185); }
td.TdClassName
{
border-color: #BBA8B9;
}
.TagClassName
{
border-color: #BBA8B9;
}
</style>