#B0AFAC

Color #B0AFAC Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #B0AFAC

Tints of Grey Nickel #B0AFAC

Color information

#B0AFAC (or 0xB0AFAC) is unknown color: approx Grey Nickel. HEX triplet: B0, AF and AC. RGB value is (176,175,172). Sum of RGB (Red+Green+Blue) = 176+175+172=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFAC is #4F5053. Grayscale: #AEAEAE. Windows color (decimal): -5197908 or 11317168. OLE color: 11317168.

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

Color convert

RGB176175172-
CMYK00.010.020.31
HSL45º2.47%68.24%-
HSV(B)45º2.27%69.02%-
XYZ40.6842.8745.16-
YUV174.96126.33128.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=33.65%
G=33.46%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617517200.010.020.31452.4768.24
HexB0AFAC0121F2d244
Octal26025725401237552104
Binary101100001010111110101100011011111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFAC; }

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

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

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

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

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

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

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

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