#BE9FAD

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

Shades of Lily #BE9FAD

Tints of Lily #BE9FAD

Color information

#BE9FAD (or 0xBE9FAD) is unknown color: approx Lily. HEX triplet: BE, 9F and AD. RGB value is (190,159,173). Sum of RGB (Red+Green+Blue) = 190+159+173=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9FAD is #416052. Grayscale: #A9A9A9. Windows color (decimal): -4284499 or 11378622. OLE color: 11378622.

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

Color convert

RGB190159173-
CMYK00.160.090.25
HSL332.9º19.25%68.43%-
HSV(B)332.9º16.32%74.51%-
XYZ41.1838.7644.85-
YUV169.86129.77142.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=36.40%
G=30.46%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015917300.160.090.25332.919.2568.43
HexBE9FAD01091914d1344
Octal276237255020113151523104
Binary101111101001111110101101010000100111001101001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FAD; }

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

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

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

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

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

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

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

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