Shades of Lily #B991AA
Tints of Lily #B991AA
RGB
CMYK
RGB Variations
Color information
#B991AA (or 0xB991AA) is known color: Lily. HEX triplet: B9, 91 and AA. RGB value is (185,145,170). Sum of RGB (Red+Green+Blue) = 185+145+170=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B991AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B991AA is #466E55. Grayscale: #9F9F9F. Windows color (decimal): -4615766 or 11178425. OLE color: 11178425.
HSL color Cylindrical-coordinate representation of color #B991AA: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B991AA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 170 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.27 |
| HSL | 322.5º | 0.22% | 0.65% | - |
| HSV(B) | 322.5º | 0.22% | 0.73% | - |
| XYZ | 37.39 | 33.47 | 42.52 | - |
| YUV | 159.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 170 | 0 | 0.22 | 0.08 | 0.27 | 322.5 | 0.22 | 0.65 |
| Hex | B9 | 91 | AA | 0 | 16 | 8 | 1B | 142 | 16 | 41 |
| Octal | 271 | 221 | 252 | 0 | 26 | 10 | 33 | 502 | 26 | 101 |
| Binary | 10111001 | 10010001 | 10101010 | 0 | 10110 | 1000 | 11011 | 101000010 | 10110 | 1000001 |
Color Harmonies of #B991AA
Complementary color
Monochromatic Colors of #B991AA
Black with #B991AA
Text Example
Text Example
White with #B991AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991AA; }
p { color: rgb(185,145,170); }
H1.HeaderClassName
{
color: #B991AA;
}
.AnyTagClassName
{
color: #B991AA;
}
</style>
background-color css
<style>
a { background-color: #B991AA; }
a { background-color: rgb(185,145,170); }
div.DivClassName
{
background-color: #B991AA;
}
.BgClassName
{
background-color: #B991AA;
}
</style>
border-color css
<style>
span { border-color: #B991AA; }
span { border-color: rgb(185,145,170); }
td.TdClassName
{
border-color: #B991AA;
}
.TagClassName
{
border-color: #B991AA;
}
</style>