#B0AAAF

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

Shades of London Hue #B0AAAF

Tints of London Hue #B0AAAF

Color information

#B0AAAF (or 0xB0AAAF) is unknown color: approx London Hue. HEX triplet: B0, AA and AF. RGB value is (176,170,175). Sum of RGB (Red+Green+Blue) = 176+170+175=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAF is #4F5550. Grayscale: #ACACAC. Windows color (decimal): -5199185 or 11512496. OLE color: 11512496.

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

Color convert

RGB176170175-
CMYK00.030.010.31
HSL310º3.66%67.84%-
HSV(B)310º3.41%69.02%-
XYZ40.0241.0746.38-
YUV172.36129.49130.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=33.78%
G=32.63%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617017500.030.010.313103.6667.84
HexB0AAAF0311F136444
Octal260252257031374664104
Binary1011000010101010101011110111111111001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAAF; }

 p { color: rgb(176,170,175); }

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

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

 a { background-color: rgb(176,170,175); }

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

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

 span { border-color: rgb(176,170,175); }

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