#B39DA8

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

Shades of Lily #B39DA8

Tints of Lily #B39DA8

Color information

#B39DA8 (or 0xB39DA8) is unknown color: approx Lily. HEX triplet: B3, 9D and A8. RGB value is (179,157,168). Sum of RGB (Red+Green+Blue) = 179+157+168=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DA8 is #4C6257. Grayscale: #A4A4A4. Windows color (decimal): -5005912 or 11050419. OLE color: 11050419.

HSL color Cylindrical-coordinate representation of color #B39DA8: hue angle of 330º 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 #B39DA8 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179157168-
CMYK00.120.060.30
HSL330º12.64%65.88%-
HSV(B)330º12.29%70.2%-
XYZ37.7236.5242.11-
YUV164.83129.79138.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=35.52%
G=31.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915716800.120.060.3033012.6465.88
HexB39DA80C61E14ad42
Octal26323525001463651215102
Binary101100111001110110101000011001101111010100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DA8; }

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

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

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

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

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

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

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

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