#B29AA8

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

Shades of Lily #B29AA8

Tints of Lily #B29AA8

Color information

#B29AA8 (or 0xB29AA8) is unknown color: approx Lily. HEX triplet: B2, 9A and A8. RGB value is (178,154,168). Sum of RGB (Red+Green+Blue) = 178+154+168=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AA8 is #4D6557. Grayscale: #A2A2A2. Windows color (decimal): -5072216 or 11049650. OLE color: 11049650.

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

Color convert

RGB178154168-
CMYK00.130.060.30
HSL325º13.48%65.1%-
HSV(B)325º13.48%69.8%-
XYZ36.9835.441.93-
YUV162.77130.95138.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=35.6%
G=30.8%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815416800.130.060.3032513.4865.1
HexB29AA80D61E145d41
Octal26223225001563650515101
Binary101100101001101010101000011011101111010100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AA8; }

 p { color: rgb(178,154,168); }

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

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

 a { background-color: rgb(178,154,168); }

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

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

 span { border-color: rgb(178,154,168); }

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