#BE96AC

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

Shades of Lily #BE96AC

Tints of Lily #BE96AC

Color information

#BE96AC (or 0xBE96AC) is unknown color: approx Lily. HEX triplet: BE, 96 and AC. RGB value is (190,150,172). Sum of RGB (Red+Green+Blue) = 190+150+172=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96AC is #416953. Grayscale: #A4A4A4. Windows color (decimal): -4286804 or 11310782. OLE color: 11310782.

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

Color convert

RGB190150172-
CMYK00.210.090.25
HSL327º23.53%66.67%-
HSV(B)327º21.05%74.51%-
XYZ39.5935.7443.84-
YUV164.47132.25146.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=37.11%
G=29.30%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015017200.210.090.2532723.5366.67
HexBE96AC0159191471843
Octal276226254025113150730103
Binary101111101001011010101100010101100111001101000111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96AC; }

 p { color: rgb(190,150,172); }

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

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

 a { background-color: rgb(190,150,172); }

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

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

 span { border-color: rgb(190,150,172); }

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