Shades of Grey Nickel #BCB9AF
Tints of Grey Nickel #BCB9AF
RGB
CMYK
RGB Variations
Color information
#BCB9AF (or 0xBCB9AF) is known color: Grey Nickel. HEX triplet: BC, B9 and AF. RGB value is (188,185,175). Sum of RGB (Red+Green+Blue) = 188+185+175=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AF is #434650. Grayscale: #B8B8B8. Windows color (decimal): -4408913 or 11516348. OLE color: 11516348.
HSL color Cylindrical-coordinate representation of color #BCB9AF: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB9AF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 185 | 175 | - |
CMYK | 0 | 0.02 | 0.07 | 0.26 |
HSL | 46.15º | 0.09% | 0.71% | - |
HSV(B) | 46.15º | 0.07% | 0.74% | - |
XYZ | 45.83 | 48.48 | 47.5 | - |
YUV | 184.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 185 | 175 | 0 | 0.02 | 0.07 | 0.26 | 46.15 | 0.09 | 0.71 |
Hex | BC | B9 | AF | 0 | 2 | 7 | 1A | 2E | 9 | 47 |
Octal | 274 | 271 | 257 | 0 | 2 | 7 | 32 | 56 | 11 | 107 |
Binary | 10111100 | 10111001 | 10101111 | 0 | 10 | 111 | 11010 | 101110 | 1001 | 1000111 |
Color Harmonies of #BCB9AF
Complementary color
Monochromatic Colors of #BCB9AF
Black with #BCB9AF
Text Example
Text Example
White with #BCB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9AF; }
p { color: rgb(188,185,175); }
H1.HeaderClassName
{
color: #BCB9AF;
}
.AnyTagClassName
{
color: #BCB9AF;
}
</style>
background-color css
<style>
a { background-color: #BCB9AF; }
a { background-color: rgb(188,185,175); }
div.DivClassName
{
background-color: #BCB9AF;
}
.BgClassName
{
background-color: #BCB9AF;
}
</style>
border-color css
<style>
span { border-color: #BCB9AF; }
span { border-color: rgb(188,185,175); }
td.TdClassName
{
border-color: #BCB9AF;
}
.TagClassName
{
border-color: #BCB9AF;
}
</style>