#BBB7AB

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

Shades of Grey Nickel #BBB7AB

Tints of Grey Nickel #BBB7AB

Color information

#BBB7AB (or 0xBBB7AB) is unknown color: approx Grey Nickel. HEX triplet: BB, B7 and AB. RGB value is (187,183,171). Sum of RGB (Red+Green+Blue) = 187+183+171=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AB is #444854. Grayscale: #B6B6B6. Windows color (decimal): -4474965 or 11253691. OLE color: 11253691.

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

Color convert

RGB187183171-
CMYK00.020.090.27
HSL45º10.53%70.2%-
HSV(B)45º8.56%73.33%-
XYZ44.7847.3745.31-
YUV182.83121.33130.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=34.57%
G=33.83%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718317100.020.090.274510.5370.2
HexBBB7AB0291B2db46
Octal2732672530211335513106
Binary10111011101101111010101101010011101110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7AB; }

 p { color: rgb(187,183,171); }

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

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

 a { background-color: rgb(187,183,171); }

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

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

 span { border-color: rgb(187,183,171); }

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