Shades of Silver #BCBBBB
Tints of Silver #BCBBBB
RGB
CMYK
RGB Variations
Color information
#BCBBBB (or 0xBCBBBB) is known color: Silver. HEX triplet: BC, BB and BB. RGB value is (188,187,187). Sum of RGB (Red+Green+Blue) = 188+187+187=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBBB is #434444. Grayscale: #BBBBBB. Windows color (decimal): -4408389 or 12303292. OLE color: 12303292.
HSL color Cylindrical-coordinate representation of color #BCBBBB: hue angle of 0º 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 #BCBBBB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 187 | 187 | - |
CMYK | 0 | 0.01 | 0.01 | 0.26 |
HSL | 0º | 0.01% | 0.74% | - |
HSV(B) | 0º | 0.01% | 0.74% | - |
XYZ | 47.48 | 49.82 | 54.13 | - |
YUV | 187.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 187 | 187 | 0 | 0.01 | 0.01 | 0.26 | 0 | 0.01 | 0.74 |
Hex | BC | BB | BB | 0 | 1 | 1 | 1A | 0 | 1 | 4A |
Octal | 274 | 273 | 273 | 0 | 1 | 1 | 32 | 0 | 1 | 112 |
Binary | 10111100 | 10111011 | 10111011 | 0 | 1 | 1 | 11010 | 0 | 1 | 1001010 |
Color Harmonies of #BCBBBB
Complementary color
Monochromatic Colors of #BCBBBB
Black with #BCBBBB
Text Example
Text Example
White with #BCBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBBB; }
p { color: rgb(188,187,187); }
H1.HeaderClassName
{
color: #BCBBBB;
}
.AnyTagClassName
{
color: #BCBBBB;
}
</style>
background-color css
<style>
a { background-color: #BCBBBB; }
a { background-color: rgb(188,187,187); }
div.DivClassName
{
background-color: #BCBBBB;
}
.BgClassName
{
background-color: #BCBBBB;
}
</style>
border-color css
<style>
span { border-color: #BCBBBB; }
span { border-color: rgb(188,187,187); }
td.TdClassName
{
border-color: #BCBBBB;
}
.TagClassName
{
border-color: #BCBBBB;
}
</style>