Shades of Silver Sand #BCBCBB
Tints of Silver Sand #BCBCBB
RGB
CMYK
RGB Variations
Color information
#BCBCBB (or 0xBCBCBB) is known color: 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
| RGB | 188 | 188 | 187 | - |
| CMYK | 0 | 0 | 0.01 | 0.26 |
| HSL | 60º | 0.01% | 0.74% | - |
| HSV(B) | 60º | 0.01% | 0.74% | - |
| XYZ | 47.69 | 50.25 | 54.2 | - |
| YUV | 187.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 187 | 0 | 0 | 0.01 | 0.26 | 60 | 0.01 | 0.74 |
| Hex | BC | BC | BB | 0 | 0 | 1 | 1A | 3C | 1 | 4A |
| Octal | 274 | 274 | 273 | 0 | 0 | 1 | 32 | 74 | 1 | 112 |
| Binary | 10111100 | 10111100 | 10111011 | 0 | 0 | 1 | 11010 | 111100 | 1 | 1001010 |
Color Harmonies of #BCBCBB
Complementary color
Monochromatic Colors of #BCBCBB
Black with #BCBCBB
Text Example
Text Example
White with #BCBCBB
Text Example
Text Example
HTML Codes & Css Web 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>