#B39FA8

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

Shades of Lily #B39FA8

Tints of Lily #B39FA8

Color information

#B39FA8 (or 0xB39FA8) is unknown color: approx Lily. HEX triplet: B3, 9F and A8. RGB value is (179,159,168). Sum of RGB (Red+Green+Blue) = 179+159+168=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FA8 is #4C6057. Grayscale: #A5A5A5. Windows color (decimal): -5005400 or 11050931. OLE color: 11050931.

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

Color convert

RGB179159168-
CMYK00.110.060.30
HSL333º11.63%66.27%-
HSV(B)333º11.17%70.2%-
XYZ38.0637.2142.22-
YUV166.01129.13137.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=35.38%
G=31.42%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915916800.110.060.3033311.6366.27
HexB39FA80B61E14dc42
Octal26323725001363651514102
Binary101100111001111110101000010111101111010100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FA8; }

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

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

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

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

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

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

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

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