Shades of Lily #B996AA
Tints of Lily #B996AA
RGB
CMYK
RGB Variations
Color information
#B996AA (or 0xB996AA) is known color: Lily. HEX triplet: B9, 96 and AA. RGB value is (185,150,170). Sum of RGB (Red+Green+Blue) = 185+150+170=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B996AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B996AA is #466955. Grayscale: #A2A2A2. Windows color (decimal): -4614486 or 11179705. OLE color: 11179705.
HSL color Cylindrical-coordinate representation of color #B996AA: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B996AA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 170 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.27 |
| HSL | 325.71º | 0.2% | 0.66% | - |
| HSV(B) | 325.71º | 0.19% | 0.73% | - |
| XYZ | 38.17 | 35.03 | 42.78 | - |
| YUV | 162.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 170 | 0 | 0.19 | 0.08 | 0.27 | 325.71 | 0.2 | 0.66 |
| Hex | B9 | 96 | AA | 0 | 13 | 8 | 1B | 146 | 14 | 42 |
| Octal | 271 | 226 | 252 | 0 | 23 | 10 | 33 | 506 | 24 | 102 |
| Binary | 10111001 | 10010110 | 10101010 | 0 | 10011 | 1000 | 11011 | 101000110 | 10100 | 1000010 |
Color Harmonies of #B996AA
Complementary color
Monochromatic Colors of #B996AA
Black with #B996AA
Text Example
Text Example
White with #B996AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996AA; }
p { color: rgb(185,150,170); }
H1.HeaderClassName
{
color: #B996AA;
}
.AnyTagClassName
{
color: #B996AA;
}
</style>
background-color css
<style>
a { background-color: #B996AA; }
a { background-color: rgb(185,150,170); }
div.DivClassName
{
background-color: #B996AA;
}
.BgClassName
{
background-color: #B996AA;
}
</style>
border-color css
<style>
span { border-color: #B996AA; }
span { border-color: rgb(185,150,170); }
td.TdClassName
{
border-color: #B996AA;
}
.TagClassName
{
border-color: #B996AA;
}
</style>