#BE8DAE

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

Shades of Lily #BE8DAE

Tints of Lily #BE8DAE

Color information

#BE8DAE (or 0xBE8DAE) is unknown color: approx Lily. HEX triplet: BE, 8D and AE. RGB value is (190,141,174). Sum of RGB (Red+Green+Blue) = 190+141+174=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAE is #417251. Grayscale: #9F9F9F. Windows color (decimal): -4289106 or 11439550. OLE color: 11439550.

HSL color Cylindrical-coordinate representation of color #BE8DAE: hue angle of 319.59º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DAE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190141174-
CMYK00.260.080.25
HSL319.59º27.37%64.9%-
HSV(B)319.59º25.79%74.51%-
XYZ38.433.0544.4-
YUV159.41136.23149.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=37.62%
G=27.92%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014117400.260.080.25319.5927.3764.9
HexBE8DAE01A8191401b41
Octal276215256032103150033101
Binary101111101000110110101110011010100011001101000000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8DAE; }

 p { color: rgb(190,141,174); }

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

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

 a { background-color: rgb(190,141,174); }

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

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

 span { border-color: rgb(190,141,174); }

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