Shades of Silver Sand #BCBCB4
Tints of Silver Sand #BCBCB4
RGB
CMYK
RGB Variations
Color information
#BCBCB4 (or 0xBCBCB4) is known color: 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
| RGB | 188 | 188 | 180 | - |
| CMYK | 0 | 0 | 0.04 | 0.26 |
| HSL | 60º | 0.06% | 0.72% | - |
| HSV(B) | 60º | 0.04% | 0.74% | - |
| XYZ | 46.96 | 49.95 | 50.35 | - |
| YUV | 187.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 180 | 0 | 0 | 0.04 | 0.26 | 60 | 0.06 | 0.72 |
| Hex | BC | BC | B4 | 0 | 0 | 4 | 1A | 3C | 6 | 48 |
| Octal | 274 | 274 | 264 | 0 | 0 | 4 | 32 | 74 | 6 | 110 |
| Binary | 10111100 | 10111100 | 10110100 | 0 | 0 | 100 | 11010 | 111100 | 110 | 1001000 |
Color Harmonies of #BCBCB4
Complementary color
Monochromatic Colors of #BCBCB4
Black with #BCBCB4
Text Example
Text Example
White with #BCBCB4
Text Example
Text Example
HTML Codes & Css Web 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>