#B29AA3

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

Shades of Shady Lady #B29AA3

Tints of Shady Lady #B29AA3

Color information

#B29AA3 (or 0xB29AA3) is unknown color: approx Shady Lady. HEX triplet: B2, 9A and A3. RGB value is (178,154,163). Sum of RGB (Red+Green+Blue) = 178+154+163=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AA3 is #4D655C. Grayscale: #A2A2A2. Windows color (decimal): -5072221 or 10721970. OLE color: 10721970.

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

Color convert

RGB178154163-
CMYK00.130.080.30
HSL337.5º13.48%65.1%-
HSV(B)337.5º13.48%69.8%-
XYZ36.5335.2239.52-
YUV162.2128.45139.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=35.96%
G=31.11%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815416300.130.080.30337.513.4865.1
HexB29AA30D81E152d41
Octal262232243015103652215101
Binary1011001010011010101000110110110001111010101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AA3; }

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

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

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

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

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

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

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

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