#BE96AB

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

Shades of Lily #BE96AB

Tints of Lily #BE96AB

Color information

#BE96AB (or 0xBE96AB) is unknown color: approx Lily. HEX triplet: BE, 96 and AB. RGB value is (190,150,171). Sum of RGB (Red+Green+Blue) = 190+150+171=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96AB is #416954. Grayscale: #A4A4A4. Windows color (decimal): -4286805 or 11245246. OLE color: 11245246.

HSL color Cylindrical-coordinate representation of color #BE96AB: hue angle of 328.5º 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 #BE96AB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB190150171-
CMYK00.210.100.25
HSL328.5º23.53%66.67%-
HSV(B)328.5º21.05%74.51%-
XYZ39.4935.743.34-
YUV164.35131.75146.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=37.18%
G=29.35%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015017100.210.100.25328.523.5366.67
HexBE96AB015A191481843
Octal276226253025123151030103
Binary101111101001011010101011010101101011001101001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96AB; }

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

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

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

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

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

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

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

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