#B29DAA

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

Shades of Lily #B29DAA

Tints of Lily #B29DAA

Color information

#B29DAA (or 0xB29DAA) is unknown color: approx Lily. HEX triplet: B2, 9D and AA. RGB value is (178,157,170). Sum of RGB (Red+Green+Blue) = 178+157+170=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DAA is #4D6255. Grayscale: #A4A4A4. Windows color (decimal): -5071446 or 11181490. OLE color: 11181490.

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

Color convert

RGB178157170-
CMYK00.120.040.30
HSL322.86º12%65.69%-
HSV(B)322.86º11.8%69.8%-
XYZ37.6736.4843.09-
YUV164.76130.96137.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=35.25%
G=31.09%
B=33.66%

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
Decimal17815717000.120.040.30322.861265.69
HexB29DAA0C41E143c42
Octal26223525201443650314102
Binary101100101001110110101010011001001111010100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DAA; }

 p { color: rgb(178,157,170); }

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

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

 a { background-color: rgb(178,157,170); }

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

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

 span { border-color: rgb(178,157,170); }

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