#B39FAC

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

Shades of Lily #B39FAC

Tints of Lily #B39FAC

Color information

#B39FAC (or 0xB39FAC) is unknown color: approx Lily. HEX triplet: B3, 9F and AC. RGB value is (179,159,172). Sum of RGB (Red+Green+Blue) = 179+159+172=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FAC is #4C6053. Grayscale: #A6A6A6. Windows color (decimal): -5005396 or 11313075. OLE color: 11313075.

HSL color Cylindrical-coordinate representation of color #B39FAC: hue angle of 321º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B39FAC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179159172-
CMYK00.110.040.30
HSL321º11.63%66.27%-
HSV(B)321º11.17%70.2%-
XYZ38.4337.3644.21-
YUV166.46131.13136.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=35.10%
G=31.18%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915917200.110.040.3032111.6366.27
HexB39FAC0B41E141c42
Octal26323725401343650114102
Binary101100111001111110101100010111001111010100000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FAC; }

 p { color: rgb(179,159,172); }

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

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

 a { background-color: rgb(179,159,172); }

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

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

 span { border-color: rgb(179,159,172); }

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