Shades of Lily #B99DB0
Tints of Lily #B99DB0
RGB
CMYK
RGB Variations
Color information
#B99DB0 (or 0xB99DB0) is known color: Lily. HEX triplet: B9, 9D and B0. RGB value is (185,157,176). Sum of RGB (Red+Green+Blue) = 185+157+176=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DB0 is #46624F. Grayscale: #A7A7A7. Windows color (decimal): -4612688 or 11574713. OLE color: 11574713.
HSL color Cylindrical-coordinate representation of color #B99DB0: hue angle of 319.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99DB0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 176 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.27 |
| HSL | 319.29º | 0.17% | 0.67% | - |
| HSV(B) | 319.29º | 0.15% | 0.73% | - |
| XYZ | 39.9 | 37.56 | 46.22 | - |
| YUV | 167.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 176 | 0 | 0.15 | 0.05 | 0.27 | 319.29 | 0.17 | 0.67 |
| Hex | B9 | 9D | B0 | 0 | F | 5 | 1B | 13F | 11 | 43 |
| Octal | 271 | 235 | 260 | 0 | 17 | 5 | 33 | 477 | 21 | 103 |
| Binary | 10111001 | 10011101 | 10110000 | 0 | 1111 | 101 | 11011 | 100111111 | 10001 | 1000011 |
Color Harmonies of #B99DB0
Complementary color
Monochromatic Colors of #B99DB0
Black with #B99DB0
Text Example
Text Example
White with #B99DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DB0; }
p { color: rgb(185,157,176); }
H1.HeaderClassName
{
color: #B99DB0;
}
.AnyTagClassName
{
color: #B99DB0;
}
</style>
background-color css
<style>
a { background-color: #B99DB0; }
a { background-color: rgb(185,157,176); }
div.DivClassName
{
background-color: #B99DB0;
}
.BgClassName
{
background-color: #B99DB0;
}
</style>
border-color css
<style>
span { border-color: #B99DB0; }
span { border-color: rgb(185,157,176); }
td.TdClassName
{
border-color: #B99DB0;
}
.TagClassName
{
border-color: #B99DB0;
}
</style>