#BCBBB6

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

Shades of Silver Sand #BCBBB6

Tints of Silver Sand #BCBBB6

Color information

#BCBBB6 (or 0xBCBBB6) is unknown color: approx Silver Sand. HEX triplet: BC, BB and B6. RGB value is (188,187,182). Sum of RGB (Red+Green+Blue) = 188+187+182=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB6 is #434449. Grayscale: #BABABA. Windows color (decimal): -4408394 or 11975612. OLE color: 11975612.

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

Color convert

RGB188187182-
CMYK00.010.030.26
HSL50º4.29%72.55%-
HSV(B)50º3.19%73.73%-
XYZ46.9549.6151.36-
YUV186.73125.33128.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=33.75%
G=33.57%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818718200.010.030.26504.2972.55
HexBCBBB60131A32449
Octal27427326601332624111
Binary1011110010111011101101100111110101100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBB6; }

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

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

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

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

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

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

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

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