#BE8EAD

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

Shades of Lily #BE8EAD

Tints of Lily #BE8EAD

Color information

#BE8EAD (or 0xBE8EAD) is unknown color: approx Lily. HEX triplet: BE, 8E and AD. RGB value is (190,142,173). Sum of RGB (Red+Green+Blue) = 190+142+173=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8EAD is #417152. Grayscale: #9F9F9F. Windows color (decimal): -4288851 or 11374270. OLE color: 11374270.

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

Color convert

RGB190142173-
CMYK00.250.090.25
HSL321.25º26.97%65.1%-
HSV(B)321.25º25.26%74.51%-
XYZ38.4533.3143.94-
YUV159.89135.4149.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=37.62%
G=28.12%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014217300.250.090.25321.2526.9765.1
HexBE8EAD0199191411b41
Octal276216255031113150133101
Binary101111101000111010101101011001100111001101000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EAD; }

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

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

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

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

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

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

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

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