Shades of Grey Nickel #BCB9AD
Tints of Grey Nickel #BCB9AD
RGB
CMYK
RGB Variations
Color information
#BCB9AD (or 0xBCB9AD) is known color: Grey Nickel. HEX triplet: BC, B9 and AD. RGB value is (188,185,173). Sum of RGB (Red+Green+Blue) = 188+185+173=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AD is #434652. Grayscale: #B8B8B8. Windows color (decimal): -4408915 or 11385276. OLE color: 11385276.
HSL color Cylindrical-coordinate representation of color #BCB9AD: hue angle of 48º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB9AD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 173 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.26 |
| HSL | 48º | 0.1% | 0.71% | - |
| HSV(B) | 48º | 0.08% | 0.74% | - |
| XYZ | 45.63 | 48.41 | 46.47 | - |
| YUV | 184.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 173 | 0 | 0.02 | 0.08 | 0.26 | 48 | 0.1 | 0.71 |
| Hex | BC | B9 | AD | 0 | 2 | 8 | 1A | 30 | A | 47 |
| Octal | 274 | 271 | 255 | 0 | 2 | 10 | 32 | 60 | 12 | 107 |
| Binary | 10111100 | 10111001 | 10101101 | 0 | 10 | 1000 | 11010 | 110000 | 1010 | 1000111 |
Color Harmonies of #BCB9AD
Complementary color
Monochromatic Colors of #BCB9AD
Black with #BCB9AD
Text Example
Text Example
White with #BCB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9AD; }
p { color: rgb(188,185,173); }
H1.HeaderClassName
{
color: #BCB9AD;
}
.AnyTagClassName
{
color: #BCB9AD;
}
</style>
background-color css
<style>
a { background-color: #BCB9AD; }
a { background-color: rgb(188,185,173); }
div.DivClassName
{
background-color: #BCB9AD;
}
.BgClassName
{
background-color: #BCB9AD;
}
</style>
border-color css
<style>
span { border-color: #BCB9AD; }
span { border-color: rgb(188,185,173); }
td.TdClassName
{
border-color: #BCB9AD;
}
.TagClassName
{
border-color: #BCB9AD;
}
</style>