#B29AB4

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

Shades of London Hue #B29AB4

Tints of London Hue #B29AB4

Color information

#B29AB4 (or 0xB29AB4) is unknown color: approx London Hue. HEX triplet: B2, 9A and B4. RGB value is (178,154,180). Sum of RGB (Red+Green+Blue) = 178+154+180=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #B29AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AB4 is #4D654B. Grayscale: #A4A4A4. Windows color (decimal): -5072204 or 11836082. OLE color: 11836082.

HSL color Cylindrical-coordinate representation of color #B29AB4: hue angle of 295.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B29AB4 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178154180-
CMYK0.010.1400.29
HSL295.38º14.77%65.49%-
HSV(B)295.38º14.44%70.59%-
XYZ38.1535.8748.09-
YUV164.14136.95137.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=34.77%
G=30.08%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781541800.010.1400.29295.3814.7765.49
HexB29AB41E01D127f41
Octal26223226411603544717101
Binary1011001010011010101101001111001110110010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29AB4; }

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

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

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

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

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

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

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

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