#B39EA7

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

Shades of Lily #B39EA7

Tints of Lily #B39EA7

Color information

#B39EA7 (or 0xB39EA7) is unknown color: approx Lily. HEX triplet: B3, 9E and A7. RGB value is (179,158,167). Sum of RGB (Red+Green+Blue) = 179+158+167=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EA7 is #4C6158. Grayscale: #A5A5A5. Windows color (decimal): -5005657 or 10985139. OLE color: 10985139.

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

Color convert

RGB179158167-
CMYK00.120.070.30
HSL334.29º12.14%66.08%-
HSV(B)334.29º11.73%70.2%-
XYZ37.7936.8341.68-
YUV165.3128.96137.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=35.52%
G=31.35%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915816700.120.070.30334.2912.1466.08
HexB39EA70C71E14ec42
Octal26323624701473651614102
Binary101100111001111010100111011001111111010100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EA7; }

 p { color: rgb(179,158,167); }

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

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

 a { background-color: rgb(179,158,167); }

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

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

 span { border-color: rgb(179,158,167); }

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