#BCBCBB

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

Shades of Silver Sand #BCBCBB

Tints of Silver Sand #BCBCBB

Color information

#BCBCBB (or 0xBCBCBB) is unknown color: approx Silver Sand. HEX triplet: BC, BC and BB. RGB value is (188,188,187). Sum of RGB (Red+Green+Blue) = 188+188+187=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBB is #434344. Grayscale: #BBBBBB. Windows color (decimal): -4408133 or 12303548. OLE color: 12303548.

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

Color convert

RGB188188187-
CMYK000.010.26
HSL60º0.74%73.53%-
HSV(B)60º0.53%73.73%-
XYZ47.6950.2554.2-
YUV187.89127.5128.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188187000.010.26600.7473.53
HexBCBCBB0011A3c14a
Octal27427427300132741112
Binary1011110010111100101110110011101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCBB; }

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

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

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

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

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

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

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

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