#BE9FB7

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

Shades of Lily #BE9FB7

Tints of Lily #BE9FB7

Color information

#BE9FB7 (or 0xBE9FB7) is unknown color: approx Lily. HEX triplet: BE, 9F and B7. RGB value is (190,159,183). Sum of RGB (Red+Green+Blue) = 190+159+183=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FB7 is #416048. Grayscale: #AAAAAA. Windows color (decimal): -4284489 or 12033982. OLE color: 12033982.

HSL color Cylindrical-coordinate representation of color #BE9FB7: hue angle of 313.55º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BE9FB7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190159183-
CMYK00.160.040.25
HSL313.55º19.25%68.43%-
HSV(B)313.55º16.32%74.51%-
XYZ42.1839.1650.14-
YUV171134.77141.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=35.71%
G=29.89%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015918300.160.040.25313.5519.2568.43
HexBE9FB701041913a1344
Octal27623726702043147223104
Binary10111110100111111011011101000010011001100111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FB7; }

 p { color: rgb(190,159,183); }

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

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

 a { background-color: rgb(190,159,183); }

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

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

 span { border-color: rgb(190,159,183); }

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