#BFBCB1

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

Shades of Grey Nickel #BFBCB1

Tints of Grey Nickel #BFBCB1

Color information

#BFBCB1 (or 0xBFBCB1) is unknown color: approx Grey Nickel. HEX triplet: BF, BC and B1. RGB value is (191,188,177). Sum of RGB (Red+Green+Blue) = 191+188+177=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCB1 is #40434E. Grayscale: #BBBBBB. Windows color (decimal): -4211535 or 11648191. OLE color: 11648191.

HSL color Cylindrical-coordinate representation of color #BFBCB1: hue angle of 47.14º degrees, saturation: 0.1, 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 #BFBCB1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB191188177-
CMYK00.020.070.25
HSL47.14º9.86%72.16%-
HSV(B)47.14º7.33%74.9%-
XYZ47.450.2248.79-
YUV187.64121.99130.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=34.35%
G=33.81%
B=31.83%

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
Decimal19118817700.020.070.2547.149.8672.16
HexBFBCB1027192fa48
Octal277274261027315712110
Binary1011111110111100101100010101111100110111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCB1; }

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

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

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

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

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

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

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

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