#BFBBAC

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

Shades of Grey Nickel #BFBBAC

Tints of Grey Nickel #BFBBAC

Color information

#BFBBAC (or 0xBFBBAC) is unknown color: approx Grey Nickel. HEX triplet: BF, BB and AC. RGB value is (191,187,172). Sum of RGB (Red+Green+Blue) = 191+187+172=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBAC is #404453. Grayscale: #BABABA. Windows color (decimal): -4211796 or 11320255. OLE color: 11320255.

HSL color Cylindrical-coordinate representation of color #BFBBAC: hue angle of 47.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBBAC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191187172-
CMYK00.020.100.25
HSL47.37º12.93%71.18%-
HSV(B)47.37º9.95%74.9%-
XYZ46.749.646.14-
YUV186.49119.83131.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=34.73%
G=34%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118717200.020.100.2547.3712.9371.18
HexBFBBAC02A192fd47
Octal2772732540212315715107
Binary10111111101110111010110001010101100110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBAC; }

 p { color: rgb(191,187,172); }

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

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

 a { background-color: rgb(191,187,172); }

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

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

 span { border-color: rgb(191,187,172); }

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