#BE8BAE

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

Shades of Lily #BE8BAE

Tints of Lily #BE8BAE

Color information

#BE8BAE (or 0xBE8BAE) is unknown color: approx Lily. HEX triplet: BE, 8B and AE. RGB value is (190,139,174). Sum of RGB (Red+Green+Blue) = 190+139+174=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BAE is #417451. Grayscale: #9E9E9E. Windows color (decimal): -4289618 or 11439038. OLE color: 11439038.

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

Color convert

RGB190139174-
CMYK00.270.080.25
HSL318.82º28.18%64.51%-
HSV(B)318.82º26.84%74.51%-
XYZ38.1132.4744.3-
YUV158.24136.9150.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=37.77%
G=27.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013917400.270.080.25318.8228.1864.51
HexBE8BAE01B81913f1c41
Octal276213256033103147734101
Binary101111101000101110101110011011100011001100111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8BAE; }

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

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

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

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

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

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

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

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