#B29EAB

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

Shades of Lily #B29EAB

Tints of Lily #B29EAB

Color information

#B29EAB (or 0xB29EAB) is unknown color: approx Lily. HEX triplet: B2, 9E and AB. RGB value is (178,158,171). Sum of RGB (Red+Green+Blue) = 178+158+171=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EAB is #4D6154. Grayscale: #A5A5A5. Windows color (decimal): -5071189 or 11247282. OLE color: 11247282.

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

Color convert

RGB178158171-
CMYK00.110.040.30
HSL321º11.49%65.88%-
HSV(B)321º11.24%69.8%-
XYZ37.9436.8643.64-
YUV165.46131.13136.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=35.11%
G=31.16%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815817100.110.040.3032111.4965.88
HexB29EAB0B41E141b42
Octal26223625301343650113102
Binary101100101001111010101011010111001111010100000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EAB; }

 p { color: rgb(178,158,171); }

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

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

 a { background-color: rgb(178,158,171); }

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

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

 span { border-color: rgb(178,158,171); }

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