#B39BAA

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

Shades of Lily #B39BAA

Tints of Lily #B39BAA

Color information

#B39BAA (or 0xB39BAA) is unknown color: approx Lily. HEX triplet: B3, 9B and AA. RGB value is (179,155,170). Sum of RGB (Red+Green+Blue) = 179+155+170=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BAA is #4C6455. Grayscale: #A3A3A3. Windows color (decimal): -5006422 or 11180979. OLE color: 11180979.

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

Color convert

RGB179155170-
CMYK00.130.050.30
HSL322.5º13.64%65.49%-
HSV(B)322.5º13.41%70.2%-
XYZ37.5735.9342.99-
YUV163.89131.45138.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=35.52%
G=30.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915517000.130.050.30322.513.6465.49
HexB39BAA0D51E142e41
Octal26323325201553650216101
Binary101100111001101110101010011011011111010100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BAA; }

 p { color: rgb(179,155,170); }

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

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

 a { background-color: rgb(179,155,170); }

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

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

 span { border-color: rgb(179,155,170); }

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