#B29DAF

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

Shades of London Hue #B29DAF

Tints of London Hue #B29DAF

Color information

#B29DAF (or 0xB29DAF) is unknown color: approx London Hue. HEX triplet: B2, 9D and AF. RGB value is (178,157,175). Sum of RGB (Red+Green+Blue) = 178+157+175=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DAF is #4D6250. Grayscale: #A5A5A5. Windows color (decimal): -5071441 or 11509170. OLE color: 11509170.

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

Color convert

RGB178157175-
CMYK00.120.020.30
HSL308.57º12%65.69%-
HSV(B)308.57º11.8%69.8%-
XYZ38.1536.6745.63-
YUV165.33133.46137.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=34.90%
G=30.78%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815717500.120.020.30308.571265.69
HexB29DAF0C21E135c42
Octal26223525701423646514102
Binary10110010100111011010111101100101111010011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DAF; }

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

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

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

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

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

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

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

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