Shades of Lily #BE9EB6
Tints of Lily #BE9EB6
RGB
CMYK
RGB Variations
Color information
#BE9EB6 (or 0xBE9EB6) is known color: Lily. HEX triplet: BE, 9E and B6. RGB value is (190,158,182). Sum of RGB (Red+Green+Blue) = 190+158+182=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EB6 is #416149. Grayscale: #AAAAAA. Windows color (decimal): -4284746 or 11968190. OLE color: 11968190.
HSL color Cylindrical-coordinate representation of color #BE9EB6: hue angle of 315º 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 #BE9EB6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 158 | 182 | - |
CMYK | 0 | 0.17 | 0.04 | 0.25 |
HSL | 315º | 0.2% | 0.68% | - |
HSV(B) | 315º | 0.17% | 0.75% | - |
XYZ | 41.91 | 38.78 | 49.53 | - |
YUV | 170.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 158 | 182 | 0 | 0.17 | 0.04 | 0.25 | 315 | 0.2 | 0.68 |
Hex | BE | 9E | B6 | 0 | 11 | 4 | 19 | 13B | 14 | 44 |
Octal | 276 | 236 | 266 | 0 | 21 | 4 | 31 | 473 | 24 | 104 |
Binary | 10111110 | 10011110 | 10110110 | 0 | 10001 | 100 | 11001 | 100111011 | 10100 | 1000100 |
Color Harmonies of #BE9EB6
Complementary color
Monochromatic Colors of #BE9EB6
Black with #BE9EB6
Text Example
Text Example
White with #BE9EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9EB6; }
p { color: rgb(190,158,182); }
H1.HeaderClassName
{
color: #BE9EB6;
}
.AnyTagClassName
{
color: #BE9EB6;
}
</style>
background-color css
<style>
a { background-color: #BE9EB6; }
a { background-color: rgb(190,158,182); }
div.DivClassName
{
background-color: #BE9EB6;
}
.BgClassName
{
background-color: #BE9EB6;
}
</style>
border-color css
<style>
span { border-color: #BE9EB6; }
span { border-color: rgb(190,158,182); }
td.TdClassName
{
border-color: #BE9EB6;
}
.TagClassName
{
border-color: #BE9EB6;
}
</style>