#BCB9B9

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

Shades of Silver #BCB9B9

Tints of Silver #BCB9B9

Color information

#BCB9B9 (or 0xBCB9B9) is unknown color: approx Silver. HEX triplet: BC, B9 and B9. RGB value is (188,185,185). Sum of RGB (Red+Green+Blue) = 188+185+185=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B9 is #434646. Grayscale: #B9B9B9. Windows color (decimal): -4408903 or 12171708. OLE color: 12171708.

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

Color convert

RGB188185185-
CMYK00.020.020.26
HSL2.19%73.14%-
HSV(B)1.6%73.73%-
XYZ46.8448.8952.87-
YUV185.9127.49129.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=33.69%
G=33.15%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818518500.020.020.2602.1973.14
HexBCB9B90221A0249
Octal2742712710223202111
Binary10111100101110011011100101010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9B9; }

 p { color: rgb(188,185,185); }

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

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

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

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

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

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

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