#BE89AD

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

Shades of Lily #BE89AD

Tints of Lily #BE89AD

Color information

#BE89AD (or 0xBE89AD) is unknown color: approx Lily. HEX triplet: BE, 89 and AD. RGB value is (190,137,173). Sum of RGB (Red+Green+Blue) = 190+137+173=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE89AD is #417652. Grayscale: #9C9C9C. Windows color (decimal): -4290131 or 11372990. OLE color: 11372990.

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

Color convert

RGB190137173-
CMYK00.280.090.25
HSL319.25º28.96%64.12%-
HSV(B)319.25º27.89%74.51%-
XYZ37.7231.8643.7-
YUV156.95137.06151.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=38%
G=27.4%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013717300.280.090.25319.2528.9664.12
HexBE89AD01C91913f1d40
Octal276211255034113147735100
Binary101111101000100110101101011100100111001100111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE89AD; }

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

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

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

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

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

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

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

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