#B3B2AF

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

Shades of Grey Nickel #B3B2AF

Tints of Grey Nickel #B3B2AF

Color information

#B3B2AF (or 0xB3B2AF) is unknown color: approx Grey Nickel. HEX triplet: B3, B2 and AF. RGB value is (179,178,175). Sum of RGB (Red+Green+Blue) = 179+178+175=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B2AF is #4C4D50. Grayscale: #B1B1B1. Windows color (decimal): -5000529 or 11514547. OLE color: 11514547.

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

Color convert

RGB179178175-
CMYK00.010.020.30
HSL45º2.56%69.41%-
HSV(B)45º2.23%70.2%-
XYZ42.2544.5246.92-
YUV177.96126.33128.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 175 (68.75% 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.30
SystemRedGreenBlueCMYKHSL
Decimal17917817500.010.020.30452.5669.41
HexB3B2AF0121E2d345
Octal26326225701236553105
Binary101100111011001010101111011011110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2AF; }

 p { color: rgb(179,178,175); }

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

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

 a { background-color: rgb(179,178,175); }

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

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

 span { border-color: rgb(179,178,175); }

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