#BE8EAC

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

Shades of Lily #BE8EAC

Tints of Lily #BE8EAC

Color information

#BE8EAC (or 0xBE8EAC) is unknown color: approx Lily. HEX triplet: BE, 8E and AC. RGB value is (190,142,172). Sum of RGB (Red+Green+Blue) = 190+142+172=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8EAC is #417153. Grayscale: #9F9F9F. Windows color (decimal): -4288852 or 11308734. OLE color: 11308734.

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

Color convert

RGB190142172-
CMYK00.250.090.25
HSL322.5º26.97%65.1%-
HSV(B)322.5º25.26%74.51%-
XYZ38.3533.2743.43-
YUV159.77134.9149.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=37.70%
G=28.17%
B=34.13%

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
Decimal19014217200.250.090.25322.526.9765.1
HexBE8EAC0199191421b41
Octal276216254031113150233101
Binary101111101000111010101100011001100111001101000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EAC; }

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

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

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

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

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

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

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

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