#BE99AD

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

Shades of Lily #BE99AD

Tints of Lily #BE99AD

Color information

#BE99AD (or 0xBE99AD) is unknown color: approx Lily. HEX triplet: BE, 99 and AD. RGB value is (190,153,173). Sum of RGB (Red+Green+Blue) = 190+153+173=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99AD is #416652. Grayscale: #A6A6A6. Windows color (decimal): -4286035 or 11377086. OLE color: 11377086.

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

Color convert

RGB190153173-
CMYK00.190.090.25
HSL327.57º22.16%67.25%-
HSV(B)327.57º19.47%74.51%-
XYZ40.1736.7544.51-
YUV166.34131.76144.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=36.82%
G=29.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015317300.190.090.25327.5722.1667.25
HexBE99AD0139191481643
Octal276231255023113151026103
Binary101111101001100110101101010011100111001101001000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE99AD; }

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

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

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

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

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

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

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

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