#BE9EB9

Color #BE9EB9 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BE9EB9

Tints of Lily #BE9EB9

Color information

#BE9EB9 (or 0xBE9EB9) is unknown color: approx Lily. HEX triplet: BE, 9E and B9. RGB value is (190,158,185). Sum of RGB (Red+Green+Blue) = 190+158+185=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EB9 is #416146. Grayscale: #AAAAAA. Windows color (decimal): -4284743 or 12164798. OLE color: 12164798.

HSL color Cylindrical-coordinate representation of color #BE9EB9: hue angle of 309.38º 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 #BE9EB9 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB190158185-
CMYK00.170.030.25
HSL309.38º19.75%68.24%-
HSV(B)309.38º16.84%74.51%-
XYZ42.2238.951.18-
YUV170.65136.1141.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=35.65%
G=29.64%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015818500.170.030.25309.3819.7568.24
HexBE9EB90113191351444
Octal27623627102133146524104
Binary1011111010011110101110010100011111001100110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EB9; }

 p { color: rgb(190,158,185); }

 H1.HeaderClassName
 {
   color: #BE9EB9;
 }
 .AnyTagClassName
 {
   color: #BE9EB9;
 }
</style>
background-color css

<style>
 a { background-color: #BE9EB9; }

 a { background-color: rgb(190,158,185); }

 div.DivClassName
 {
   background-color: #BE9EB9;
 }
 .BgClassName
 {
   background-color: #BE9EB9;
 }
</style>
border-color css

<style>
 span { border-color: #BE9EB9; }

 span { border-color: rgb(190,158,185); }

 td.TdClassName
 {
   border-color: #BE9EB9;
 }
 .TagClassName
 {
   border-color: #BE9EB9;
 }
</style>