Shades of Lily #B999B1
Tints of Lily #B999B1
RGB
CMYK
RGB Variations
Color information
#B999B1 (or 0xB999B1) is known color: Lily. HEX triplet: B9, 99 and B1. RGB value is (185,153,177). Sum of RGB (Red+Green+Blue) = 185+153+177=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B999B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999B1 is #46664E. Grayscale: #A5A5A5. Windows color (decimal): -4613711 or 11639225. OLE color: 11639225.
HSL color Cylindrical-coordinate representation of color #B999B1: hue angle of 315º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999B1 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 177 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.27 |
| HSL | 315º | 0.19% | 0.66% | - |
| HSV(B) | 315º | 0.17% | 0.73% | - |
| XYZ | 39.33 | 36.27 | 46.52 | - |
| YUV | 165.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 177 | 0 | 0.17 | 0.04 | 0.27 | 315 | 0.19 | 0.66 |
| Hex | B9 | 99 | B1 | 0 | 11 | 4 | 1B | 13B | 13 | 42 |
| Octal | 271 | 231 | 261 | 0 | 21 | 4 | 33 | 473 | 23 | 102 |
| Binary | 10111001 | 10011001 | 10110001 | 0 | 10001 | 100 | 11011 | 100111011 | 10011 | 1000010 |
Color Harmonies of #B999B1
Complementary color
Monochromatic Colors of #B999B1
Black with #B999B1
Text Example
Text Example
White with #B999B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999B1; }
p { color: rgb(185,153,177); }
H1.HeaderClassName
{
color: #B999B1;
}
.AnyTagClassName
{
color: #B999B1;
}
</style>
background-color css
<style>
a { background-color: #B999B1; }
a { background-color: rgb(185,153,177); }
div.DivClassName
{
background-color: #B999B1;
}
.BgClassName
{
background-color: #B999B1;
}
</style>
border-color css
<style>
span { border-color: #B999B1; }
span { border-color: rgb(185,153,177); }
td.TdClassName
{
border-color: #B999B1;
}
.TagClassName
{
border-color: #B999B1;
}
</style>