#B29CA8

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

Shades of Lily #B29CA8

Tints of Lily #B29CA8

Color information

#B29CA8 (or 0xB29CA8) is unknown color: approx Lily. HEX triplet: B2, 9C and A8. RGB value is (178,156,168). Sum of RGB (Red+Green+Blue) = 178+156+168=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B29CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29CA8 is #4D6357. Grayscale: #A3A3A3. Windows color (decimal): -5071704 or 11050162. OLE color: 11050162.

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

Color convert

RGB178156168-
CMYK00.120.060.30
HSL327.27º12.5%65.49%-
HSV(B)327.27º12.36%69.8%-
XYZ37.3236.0742.04-
YUV163.95130.29138.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 168 (66.02% from 255) = 33.47%
R=35.46%
G=31.08%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815616800.120.060.30327.2712.565.49
HexB29CA80C61E147c41
Octal26223425001463650714101
Binary101100101001110010101000011001101111010100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CA8; }

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

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

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

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

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

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

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

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