#BCBCB4

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

Shades of Silver Sand #BCBCB4

Tints of Silver Sand #BCBCB4

Color information

#BCBCB4 (or 0xBCBCB4) is unknown color: approx Silver Sand. HEX triplet: BC, BC and B4. RGB value is (188,188,180). Sum of RGB (Red+Green+Blue) = 188+188+180=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCB4 is #43434B. Grayscale: #BBBBBB. Windows color (decimal): -4408140 or 11844796. OLE color: 11844796.

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

Color convert

RGB188188180-
CMYK000.040.26
HSL60º5.63%72.16%-
HSV(B)60º4.26%73.73%-
XYZ46.9649.9550.35-
YUV187.09124128.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=33.81%
G=33.81%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188180000.040.26605.6372.16
HexBCBCB40041A3c648
Octal27427426400432746110
Binary10111100101111001011010000100110101111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCB4; }

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

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

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

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

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

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

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

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