#B29CA9

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

Shades of Lily #B29CA9

Tints of Lily #B29CA9

Color information

#B29CA9 (or 0xB29CA9) is unknown color: approx Lily. HEX triplet: B2, 9C and A9. RGB value is (178,156,169). Sum of RGB (Red+Green+Blue) = 178+156+169=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CA9 is #4D6356. Grayscale: #A4A4A4. Windows color (decimal): -5071703 or 11115698. OLE color: 11115698.

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

Color convert

RGB178156169-
CMYK00.120.050.30
HSL324.55º12.5%65.49%-
HSV(B)324.55º12.36%69.8%-
XYZ37.4136.1142.53-
YUV164.06130.79137.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=35.39%
G=31.01%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815616900.120.050.30324.5512.565.49
HexB29CA90C51E145c41
Octal26223425101453650514101
Binary101100101001110010101001011001011111010100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CA9; }

 p { color: rgb(178,156,169); }

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

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

 a { background-color: rgb(178,156,169); }

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

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

 span { border-color: rgb(178,156,169); }

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