#B29DA6

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

Shades of Shady Lady #B29DA6

Tints of Shady Lady #B29DA6

Color information

#B29DA6 (or 0xB29DA6) is unknown color: approx Shady Lady. HEX triplet: B2, 9D and A6. RGB value is (178,157,166). Sum of RGB (Red+Green+Blue) = 178+157+166=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DA6 is #4D6259. Grayscale: #A4A4A4. Windows color (decimal): -5071450 or 10919346. OLE color: 10919346.

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

Color convert

RGB178157166-
CMYK00.120.070.30
HSL334.29º12%65.69%-
HSV(B)334.29º11.8%69.8%-
XYZ37.336.3341.12-
YUV164.3128.96137.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=35.53%
G=31.34%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815716600.120.070.30334.291265.69
HexB29DA60C71E14ec42
Octal26223524601473651614102
Binary101100101001110110100110011001111111010100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DA6; }

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

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

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

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

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

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

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

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