Shades of Grey Nickel #BFBBAB
Tints of Grey Nickel #BFBBAB
RGB
CMYK
RGB Variations
Color information
#BFBBAB (or 0xBFBBAB) is known color: Grey Nickel. HEX triplet: BF, BB and AB. RGB value is (191,187,171). Sum of RGB (Red+Green+Blue) = 191+187+171=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBAB is #404454. Grayscale: #BABABA. Windows color (decimal): -4211797 or 11254719. OLE color: 11254719.
HSL color Cylindrical-coordinate representation of color #BFBBAB: hue angle of 48º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBBAB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 187 | 171 | - |
CMYK | 0 | 0.02 | 0.10 | 0.25 |
HSL | 48º | 0.14% | 0.71% | - |
HSV(B) | 48º | 0.1% | 0.75% | - |
XYZ | 46.61 | 49.56 | 45.64 | - |
YUV | 186.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 187 | 171 | 0 | 0.02 | 0.10 | 0.25 | 48 | 0.14 | 0.71 |
Hex | BF | BB | AB | 0 | 2 | A | 19 | 30 | E | 47 |
Octal | 277 | 273 | 253 | 0 | 2 | 12 | 31 | 60 | 16 | 107 |
Binary | 10111111 | 10111011 | 10101011 | 0 | 10 | 1010 | 11001 | 110000 | 1110 | 1000111 |
Color Harmonies of #BFBBAB
Complementary color
Monochromatic Colors of #BFBBAB
Black with #BFBBAB
Text Example
Text Example
White with #BFBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBAB; }
p { color: rgb(191,187,171); }
H1.HeaderClassName
{
color: #BFBBAB;
}
.AnyTagClassName
{
color: #BFBBAB;
}
</style>
background-color css
<style>
a { background-color: #BFBBAB; }
a { background-color: rgb(191,187,171); }
div.DivClassName
{
background-color: #BFBBAB;
}
.BgClassName
{
background-color: #BFBBAB;
}
</style>
border-color css
<style>
span { border-color: #BFBBAB; }
span { border-color: rgb(191,187,171); }
td.TdClassName
{
border-color: #BFBBAB;
}
.TagClassName
{
border-color: #BFBBAB;
}
</style>