Shades of Lily #BE98B0
Tints of Lily #BE98B0
RGB
CMYK
RGB Variations
Color information
#BE98B0 (or 0xBE98B0) is known color: Lily. HEX triplet: BE, 98 and B0. RGB value is (190,152,176). Sum of RGB (Red+Green+Blue) = 190+152+176=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE98B0 is #41674F. Grayscale: #A6A6A6. Windows color (decimal): -4286288 or 11573438. OLE color: 11573438.
HSL color Cylindrical-coordinate representation of color #BE98B0: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE98B0 is Cyan = 0, Magento = 0.2, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 176 | - |
| CMYK | 0 | 0.2 | 0.07 | 0.25 |
| HSL | 322.11º | 0.23% | 0.67% | - |
| HSV(B) | 322.11º | 0.2% | 0.75% | - |
| XYZ | 40.3 | 36.54 | 46 | - |
| YUV | 166.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 176 | 0 | 0.2 | 0.07 | 0.25 | 322.11 | 0.23 | 0.67 |
| Hex | BE | 98 | B0 | 0 | 14 | 7 | 19 | 142 | 17 | 43 |
| Octal | 276 | 230 | 260 | 0 | 24 | 7 | 31 | 502 | 27 | 103 |
| Binary | 10111110 | 10011000 | 10110000 | 0 | 10100 | 111 | 11001 | 101000010 | 10111 | 1000011 |
Color Harmonies of #BE98B0
Complementary color
Monochromatic Colors of #BE98B0
Black with #BE98B0
Text Example
Text Example
White with #BE98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98B0; }
p { color: rgb(190,152,176); }
H1.HeaderClassName
{
color: #BE98B0;
}
.AnyTagClassName
{
color: #BE98B0;
}
</style>
background-color css
<style>
a { background-color: #BE98B0; }
a { background-color: rgb(190,152,176); }
div.DivClassName
{
background-color: #BE98B0;
}
.BgClassName
{
background-color: #BE98B0;
}
</style>
border-color css
<style>
span { border-color: #BE98B0; }
span { border-color: rgb(190,152,176); }
td.TdClassName
{
border-color: #BE98B0;
}
.TagClassName
{
border-color: #BE98B0;
}
</style>