#B29DAD

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

Shades of London Hue #B29DAD

Tints of London Hue #B29DAD

Color information

#B29DAD (or 0xB29DAD) is unknown color: approx London Hue. HEX triplet: B2, 9D and AD. RGB value is (178,157,173). Sum of RGB (Red+Green+Blue) = 178+157+173=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DAD is #4D6252. Grayscale: #A5A5A5. Windows color (decimal): -5071443 or 11378098. OLE color: 11378098.

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

Color convert

RGB178157173-
CMYK00.120.030.30
HSL314.29º12%65.69%-
HSV(B)314.29º11.8%69.8%-
XYZ37.9636.644.6-
YUV165.1132.46137.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=35.04%
G=30.91%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815717300.120.030.30314.291265.69
HexB29DAD0C31E13ac42
Octal26223525501433647214102
Binary10110010100111011010110101100111111010011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DAD; }

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

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

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

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

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

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

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

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