Shades of Silver #BDBABA
Tints of Silver #BDBABA
RGB
CMYK
RGB Variations
Color information
#BDBABA (or 0xBDBABA) is known color: Silver. HEX triplet: BD, BA and BA. RGB value is (189,186,186). Sum of RGB (Red+Green+Blue) = 189+186+186=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABA is #424545. Grayscale: #BABABA. Windows color (decimal): -4343110 or 12237501. OLE color: 12237501.
HSL color Cylindrical-coordinate representation of color #BDBABA: hue angle of 0º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBABA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 186 | 186 | - |
CMYK | 0 | 0.02 | 0.02 | 0.26 |
HSL | 0º | 0.02% | 0.74% | - |
HSV(B) | 0º | 0.02% | 0.74% | - |
XYZ | 47.41 | 49.48 | 53.51 | - |
YUV | 186.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 186 | 0 | 0.02 | 0.02 | 0.26 | 0 | 0.02 | 0.74 |
Hex | BD | BA | BA | 0 | 2 | 2 | 1A | 0 | 2 | 4A |
Octal | 275 | 272 | 272 | 0 | 2 | 2 | 32 | 0 | 2 | 112 |
Binary | 10111101 | 10111010 | 10111010 | 0 | 10 | 10 | 11010 | 0 | 10 | 1001010 |
Color Harmonies of #BDBABA
Complementary color
Monochromatic Colors of #BDBABA
Black with #BDBABA
Text Example
Text Example
White with #BDBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBABA; }
p { color: rgb(189,186,186); }
H1.HeaderClassName
{
color: #BDBABA;
}
.AnyTagClassName
{
color: #BDBABA;
}
</style>
background-color css
<style>
a { background-color: #BDBABA; }
a { background-color: rgb(189,186,186); }
div.DivClassName
{
background-color: #BDBABA;
}
.BgClassName
{
background-color: #BDBABA;
}
</style>
border-color css
<style>
span { border-color: #BDBABA; }
span { border-color: rgb(189,186,186); }
td.TdClassName
{
border-color: #BDBABA;
}
.TagClassName
{
border-color: #BDBABA;
}
</style>