#B29AAD

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

Shades of London Hue #B29AAD

Tints of London Hue #B29AAD

Color information

#B29AAD (or 0xB29AAD) is unknown color: approx London Hue. HEX triplet: B2, 9A and AD. RGB value is (178,154,173). Sum of RGB (Red+Green+Blue) = 178+154+173=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B29AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29AAD is #4D6552. Grayscale: #A3A3A3. Windows color (decimal): -5072211 or 11377330. OLE color: 11377330.

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

Color convert

RGB178154173-
CMYK00.130.030.30
HSL312.5º13.48%65.1%-
HSV(B)312.5º13.48%69.8%-
XYZ37.4635.5944.43-
YUV163.34133.45138.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=35.25%
G=30.50%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815417300.130.030.30312.513.4865.1
HexB29AAD0D31E138d41
Octal26223225501533647015101
Binary10110010100110101010110101101111111010011100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AAD; }

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

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

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

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

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

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

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

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