#BE9EB4

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

Shades of Lily #BE9EB4

Tints of Lily #BE9EB4

Color information

#BE9EB4 (or 0xBE9EB4) is unknown color: approx Lily. HEX triplet: BE, 9E and B4. RGB value is (190,158,180). Sum of RGB (Red+Green+Blue) = 190+158+180=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EB4 is #41614B. Grayscale: #AAAAAA. Windows color (decimal): -4284748 or 11837118. OLE color: 11837118.

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

Color convert

RGB190158180-
CMYK00.170.050.25
HSL318.75º19.75%68.24%-
HSV(B)318.75º16.84%74.51%-
XYZ41.738.748.45-
YUV170.08133.6142.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=35.98%
G=29.92%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015818000.170.050.25318.7519.7568.24
HexBE9EB401151913f1444
Octal27623626402153147724104
Binary10111110100111101011010001000110111001100111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EB4; }

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

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

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

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

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

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

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

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