Shades of Silver Sand #BCBBB6
Tints of Silver Sand #BCBBB6
RGB
CMYK
RGB Variations
Color information
#BCBBB6 (or 0xBCBBB6) is known color: Silver Sand. HEX triplet: BC, BB and B6. RGB value is (188,187,182). Sum of RGB (Red+Green+Blue) = 188+187+182=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB6 is #434449. Grayscale: #BABABA. Windows color (decimal): -4408394 or 11975612. OLE color: 11975612.
HSL color Cylindrical-coordinate representation of color #BCBBB6: hue angle of 50º 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 #BCBBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 182 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.26 |
| HSL | 50º | 0.04% | 0.73% | - |
| HSV(B) | 50º | 0.03% | 0.74% | - |
| XYZ | 46.95 | 49.61 | 51.36 | - |
| YUV | 186.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 182 | 0 | 0.01 | 0.03 | 0.26 | 50 | 0.04 | 0.73 |
| Hex | BC | BB | B6 | 0 | 1 | 3 | 1A | 32 | 4 | 49 |
| Octal | 274 | 273 | 266 | 0 | 1 | 3 | 32 | 62 | 4 | 111 |
| Binary | 10111100 | 10111011 | 10110110 | 0 | 1 | 11 | 11010 | 110010 | 100 | 1001001 |
Color Harmonies of #BCBBB6
Complementary color
Monochromatic Colors of #BCBBB6
Black with #BCBBB6
Text Example
Text Example
White with #BCBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBB6; }
p { color: rgb(188,187,182); }
H1.HeaderClassName
{
color: #BCBBB6;
}
.AnyTagClassName
{
color: #BCBBB6;
}
</style>
background-color css
<style>
a { background-color: #BCBBB6; }
a { background-color: rgb(188,187,182); }
div.DivClassName
{
background-color: #BCBBB6;
}
.BgClassName
{
background-color: #BCBBB6;
}
</style>
border-color css
<style>
span { border-color: #BCBBB6; }
span { border-color: rgb(188,187,182); }
td.TdClassName
{
border-color: #BCBBB6;
}
.TagClassName
{
border-color: #BCBBB6;
}
</style>