#B6B5B2

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

Shades of Grey Nickel #B6B5B2

Tints of Grey Nickel #B6B5B2

Color information

#B6B5B2 (or 0xB6B5B2) is unknown color: approx Grey Nickel. HEX triplet: B6, B5 and B2. RGB value is (182,181,178). Sum of RGB (Red+Green+Blue) = 182+181+178=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5B2 is #494A4D. Grayscale: #B4B4B4. Windows color (decimal): -4803150 or 11711926. OLE color: 11711926.

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

Color convert

RGB182181178-
CMYK00.010.020.29
HSL45º2.67%70.59%-
HSV(B)45º2.2%71.37%-
XYZ43.8546.2148.73-
YUV180.96126.33128.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=33.64%
G=33.46%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218117800.010.020.29452.6770.59
HexB6B5B20121D2d347
Octal26626526201235553107
Binary101101101011010110110010011011101101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B5B2; }

 p { color: rgb(182,181,178); }

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

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

 a { background-color: rgb(182,181,178); }

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

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

 span { border-color: rgb(182,181,178); }

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