Shades of Grey Nickel #BCBAB2
Tints of Grey Nickel #BCBAB2
RGB
CMYK
RGB Variations
Color information
#BCBAB2 (or 0xBCBAB2) is known color: Grey Nickel. HEX triplet: BC, BA and B2. RGB value is (188,186,178). Sum of RGB (Red+Green+Blue) = 188+186+178=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAB2 is #43454D. Grayscale: #B9B9B9. Windows color (decimal): -4408654 or 11713212. OLE color: 11713212.
HSL color Cylindrical-coordinate representation of color #BCBAB2: hue angle of 48º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 178 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.26 |
| HSL | 48º | 0.07% | 0.72% | - |
| HSV(B) | 48º | 0.05% | 0.74% | - |
| XYZ | 46.33 | 49.02 | 49.14 | - |
| YUV | 185.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 178 | 0 | 0.01 | 0.05 | 0.26 | 48 | 0.07 | 0.72 |
| Hex | BC | BA | B2 | 0 | 1 | 5 | 1A | 30 | 7 | 48 |
| Octal | 274 | 272 | 262 | 0 | 1 | 5 | 32 | 60 | 7 | 110 |
| Binary | 10111100 | 10111010 | 10110010 | 0 | 1 | 101 | 11010 | 110000 | 111 | 1001000 |
Color Harmonies of #BCBAB2
Complementary color
Monochromatic Colors of #BCBAB2
Black with #BCBAB2
Text Example
Text Example
White with #BCBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB2; }
p { color: rgb(188,186,178); }
H1.HeaderClassName
{
color: #BCBAB2;
}
.AnyTagClassName
{
color: #BCBAB2;
}
</style>
background-color css
<style>
a { background-color: #BCBAB2; }
a { background-color: rgb(188,186,178); }
div.DivClassName
{
background-color: #BCBAB2;
}
.BgClassName
{
background-color: #BCBAB2;
}
</style>
border-color css
<style>
span { border-color: #BCBAB2; }
span { border-color: rgb(188,186,178); }
td.TdClassName
{
border-color: #BCBAB2;
}
.TagClassName
{
border-color: #BCBAB2;
}
</style>