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