Shades of Lily #BE9DB6
Tints of Lily #BE9DB6
RGB
CMYK
RGB Variations
Color information
#BE9DB6 (or 0xBE9DB6) is known color: Lily. HEX triplet: BE, 9D and B6. RGB value is (190,157,182). Sum of RGB (Red+Green+Blue) = 190+157+182=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DB6 is #416249. Grayscale: #A9A9A9. Windows color (decimal): -4285002 or 11967934. OLE color: 11967934.
HSL color Cylindrical-coordinate representation of color #BE9DB6: hue angle of 314.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9DB6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 182 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.25 |
| HSL | 314.55º | 0.2% | 0.68% | - |
| HSV(B) | 314.55º | 0.17% | 0.75% | - |
| XYZ | 41.74 | 38.44 | 49.48 | - |
| YUV | 169.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 182 | 0 | 0.17 | 0.04 | 0.25 | 314.55 | 0.2 | 0.68 |
| Hex | BE | 9D | B6 | 0 | 11 | 4 | 19 | 13B | 14 | 44 |
| Octal | 276 | 235 | 266 | 0 | 21 | 4 | 31 | 473 | 24 | 104 |
| Binary | 10111110 | 10011101 | 10110110 | 0 | 10001 | 100 | 11001 | 100111011 | 10100 | 1000100 |
Color Harmonies of #BE9DB6
Complementary color
Monochromatic Colors of #BE9DB6
Black with #BE9DB6
Text Example
Text Example
White with #BE9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9DB6; }
p { color: rgb(190,157,182); }
H1.HeaderClassName
{
color: #BE9DB6;
}
.AnyTagClassName
{
color: #BE9DB6;
}
</style>
background-color css
<style>
a { background-color: #BE9DB6; }
a { background-color: rgb(190,157,182); }
div.DivClassName
{
background-color: #BE9DB6;
}
.BgClassName
{
background-color: #BE9DB6;
}
</style>
border-color css
<style>
span { border-color: #BE9DB6; }
span { border-color: rgb(190,157,182); }
td.TdClassName
{
border-color: #BE9DB6;
}
.TagClassName
{
border-color: #BE9DB6;
}
</style>