#B29DA4

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

Shades of Shady Lady #B29DA4

Tints of Shady Lady #B29DA4

Color information

#B29DA4 (or 0xB29DA4) is unknown color: approx Shady Lady. HEX triplet: B2, 9D and A4. RGB value is (178,157,164). Sum of RGB (Red+Green+Blue) = 178+157+164=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DA4 is #4D625B. Grayscale: #A4A4A4. Windows color (decimal): -5071452 or 10788274. OLE color: 10788274.

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

Color convert

RGB178157164-
CMYK00.120.080.30
HSL340º12%65.69%-
HSV(B)340º11.8%69.8%-
XYZ37.1236.2640.16-
YUV164.08127.96137.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=35.67%
G=31.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815716400.120.080.303401265.69
HexB29DA40C81E154c42
Octal262235244014103652414102
Binary1011001010011101101001000110010001111010101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DA4; }

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

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

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

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

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

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

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

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