#B6B5B0

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

Shades of Grey Nickel #B6B5B0

Tints of Grey Nickel #B6B5B0

Color information

#B6B5B0 (or 0xB6B5B0) is unknown color: approx Grey Nickel. HEX triplet: B6, B5 and B0. RGB value is (182,181,176). Sum of RGB (Red+Green+Blue) = 182+181+176=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5B0 is #494A4F. Grayscale: #B4B4B4. Windows color (decimal): -4803152 or 11580854. OLE color: 11580854.

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

Color convert

RGB182181176-
CMYK00.010.030.29
HSL50º3.95%70.2%-
HSV(B)50º3.3%71.37%-
XYZ43.6546.1347.68-
YUV180.73125.33128.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=33.77%
G=33.58%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218117600.010.030.29503.9570.2
HexB6B5B00131D32446
Octal26626526001335624106
Binary1011011010110101101100000111111011100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B5B0; }

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

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

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

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

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

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

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

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