#B1A4AE

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

Shades of London Hue #B1A4AE

Tints of London Hue #B1A4AE

Color information

#B1A4AE (or 0xB1A4AE) is unknown color: approx London Hue. HEX triplet: B1, A4 and AE. RGB value is (177,164,174). Sum of RGB (Red+Green+Blue) = 177+164+174=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4AE is #4E5B51. Grayscale: #A9A9A9. Windows color (decimal): -5135186 or 11445425. OLE color: 11445425.

HSL color Cylindrical-coordinate representation of color #B1A4AE: hue angle of 313.85º degrees, saturation: 0.08, 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 #B1A4AE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177164174-
CMYK00.070.020.31
HSL313.85º7.69%66.86%-
HSV(B)313.85º7.34%69.41%-
XYZ39.0538.9545.51-
YUV169.03130.81133.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=34.37%
G=31.84%
B=33.79%

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
Decimal17716417400.070.020.31313.857.6966.86
HexB1A4AE0721F13a843
Octal2612442560723747210103
Binary1011000110100100101011100111101111110011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4AE; }

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

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

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

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

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

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

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

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