Shades of Grey Nickel #BDBAAF
Tints of Grey Nickel #BDBAAF
RGB
CMYK
RGB Variations
Color information
#BDBAAF (or 0xBDBAAF) is known color: Grey Nickel. HEX triplet: BD, BA and AF. RGB value is (189,186,175). Sum of RGB (Red+Green+Blue) = 189+186+175=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAAF is #424550. Grayscale: #B9B9B9. Windows color (decimal): -4343121 or 11516605. OLE color: 11516605.
HSL color Cylindrical-coordinate representation of color #BDBAAF: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBAAF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 175 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.26 |
| HSL | 47.14º | 0.1% | 0.71% | - |
| HSV(B) | 47.14º | 0.07% | 0.74% | - |
| XYZ | 46.28 | 49.03 | 47.58 | - |
| YUV | 185.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 175 | 0 | 0.02 | 0.07 | 0.26 | 47.14 | 0.1 | 0.71 |
| Hex | BD | BA | AF | 0 | 2 | 7 | 1A | 2F | A | 47 |
| Octal | 275 | 272 | 257 | 0 | 2 | 7 | 32 | 57 | 12 | 107 |
| Binary | 10111101 | 10111010 | 10101111 | 0 | 10 | 111 | 11010 | 101111 | 1010 | 1000111 |
Color Harmonies of #BDBAAF
Complementary color
Monochromatic Colors of #BDBAAF
Black with #BDBAAF
Text Example
Text Example
White with #BDBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAAF; }
p { color: rgb(189,186,175); }
H1.HeaderClassName
{
color: #BDBAAF;
}
.AnyTagClassName
{
color: #BDBAAF;
}
</style>
background-color css
<style>
a { background-color: #BDBAAF; }
a { background-color: rgb(189,186,175); }
div.DivClassName
{
background-color: #BDBAAF;
}
.BgClassName
{
background-color: #BDBAAF;
}
</style>
border-color css
<style>
span { border-color: #BDBAAF; }
span { border-color: rgb(189,186,175); }
td.TdClassName
{
border-color: #BDBAAF;
}
.TagClassName
{
border-color: #BDBAAF;
}
</style>