Shades of Silver #BBBBBB
Tints of Silver #BBBBBB
RGB
CMYK
RGB Variations
Color information
#BBBBBB (or 0xBBBBBB) is known color: Silver. HEX triplet: BB, BB and BB. RGB value is (187,187,187). Sum of RGB (Red+Green+Blue) = 187+187+187=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 187 - color contains mainly: red, green, blue. Hex color #BBBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBB is #444444. Grayscale: #BBBBBB. Windows color (decimal): -4473925 or 12303291. OLE color: 12303291.
HSL color Cylindrical-coordinate representation of color #BBBBBB: hue angle of 0º degrees, saturation: 0, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0%. Process color model (Four color, CMYK) of #BBBBBB is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 187 | 187 | - |
CMYK | 0 | 0 | 0 | 0.27 |
HSL | 0º | 0% | 0.73% | - |
HSV(B) | 0º | 0% | 0.73% | - |
XYZ | 47.23 | 49.69 | 54.12 | - |
YUV | 187 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 187 | 187 | 0 | 0 | 0 | 0.27 | 0 | 0 | 0.73 |
Hex | BB | BB | BB | 0 | 0 | 0 | 1B | 0 | 0 | 49 |
Octal | 273 | 273 | 273 | 0 | 0 | 0 | 33 | 0 | 0 | 111 |
Binary | 10111011 | 10111011 | 10111011 | 0 | 0 | 0 | 11011 | 0 | 0 | 1001001 |
Color Harmonies of #BBBBBB
Complementary color
Monochromatic Colors of #BBBBBB
Black with #BBBBBB
Text Example
Text Example
White with #BBBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBBB; }
p { color: rgb(187,187,187); }
H1.HeaderClassName
{
color: #BBBBBB;
}
.AnyTagClassName
{
color: #BBBBBB;
}
</style>
background-color css
<style>
a { background-color: #BBBBBB; }
a { background-color: rgb(187,187,187); }
div.DivClassName
{
background-color: #BBBBBB;
}
.BgClassName
{
background-color: #BBBBBB;
}
</style>
border-color css
<style>
span { border-color: #BBBBBB; }
span { border-color: rgb(187,187,187); }
td.TdClassName
{
border-color: #BBBBBB;
}
.TagClassName
{
border-color: #BBBBBB;
}
</style>