#B0A3AE

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

Shades of London Hue #B0A3AE

Tints of London Hue #B0A3AE

Color information

#B0A3AE (or 0xB0A3AE) is unknown color: approx London Hue. HEX triplet: B0, A3 and AE. RGB value is (176,163,174). Sum of RGB (Red+Green+Blue) = 176+163+174=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AE is #4F5C51. Grayscale: #A8A8A8. Windows color (decimal): -5200978 or 11445168. OLE color: 11445168.

HSL color Cylindrical-coordinate representation of color #B0A3AE: hue angle of 309.23º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A3AE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176163174-
CMYK00.070.010.31
HSL309.23º7.6%66.47%-
HSV(B)309.23º7.39%69.02%-
XYZ38.6438.4845.44-
YUV168.14131.31133.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=34.31%
G=31.77%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616317400.070.010.31309.237.666.47
HexB0A3AE0711F135842
Octal2602432560713746510102
Binary101100001010001110101110011111111110011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3AE; }

 p { color: rgb(176,163,174); }

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

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

 a { background-color: rgb(176,163,174); }

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

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

 span { border-color: rgb(176,163,174); }

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