#B1A5AE

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

Shades of London Hue #B1A5AE

Tints of London Hue #B1A5AE

Color information

#B1A5AE (or 0xB1A5AE) is unknown color: approx London Hue. HEX triplet: B1, A5 and AE. RGB value is (177,165,174). Sum of RGB (Red+Green+Blue) = 177+165+174=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5AE is #4E5A51. Grayscale: #A9A9A9. Windows color (decimal): -5134930 or 11445681. OLE color: 11445681.

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

Color convert

RGB177165174-
CMYK00.070.020.31
HSL315º7.14%67.06%-
HSV(B)315º6.78%69.41%-
XYZ39.2339.3145.57-
YUV169.61130.48133.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=34.30%
G=31.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716517400.070.020.313157.1467.06
HexB1A5AE0721F13b743
Octal261245256072374737103
Binary101100011010010110101110011110111111001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A5AE; }

 p { color: rgb(177,165,174); }

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

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

 a { background-color: rgb(177,165,174); }

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

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

 span { border-color: rgb(177,165,174); }

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