#BE9EB5

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

Shades of Lily #BE9EB5

Tints of Lily #BE9EB5

Color information

#BE9EB5 (or 0xBE9EB5) is unknown color: approx Lily. HEX triplet: BE, 9E and B5. RGB value is (190,158,181). Sum of RGB (Red+Green+Blue) = 190+158+181=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EB5 is #41614A. Grayscale: #AAAAAA. Windows color (decimal): -4284747 or 11902654. OLE color: 11902654.

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

Color convert

RGB190158181-
CMYK00.170.050.25
HSL316.88º19.75%68.24%-
HSV(B)316.88º16.84%74.51%-
XYZ41.838.7448.99-
YUV170.19134.1142.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=35.92%
G=29.87%
B=34.22%

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
Decimal19015818100.170.050.25316.8819.7568.24
HexBE9EB501151913d1444
Octal27623626502153147524104
Binary10111110100111101011010101000110111001100111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9EB5; }

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

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

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

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

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

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

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

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