Shades of Grey Nickel #BDBAB1
Tints of Grey Nickel #BDBAB1
RGB
CMYK
RGB Variations
Color information
#BDBAB1 (or 0xBDBAB1) is known color: Grey Nickel. HEX triplet: BD, BA and B1. RGB value is (189,186,177). Sum of RGB (Red+Green+Blue) = 189+186+177=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAB1 is #42454E. Grayscale: #B9B9B9. Windows color (decimal): -4343119 or 11647677. OLE color: 11647677.
HSL color Cylindrical-coordinate representation of color #BDBAB1: hue angle of 45º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 177 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.26 |
| HSL | 45º | 0.08% | 0.72% | - |
| HSV(B) | 45º | 0.06% | 0.74% | - |
| XYZ | 46.48 | 49.11 | 48.62 | - |
| YUV | 185.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 177 | 0 | 0.02 | 0.06 | 0.26 | 45 | 0.08 | 0.72 |
| Hex | BD | BA | B1 | 0 | 2 | 6 | 1A | 2D | 8 | 48 |
| Octal | 275 | 272 | 261 | 0 | 2 | 6 | 32 | 55 | 10 | 110 |
| Binary | 10111101 | 10111010 | 10110001 | 0 | 10 | 110 | 11010 | 101101 | 1000 | 1001000 |
Color Harmonies of #BDBAB1
Complementary color
Monochromatic Colors of #BDBAB1
Black with #BDBAB1
Text Example
Text Example
White with #BDBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAB1; }
p { color: rgb(189,186,177); }
H1.HeaderClassName
{
color: #BDBAB1;
}
.AnyTagClassName
{
color: #BDBAB1;
}
</style>
background-color css
<style>
a { background-color: #BDBAB1; }
a { background-color: rgb(189,186,177); }
div.DivClassName
{
background-color: #BDBAB1;
}
.BgClassName
{
background-color: #BDBAB1;
}
</style>
border-color css
<style>
span { border-color: #BDBAB1; }
span { border-color: rgb(189,186,177); }
td.TdClassName
{
border-color: #BDBAB1;
}
.TagClassName
{
border-color: #BDBAB1;
}
</style>