#BBB7AA

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

Shades of Grey Nickel #BBB7AA

Tints of Grey Nickel #BBB7AA

Color information

#BBB7AA (or 0xBBB7AA) is unknown color: approx Grey Nickel. HEX triplet: BB, B7 and AA. RGB value is (187,183,170). Sum of RGB (Red+Green+Blue) = 187+183+170=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AA is #444855. Grayscale: #B6B6B6. Windows color (decimal): -4474966 or 11188155. OLE color: 11188155.

HSL color Cylindrical-coordinate representation of color #BBB7AA: hue angle of 45.88º 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 #BBB7AA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187183170-
CMYK00.020.090.27
HSL45.88º11.11%70%-
HSV(B)45.88º9.09%73.33%-
XYZ44.6847.3344.81-
YUV182.71120.83131.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=34.63%
G=33.89%
B=31.48%

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
Decimal18718317000.020.090.2745.8811.1170
HexBBB7AA0291B2eb46
Octal2732672520211335613106
Binary10111011101101111010101001010011101110111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7AA; }

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

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

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

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

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

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

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

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