#B5B3AB

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

Shades of Grey Nickel #B5B3AB

Tints of Grey Nickel #B5B3AB

Color information

#B5B3AB (or 0xB5B3AB) is unknown color: approx Grey Nickel. HEX triplet: B5, B3 and AB. RGB value is (181,179,171). Sum of RGB (Red+Green+Blue) = 181+179+171=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B3AB is #4A4C54. Grayscale: #B2B2B2. Windows color (decimal): -4869205 or 11252661. OLE color: 11252661.

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

Color convert

RGB181179171-
CMYK00.010.060.29
HSL48º6.33%69.02%-
HSV(B)48º5.52%70.98%-
XYZ42.534544.97-
YUV178.69123.66129.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=34.09%
G=33.71%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117917100.010.060.29486.3369.02
HexB5B3AB0161D30645
Octal26526325301635606105
Binary10110101101100111010101101110111011100001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3AB; }

 p { color: rgb(181,179,171); }

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

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

 a { background-color: rgb(181,179,171); }

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

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

 span { border-color: rgb(181,179,171); }

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