Shades of Lola #BB9DBC
Tints of Lola #BB9DBC
RGB
CMYK
RGB Variations
Color information
#BB9DBC (or 0xBB9DBC) is known color: Lola. HEX triplet: BB, 9D and BC. RGB value is (187,157,188). Sum of RGB (Red+Green+Blue) = 187+157+188=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBC is #446243. Grayscale: #A9A9A9. Windows color (decimal): -4481604 or 12361147. OLE color: 12361147.
HSL color Cylindrical-coordinate representation of color #BB9DBC: hue angle of 298.06º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BB9DBC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 157 | 188 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.26 |
| HSL | 298.06º | 0.19% | 0.68% | - |
| HSV(B) | 298.06º | 0.16% | 0.74% | - |
| XYZ | 41.63 | 38.31 | 52.78 | - |
| YUV | 169.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 188 | 0.01 | 0.16 | 0 | 0.26 | 298.06 | 0.19 | 0.68 |
| Hex | BB | 9D | BC | 1 | 10 | 0 | 1A | 12A | 13 | 44 |
| Octal | 273 | 235 | 274 | 1 | 20 | 0 | 32 | 452 | 23 | 104 |
| Binary | 10111011 | 10011101 | 10111100 | 1 | 10000 | 0 | 11010 | 100101010 | 10011 | 1000100 |
Color Harmonies of #BB9DBC
Complementary color
Monochromatic Colors of #BB9DBC
Black with #BB9DBC
Text Example
Text Example
White with #BB9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DBC; }
p { color: rgb(187,157,188); }
H1.HeaderClassName
{
color: #BB9DBC;
}
.AnyTagClassName
{
color: #BB9DBC;
}
</style>
background-color css
<style>
a { background-color: #BB9DBC; }
a { background-color: rgb(187,157,188); }
div.DivClassName
{
background-color: #BB9DBC;
}
.BgClassName
{
background-color: #BB9DBC;
}
</style>
border-color css
<style>
span { border-color: #BB9DBC; }
span { border-color: rgb(187,157,188); }
td.TdClassName
{
border-color: #BB9DBC;
}
.TagClassName
{
border-color: #BB9DBC;
}
</style>