Shades of Grey Nickel #BCB9AB
Tints of Grey Nickel #BCB9AB
RGB
CMYK
RGB Variations
Color information
#BCB9AB (or 0xBCB9AB) is known color: Grey Nickel. HEX triplet: BC, B9 and AB. RGB value is (188,185,171). Sum of RGB (Red+Green+Blue) = 188+185+171=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AB is #434654. Grayscale: #B8B8B8. Windows color (decimal): -4408917 or 11254204. OLE color: 11254204.
HSL color Cylindrical-coordinate representation of color #BCB9AB: hue angle of 49.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB9AB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 171 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.26 |
| HSL | 49.41º | 0.11% | 0.7% | - |
| HSV(B) | 49.41º | 0.09% | 0.74% | - |
| XYZ | 45.44 | 48.33 | 45.46 | - |
| YUV | 184.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 171 | 0 | 0.02 | 0.09 | 0.26 | 49.41 | 0.11 | 0.7 |
| Hex | BC | B9 | AB | 0 | 2 | 9 | 1A | 31 | B | 46 |
| Octal | 274 | 271 | 253 | 0 | 2 | 11 | 32 | 61 | 13 | 106 |
| Binary | 10111100 | 10111001 | 10101011 | 0 | 10 | 1001 | 11010 | 110001 | 1011 | 1000110 |
Color Harmonies of #BCB9AB
Complementary color
Monochromatic Colors of #BCB9AB
Black with #BCB9AB
Text Example
Text Example
White with #BCB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9AB; }
p { color: rgb(188,185,171); }
H1.HeaderClassName
{
color: #BCB9AB;
}
.AnyTagClassName
{
color: #BCB9AB;
}
</style>
background-color css
<style>
a { background-color: #BCB9AB; }
a { background-color: rgb(188,185,171); }
div.DivClassName
{
background-color: #BCB9AB;
}
.BgClassName
{
background-color: #BCB9AB;
}
</style>
border-color css
<style>
span { border-color: #BCB9AB; }
span { border-color: rgb(188,185,171); }
td.TdClassName
{
border-color: #BCB9AB;
}
.TagClassName
{
border-color: #BCB9AB;
}
</style>