#B29EAF

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

Shades of London Hue #B29EAF

Tints of London Hue #B29EAF

Color information

#B29EAF (or 0xB29EAF) is unknown color: approx London Hue. HEX triplet: B2, 9E and AF. RGB value is (178,158,175). Sum of RGB (Red+Green+Blue) = 178+158+175=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EAF is #4D6150. Grayscale: #A5A5A5. Windows color (decimal): -5071185 or 11509426. OLE color: 11509426.

HSL color Cylindrical-coordinate representation of color #B29EAF: hue angle of 309º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29EAF is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178158175-
CMYK00.110.020.30
HSL309º11.49%65.88%-
HSV(B)309º11.24%69.8%-
XYZ38.3237.0145.68-
YUV165.92133.13136.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=34.83%
G=30.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815817500.110.020.3030911.4965.88
HexB29EAF0B21E135b42
Octal26223625701323646513102
Binary10110010100111101010111101011101111010011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EAF; }

 p { color: rgb(178,158,175); }

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

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

 a { background-color: rgb(178,158,175); }

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

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

 span { border-color: rgb(178,158,175); }

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