#BE95AD

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

Shades of Lily #BE95AD

Tints of Lily #BE95AD

Color information

#BE95AD (or 0xBE95AD) is unknown color: approx Lily. HEX triplet: BE, 95 and AD. RGB value is (190,149,173). Sum of RGB (Red+Green+Blue) = 190+149+173=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE95AD is #416A52. Grayscale: #A3A3A3. Windows color (decimal): -4287059 or 11376062. OLE color: 11376062.

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

Color convert

RGB190149173-
CMYK00.220.090.25
HSL324.88º23.98%66.47%-
HSV(B)324.88º21.58%74.51%-
XYZ39.5335.4644.3-
YUV164133.08146.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=37.11%
G=29.10%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014917300.220.090.25324.8823.9866.47
HexBE95AD0169191451842
Octal276225255026113150530102
Binary101111101001010110101101010110100111001101000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95AD; }

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

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

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

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

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

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

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

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