Shades of Lily #BE96AA
Tints of Lily #BE96AA
RGB
CMYK
RGB Variations
Color information
#BE96AA (or 0xBE96AA) is known color: Lily. HEX triplet: BE, 96 and AA. RGB value is (190,150,170). Sum of RGB (Red+Green+Blue) = 190+150+170=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96AA is #416955. Grayscale: #A4A4A4. Windows color (decimal): -4286806 or 11179710. OLE color: 11179710.
HSL color Cylindrical-coordinate representation of color #BE96AA: hue angle of 330º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96AA is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 170 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.25 |
| HSL | 330º | 0.24% | 0.67% | - |
| HSV(B) | 330º | 0.21% | 0.75% | - |
| XYZ | 39.4 | 35.66 | 42.84 | - |
| YUV | 164.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 170 | 0 | 0.21 | 0.11 | 0.25 | 330 | 0.24 | 0.67 |
| Hex | BE | 96 | AA | 0 | 15 | B | 19 | 14A | 18 | 43 |
| Octal | 276 | 226 | 252 | 0 | 25 | 13 | 31 | 512 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10101010 | 0 | 10101 | 1011 | 11001 | 101001010 | 11000 | 1000011 |
Color Harmonies of #BE96AA
Complementary color
Monochromatic Colors of #BE96AA
Black with #BE96AA
Text Example
Text Example
White with #BE96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96AA; }
p { color: rgb(190,150,170); }
H1.HeaderClassName
{
color: #BE96AA;
}
.AnyTagClassName
{
color: #BE96AA;
}
</style>
background-color css
<style>
a { background-color: #BE96AA; }
a { background-color: rgb(190,150,170); }
div.DivClassName
{
background-color: #BE96AA;
}
.BgClassName
{
background-color: #BE96AA;
}
</style>
border-color css
<style>
span { border-color: #BE96AA; }
span { border-color: rgb(190,150,170); }
td.TdClassName
{
border-color: #BE96AA;
}
.TagClassName
{
border-color: #BE96AA;
}
</style>