#BCBBB5

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

Shades of Silver Sand #BCBBB5

Tints of Silver Sand #BCBBB5

Color information

#BCBBB5 (or 0xBCBBB5) is unknown color: approx Silver Sand. HEX triplet: BC, BB and B5. RGB value is (188,187,181). Sum of RGB (Red+Green+Blue) = 188+187+181=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB5 is #43444A. Grayscale: #BABABA. Windows color (decimal): -4408395 or 11910076. OLE color: 11910076.

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

Color convert

RGB188187181-
CMYK00.010.040.26
HSL51.43º4.96%72.35%-
HSV(B)51.43º3.72%73.73%-
XYZ46.8549.5750.81-
YUV186.62124.83128.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=33.81%
G=33.63%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818718100.010.040.2651.434.9672.35
HexBCBBB50141A33548
Octal27427326501432635110
Binary10111100101110111011010101100110101100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBB5; }

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

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

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

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

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

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

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

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