Shades of Grey Nickel #BFBCB0
Tints of Grey Nickel #BFBCB0
RGB
CMYK
RGB Variations
Color information
#BFBCB0 (or 0xBFBCB0) is known color: Grey Nickel. HEX triplet: BF, BC and B0. RGB value is (191,188,176). Sum of RGB (Red+Green+Blue) = 191+188+176=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCB0 is #40434F. Grayscale: #BBBBBB. Windows color (decimal): -4211536 or 11582655. OLE color: 11582655.
HSL color Cylindrical-coordinate representation of color #BFBCB0: hue angle of 48º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBCB0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 176 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.25 |
| HSL | 48º | 0.1% | 0.72% | - |
| HSV(B) | 48º | 0.08% | 0.75% | - |
| XYZ | 47.31 | 50.18 | 48.27 | - |
| YUV | 187.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 176 | 0 | 0.02 | 0.08 | 0.25 | 48 | 0.1 | 0.72 |
| Hex | BF | BC | B0 | 0 | 2 | 8 | 19 | 30 | A | 48 |
| Octal | 277 | 274 | 260 | 0 | 2 | 10 | 31 | 60 | 12 | 110 |
| Binary | 10111111 | 10111100 | 10110000 | 0 | 10 | 1000 | 11001 | 110000 | 1010 | 1001000 |
Color Harmonies of #BFBCB0
Complementary color
Monochromatic Colors of #BFBCB0
Black with #BFBCB0
Text Example
Text Example
White with #BFBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCB0; }
p { color: rgb(191,188,176); }
H1.HeaderClassName
{
color: #BFBCB0;
}
.AnyTagClassName
{
color: #BFBCB0;
}
</style>
background-color css
<style>
a { background-color: #BFBCB0; }
a { background-color: rgb(191,188,176); }
div.DivClassName
{
background-color: #BFBCB0;
}
.BgClassName
{
background-color: #BFBCB0;
}
</style>
border-color css
<style>
span { border-color: #BFBCB0; }
span { border-color: rgb(191,188,176); }
td.TdClassName
{
border-color: #BFBCB0;
}
.TagClassName
{
border-color: #BFBCB0;
}
</style>