#BCBCB7

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

Shades of Silver Sand #BCBCB7

Tints of Silver Sand #BCBCB7

Color information

#BCBCB7 (or 0xBCBCB7) is unknown color: approx Silver Sand. HEX triplet: BC, BC and B7. RGB value is (188,188,183). Sum of RGB (Red+Green+Blue) = 188+188+183=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCB7 is #434348. Grayscale: #BBBBBB. Windows color (decimal): -4408137 or 12041404. OLE color: 12041404.

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

Color convert

RGB188188183-
CMYK000.030.26
HSL60º3.6%72.75%-
HSV(B)60º2.66%73.73%-
XYZ47.2750.0851.97-
YUV187.43125.5128.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=33.63%
G=33.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188183000.030.26603.672.75
HexBCBCB70031A3c449
Octal27427426700332744111
Binary1011110010111100101101110011110101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCB7; }

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

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

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

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

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

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

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

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