#BE92AE

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

Shades of Lily #BE92AE

Tints of Lily #BE92AE

Color information

#BE92AE (or 0xBE92AE) is unknown color: approx Lily. HEX triplet: BE, 92 and AE. RGB value is (190,146,174). Sum of RGB (Red+Green+Blue) = 190+146+174=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92AE is #416D51. Grayscale: #A2A2A2. Windows color (decimal): -4287826 or 11440830. OLE color: 11440830.

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

Color convert

RGB190146174-
CMYK00.230.080.25
HSL321.82º25.29%65.88%-
HSV(B)321.82º23.16%74.51%-
XYZ39.1534.5644.65-
YUV162.35134.58147.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=37.25%
G=28.63%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014617400.230.080.25321.8225.2965.88
HexBE92AE0178191421942
Octal276222256027103150231102
Binary101111101001001010101110010111100011001101000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92AE; }

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

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

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

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

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

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

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

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