#BBBAB7

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

Shades of Grey Nickel #BBBAB7

Tints of Grey Nickel #BBBAB7

Color information

#BBBAB7 (or 0xBBBAB7) is unknown color: approx Grey Nickel. HEX triplet: BB, BA and B7. RGB value is (187,186,183). Sum of RGB (Red+Green+Blue) = 187+186+183=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB7 is #444548. Grayscale: #B9B9B9. Windows color (decimal): -4474185 or 12040891. OLE color: 12040891.

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

Color convert

RGB187186183-
CMYK00.010.020.27
HSL45º2.86%72.55%-
HSV(B)45º2.14%73.33%-
XYZ46.649.151.82-
YUV185.96126.33128.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=33.63%
G=33.45%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718618300.010.020.27452.8672.55
HexBBBAB70121B2d349
Octal27327226701233553111
Binary101110111011101010110111011011011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAB7; }

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

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

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

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

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

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

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

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