#BCBCB8

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

Shades of Silver Sand #BCBCB8

Tints of Silver Sand #BCBCB8

Color information

#BCBCB8 (or 0xBCBCB8) is unknown color: approx Silver Sand. HEX triplet: BC, BC and B8. RGB value is (188,188,184). Sum of RGB (Red+Green+Blue) = 188+188+184=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCB8 is #434347. Grayscale: #BBBBBB. Windows color (decimal): -4408136 or 12106940. OLE color: 12106940.

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

Color convert

RGB188188184-
CMYK000.020.26
HSL60º2.9%72.94%-
HSV(B)60º2.13%73.73%-
XYZ47.3750.1252.52-
YUV187.54126128.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=33.57%
G=33.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188184000.020.26602.972.94
HexBCBCB80021A3c349
Octal27427427000232743111
Binary101111001011110010111000001011010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCB8; }

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

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

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

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

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

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

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

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