#BFBCB2

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

Shades of Grey Nickel #BFBCB2

Tints of Grey Nickel #BFBCB2

Color information

#BFBCB2 (or 0xBFBCB2) is unknown color: approx Grey Nickel. HEX triplet: BF, BC and B2. RGB value is (191,188,178). Sum of RGB (Red+Green+Blue) = 191+188+178=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCB2 is #40434D. Grayscale: #BBBBBB. Windows color (decimal): -4211534 or 11713727. OLE color: 11713727.

HSL color Cylindrical-coordinate representation of color #BFBCB2: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBCB2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191188178-
CMYK00.020.070.25
HSL46.15º9.22%72.35%-
HSV(B)46.15º6.81%74.9%-
XYZ47.550.2649.32-
YUV187.76122.49130.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=34.29%
G=33.75%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118817800.020.070.2546.159.2272.35
HexBFBCB2027192e948
Octal277274262027315611110
Binary1011111110111100101100100101111100110111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCB2; }

 p { color: rgb(191,188,178); }

 H1.HeaderClassName
 {
   color: #BFBCB2;
 }
 .AnyTagClassName
 {
   color: #BFBCB2;
 }
</style>
background-color css

<style>
 a { background-color: #BFBCB2; }

 a { background-color: rgb(191,188,178); }

 div.DivClassName
 {
   background-color: #BFBCB2;
 }
 .BgClassName
 {
   background-color: #BFBCB2;
 }
</style>
border-color css

<style>
 span { border-color: #BFBCB2; }

 span { border-color: rgb(191,188,178); }

 td.TdClassName
 {
   border-color: #BFBCB2;
 }
 .TagClassName
 {
   border-color: #BFBCB2;
 }
</style>