#BFBCAC

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

Shades of Grey Nickel #BFBCAC

Tints of Grey Nickel #BFBCAC

Color information

#BFBCAC (or 0xBFBCAC) is unknown color: approx Grey Nickel. HEX triplet: BF, BC and AC. RGB value is (191,188,172). Sum of RGB (Red+Green+Blue) = 191+188+172=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAC is #404353. Grayscale: #BBBBBB. Windows color (decimal): -4211540 or 11320511. OLE color: 11320511.

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

Color convert

RGB191188172-
CMYK00.020.100.25
HSL50.53º12.93%71.18%-
HSV(B)50.53º9.95%74.9%-
XYZ46.9250.0246.21-
YUV187.07119.49130.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=34.66%
G=34.12%
B=31.22%

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
Decimal19118817200.020.100.2550.5312.9371.18
HexBFBCAC02A1933d47
Octal2772742540212316315107
Binary10111111101111001010110001010101100111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCAC; }

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

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

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

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

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

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

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

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