Shades of Silver Sand #BCBCBA
Tints of Silver Sand #BCBCBA
RGB
CMYK
RGB Variations
Color information
#BCBCBA (or 0xBCBCBA) is known color: Silver Sand. HEX triplet: BC, BC and BA. RGB value is (188,188,186). Sum of RGB (Red+Green+Blue) = 188+188+186=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBA is #434345. Grayscale: #BBBBBB. Windows color (decimal): -4408134 or 12238012. OLE color: 12238012.
HSL color Cylindrical-coordinate representation of color #BCBCBA: hue angle of 60º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBCBA is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 186 | - |
| CMYK | 0 | 0 | 0.01 | 0.26 |
| HSL | 60º | 0.01% | 0.73% | - |
| HSV(B) | 60º | 0.01% | 0.74% | - |
| XYZ | 47.59 | 50.2 | 53.64 | - |
| YUV | 187.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 186 | 0 | 0 | 0.01 | 0.26 | 60 | 0.01 | 0.73 |
| Hex | BC | BC | BA | 0 | 0 | 1 | 1A | 3C | 1 | 49 |
| Octal | 274 | 274 | 272 | 0 | 0 | 1 | 32 | 74 | 1 | 111 |
| Binary | 10111100 | 10111100 | 10111010 | 0 | 0 | 1 | 11010 | 111100 | 1 | 1001001 |
Color Harmonies of #BCBCBA
Complementary color
Monochromatic Colors of #BCBCBA
Black with #BCBCBA
Text Example
Text Example
White with #BCBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCBA; }
p { color: rgb(188,188,186); }
H1.HeaderClassName
{
color: #BCBCBA;
}
.AnyTagClassName
{
color: #BCBCBA;
}
</style>
background-color css
<style>
a { background-color: #BCBCBA; }
a { background-color: rgb(188,188,186); }
div.DivClassName
{
background-color: #BCBCBA;
}
.BgClassName
{
background-color: #BCBCBA;
}
</style>
border-color css
<style>
span { border-color: #BCBCBA; }
span { border-color: rgb(188,188,186); }
td.TdClassName
{
border-color: #BCBCBA;
}
.TagClassName
{
border-color: #BCBCBA;
}
</style>