Shades of Silver Sand #BCBBB7
Tints of Silver Sand #BCBBB7
RGB
CMYK
RGB Variations
Color information
#BCBBB7 (or 0xBCBBB7) is known color: Silver Sand. HEX triplet: BC, BB and B7. RGB value is (188,187,183). Sum of RGB (Red+Green+Blue) = 188+187+183=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB7 is #434448. Grayscale: #BABABA. Windows color (decimal): -4408393 or 12041148. OLE color: 12041148.
HSL color Cylindrical-coordinate representation of color #BCBBB7: hue angle of 48º 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 #BCBBB7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 183 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.26 |
| HSL | 48º | 0.04% | 0.73% | - |
| HSV(B) | 48º | 0.03% | 0.74% | - |
| XYZ | 47.06 | 49.65 | 51.9 | - |
| YUV | 186.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 183 | 0 | 0.01 | 0.03 | 0.26 | 48 | 0.04 | 0.73 |
| Hex | BC | BB | B7 | 0 | 1 | 3 | 1A | 30 | 4 | 49 |
| Octal | 274 | 273 | 267 | 0 | 1 | 3 | 32 | 60 | 4 | 111 |
| Binary | 10111100 | 10111011 | 10110111 | 0 | 1 | 11 | 11010 | 110000 | 100 | 1001001 |
Color Harmonies of #BCBBB7
Complementary color
Monochromatic Colors of #BCBBB7
Black with #BCBBB7
Text Example
Text Example
White with #BCBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBB7; }
p { color: rgb(188,187,183); }
H1.HeaderClassName
{
color: #BCBBB7;
}
.AnyTagClassName
{
color: #BCBBB7;
}
</style>
background-color css
<style>
a { background-color: #BCBBB7; }
a { background-color: rgb(188,187,183); }
div.DivClassName
{
background-color: #BCBBB7;
}
.BgClassName
{
background-color: #BCBBB7;
}
</style>
border-color css
<style>
span { border-color: #BCBBB7; }
span { border-color: rgb(188,187,183); }
td.TdClassName
{
border-color: #BCBBB7;
}
.TagClassName
{
border-color: #BCBBB7;
}
</style>