Shades of Lola #B99DBC
Tints of Lola #B99DBC
RGB
CMYK
RGB Variations
Color information
#B99DBC (or 0xB99DBC) is known color: Lola. HEX triplet: B9, 9D and BC. RGB value is (185,157,188). Sum of RGB (Red+Green+Blue) = 185+157+188=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBC is #466243. Grayscale: #A8A8A8. Windows color (decimal): -4612676 or 12361145. OLE color: 12361145.
HSL color Cylindrical-coordinate representation of color #B99DBC: hue angle of 294.19º 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 #B99DBC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 157 | 188 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.26 |
| HSL | 294.19º | 0.19% | 0.68% | - |
| HSV(B) | 294.19º | 0.16% | 0.74% | - |
| XYZ | 41.14 | 38.06 | 52.75 | - |
| YUV | 168.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 188 | 0.02 | 0.16 | 0 | 0.26 | 294.19 | 0.19 | 0.68 |
| Hex | B9 | 9D | BC | 2 | 10 | 0 | 1A | 126 | 13 | 44 |
| Octal | 271 | 235 | 274 | 2 | 20 | 0 | 32 | 446 | 23 | 104 |
| Binary | 10111001 | 10011101 | 10111100 | 10 | 10000 | 0 | 11010 | 100100110 | 10011 | 1000100 |
Color Harmonies of #B99DBC
Complementary color
Monochromatic Colors of #B99DBC
Black with #B99DBC
Text Example
Text Example
White with #B99DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DBC; }
p { color: rgb(185,157,188); }
H1.HeaderClassName
{
color: #B99DBC;
}
.AnyTagClassName
{
color: #B99DBC;
}
</style>
background-color css
<style>
a { background-color: #B99DBC; }
a { background-color: rgb(185,157,188); }
div.DivClassName
{
background-color: #B99DBC;
}
.BgClassName
{
background-color: #B99DBC;
}
</style>
border-color css
<style>
span { border-color: #B99DBC; }
span { border-color: rgb(185,157,188); }
td.TdClassName
{
border-color: #B99DBC;
}
.TagClassName
{
border-color: #B99DBC;
}
</style>