#BCBAB2

Color #BCBAB2 Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BCBAB2

Tints of Grey Nickel #BCBAB2

Color information

#BCBAB2 (or 0xBCBAB2) is unknown color: approx 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

RGB188186178-
CMYK00.010.050.26
HSL48º6.94%71.76%-
HSV(B)48º5.32%73.73%-
XYZ46.3349.0249.14-
YUV185.69123.66129.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 178 (69.92% from 255) = 32.25%
R=34.06%
G=33.70%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818617800.010.050.26486.9471.76
HexBCBAB20151A30748
Octal27427226201532607110
Binary10111100101110101011001001101110101100001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>