Shades of Lily #B99EB0
Tints of Lily #B99EB0
RGB
CMYK
RGB Variations
Color information
#B99EB0 (or 0xB99EB0) is known color: Lily. HEX triplet: B9, 9E and B0. RGB value is (185,158,176). Sum of RGB (Red+Green+Blue) = 185+158+176=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EB0 is #46614F. Grayscale: #A8A8A8. Windows color (decimal): -4612432 or 11574969. OLE color: 11574969.
HSL color Cylindrical-coordinate representation of color #B99EB0: hue angle of 320º degrees, saturation: 0.16, 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 #B99EB0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 176 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.27 |
| HSL | 320º | 0.16% | 0.67% | - |
| HSV(B) | 320º | 0.15% | 0.73% | - |
| XYZ | 40.07 | 37.9 | 46.28 | - |
| YUV | 168.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 176 | 0 | 0.15 | 0.05 | 0.27 | 320 | 0.16 | 0.67 |
| Hex | B9 | 9E | B0 | 0 | F | 5 | 1B | 140 | 10 | 43 |
| Octal | 271 | 236 | 260 | 0 | 17 | 5 | 33 | 500 | 20 | 103 |
| Binary | 10111001 | 10011110 | 10110000 | 0 | 1111 | 101 | 11011 | 101000000 | 10000 | 1000011 |
Color Harmonies of #B99EB0
Complementary color
Monochromatic Colors of #B99EB0
Black with #B99EB0
Text Example
Text Example
White with #B99EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EB0; }
p { color: rgb(185,158,176); }
H1.HeaderClassName
{
color: #B99EB0;
}
.AnyTagClassName
{
color: #B99EB0;
}
</style>
background-color css
<style>
a { background-color: #B99EB0; }
a { background-color: rgb(185,158,176); }
div.DivClassName
{
background-color: #B99EB0;
}
.BgClassName
{
background-color: #B99EB0;
}
</style>
border-color css
<style>
span { border-color: #B99EB0; }
span { border-color: rgb(185,158,176); }
td.TdClassName
{
border-color: #B99EB0;
}
.TagClassName
{
border-color: #B99EB0;
}
</style>