#B29BA8

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

Shades of Lily #B29BA8

Tints of Lily #B29BA8

Color information

#B29BA8 (or 0xB29BA8) is unknown color: approx Lily. HEX triplet: B2, 9B and A8. RGB value is (178,155,168). Sum of RGB (Red+Green+Blue) = 178+155+168=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B29BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29BA8 is #4D6457. Grayscale: #A3A3A3. Windows color (decimal): -5071960 or 11049906. OLE color: 11049906.

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

Color convert

RGB178155168-
CMYK00.130.060.30
HSL326.09º12.99%65.29%-
HSV(B)326.09º12.92%69.8%-
XYZ37.1535.7341.99-
YUV163.36130.62138.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=35.53%
G=30.94%
B=33.53%

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
Decimal17815516800.130.060.30326.0912.9965.29
HexB29BA80D61E146d41
Octal26223325001563650615101
Binary101100101001101110101000011011101111010100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BA8; }

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

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

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

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

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

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

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

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