#B39DAC

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

Shades of Lily #B39DAC

Tints of Lily #B39DAC

Color information

#B39DAC (or 0xB39DAC) is unknown color: approx Lily. HEX triplet: B3, 9D and AC. RGB value is (179,157,172). Sum of RGB (Red+Green+Blue) = 179+157+172=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DAC is #4C6253. Grayscale: #A5A5A5. Windows color (decimal): -5005908 or 11312563. OLE color: 11312563.

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

Color convert

RGB179157172-
CMYK00.120.040.30
HSL319.09º12.64%65.88%-
HSV(B)319.09º12.29%70.2%-
XYZ38.0936.6844.1-
YUV165.29131.79137.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=35.24%
G=30.91%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915717200.120.040.30319.0912.6465.88
HexB39DAC0C41E13fd42
Octal26323525401443647715102
Binary101100111001110110101100011001001111010011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DAC; }

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

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

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

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

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

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

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

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