Shades of Grey Nickel #BFBDAD
Tints of Grey Nickel #BFBDAD
RGB
CMYK
RGB Variations
Color information
#BFBDAD (or 0xBFBDAD) is known color: Grey Nickel. HEX triplet: BF, BD and AD. RGB value is (191,189,173). Sum of RGB (Red+Green+Blue) = 191+189+173=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAD is #404252. Grayscale: #BBBBBB. Windows color (decimal): -4211283 or 11386303. OLE color: 11386303.
HSL color Cylindrical-coordinate representation of color #BFBDAD: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBDAD is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 173 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.25 |
| HSL | 53.33º | 0.12% | 0.71% | - |
| HSV(B) | 53.33º | 0.09% | 0.75% | - |
| XYZ | 47.23 | 50.49 | 46.79 | - |
| YUV | 187.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 173 | 0 | 0.01 | 0.09 | 0.25 | 53.33 | 0.12 | 0.71 |
| Hex | BF | BD | AD | 0 | 1 | 9 | 19 | 35 | C | 47 |
| Octal | 277 | 275 | 255 | 0 | 1 | 11 | 31 | 65 | 14 | 107 |
| Binary | 10111111 | 10111101 | 10101101 | 0 | 1 | 1001 | 11001 | 110101 | 1100 | 1000111 |
Color Harmonies of #BFBDAD
Complementary color
Monochromatic Colors of #BFBDAD
Black with #BFBDAD
Text Example
Text Example
White with #BFBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDAD; }
p { color: rgb(191,189,173); }
H1.HeaderClassName
{
color: #BFBDAD;
}
.AnyTagClassName
{
color: #BFBDAD;
}
</style>
background-color css
<style>
a { background-color: #BFBDAD; }
a { background-color: rgb(191,189,173); }
div.DivClassName
{
background-color: #BFBDAD;
}
.BgClassName
{
background-color: #BFBDAD;
}
</style>
border-color css
<style>
span { border-color: #BFBDAD; }
span { border-color: rgb(191,189,173); }
td.TdClassName
{
border-color: #BFBDAD;
}
.TagClassName
{
border-color: #BFBDAD;
}
</style>