Shades of Grey Nickel #BCBAB4
Tints of Grey Nickel #BCBAB4
RGB
CMYK
RGB Variations
Color information
#BCBAB4 (or 0xBCBAB4) is known color: Grey Nickel. HEX triplet: BC, BA and B4. RGB value is (188,186,180). Sum of RGB (Red+Green+Blue) = 188+186+180=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB4 is #43454B. Grayscale: #B9B9B9. Windows color (decimal): -4408652 or 11844284. OLE color: 11844284.
HSL color Cylindrical-coordinate representation of color #BCBAB4: hue angle of 45º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 180 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.26 |
| HSL | 45º | 0.06% | 0.72% | - |
| HSV(B) | 45º | 0.04% | 0.74% | - |
| XYZ | 46.54 | 49.1 | 50.21 | - |
| YUV | 185.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 180 | 0 | 0.01 | 0.04 | 0.26 | 45 | 0.06 | 0.72 |
| Hex | BC | BA | B4 | 0 | 1 | 4 | 1A | 2D | 6 | 48 |
| Octal | 274 | 272 | 264 | 0 | 1 | 4 | 32 | 55 | 6 | 110 |
| Binary | 10111100 | 10111010 | 10110100 | 0 | 1 | 100 | 11010 | 101101 | 110 | 1001000 |
Color Harmonies of #BCBAB4
Complementary color
Monochromatic Colors of #BCBAB4
Black with #BCBAB4
Text Example
Text Example
White with #BCBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB4; }
p { color: rgb(188,186,180); }
H1.HeaderClassName
{
color: #BCBAB4;
}
.AnyTagClassName
{
color: #BCBAB4;
}
</style>
background-color css
<style>
a { background-color: #BCBAB4; }
a { background-color: rgb(188,186,180); }
div.DivClassName
{
background-color: #BCBAB4;
}
.BgClassName
{
background-color: #BCBAB4;
}
</style>
border-color css
<style>
span { border-color: #BCBAB4; }
span { border-color: rgb(188,186,180); }
td.TdClassName
{
border-color: #BCBAB4;
}
.TagClassName
{
border-color: #BCBAB4;
}
</style>