#BCBCB9

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

Shades of Silver Sand #BCBCB9

Tints of Silver Sand #BCBCB9

Color information

#BCBCB9 (or 0xBCBCB9) is unknown color: approx Silver Sand. HEX triplet: BC, BC and B9. RGB value is (188,188,185). Sum of RGB (Red+Green+Blue) = 188+188+185=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCB9 is #434346. Grayscale: #BBBBBB. Windows color (decimal): -4408135 or 12172476. OLE color: 12172476.

HSL color Cylindrical-coordinate representation of color #BCBCB9: hue angle of 60º 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 #BCBCB9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188188185-
CMYK000.020.26
HSL60º2.19%73.14%-
HSV(B)60º1.6%73.73%-
XYZ47.4850.1653.08-
YUV187.66126.5128.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188185000.020.26602.1973.14
HexBCBCB90021A3c249
Octal27427427100232742111
Binary101111001011110010111001001011010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCB9; }

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

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

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

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

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

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

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

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