#BE9EB6

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

Shades of Lily #BE9EB6

Tints of Lily #BE9EB6

Color information

#BE9EB6 (or 0xBE9EB6) is unknown color: approx 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

RGB190158182-
CMYK00.170.040.25
HSL315º19.75%68.24%-
HSV(B)315º16.84%74.51%-
XYZ41.9138.7849.53-
YUV170.3134.6142.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=35.85%
G=29.81%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015818200.170.040.2531519.7568.24
HexBE9EB601141913b1444
Octal27623626602143147324104
Binary10111110100111101011011001000110011001100111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>