#BCBBBB

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

Shades of Silver #BCBBBB

Tints of Silver #BCBBBB

Color information

#BCBBBB (or 0xBCBBBB) is unknown color: approx Silver. HEX triplet: BC, BB and BB. RGB value is (188,187,187). Sum of RGB (Red+Green+Blue) = 188+187+187=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBB is #434444. Grayscale: #BBBBBB. Windows color (decimal): -4408389 or 12303292. OLE color: 12303292.

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

Color convert

RGB188187187-
CMYK00.010.010.26
HSL0.74%73.53%-
HSV(B)0.53%73.73%-
XYZ47.4849.8254.13-
YUV187.3127.83128.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=33.45%
G=33.27%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818718700.010.010.2600.7473.53
HexBCBBBB0111A014a
Octal2742732730113201112
Binary10111100101110111011101101111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBBB; }

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

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

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

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

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

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

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

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