#BBBBBB

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

Shades of Silver #BBBBBB

Tints of Silver #BBBBBB

Color information

#BBBBBB (or 0xBBBBBB) is unknown color: approx Silver. HEX triplet: BB, BB and BB. RGB value is (187,187,187). Sum of RGB (Red+Green+Blue) = 187+187+187=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 187 - color contains mainly: red, green, blue. Hex color #BBBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBB is #444444. Grayscale: #BBBBBB. Windows color (decimal): -4473925 or 12303291. OLE color: 12303291.

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

Color convert

RGB187187187-
CMYK0000.27
HSL0%73.33%-
HSV(B)0%73.33%-
XYZ47.2349.6954.12-
YUV187128128-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871871870000.270073.33
HexBBBBBB0001B0049
Octal2732732730003300111
Binary10111011101110111011101100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBBB; }

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

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

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

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

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

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

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

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