#B39DAB

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

Shades of Lily #B39DAB

Tints of Lily #B39DAB

Color information

#B39DAB (or 0xB39DAB) is unknown color: approx Lily. HEX triplet: B3, 9D and AB. RGB value is (179,157,171). Sum of RGB (Red+Green+Blue) = 179+157+171=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DAB is #4C6254. Grayscale: #A5A5A5. Windows color (decimal): -5005909 or 11247027. OLE color: 11247027.

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

Color convert

RGB179157171-
CMYK00.120.040.30
HSL321.82º12.64%65.88%-
HSV(B)321.82º12.29%70.2%-
XYZ3836.6443.6-
YUV165.17131.29137.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=35.31%
G=30.97%
B=33.73%

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
Decimal17915717100.120.040.30321.8212.6465.88
HexB39DAB0C41E142d42
Octal26323525301443650215102
Binary101100111001110110101011011001001111010100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DAB; }

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

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

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

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

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

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

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

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