#BFBCAE

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

Shades of Grey Nickel #BFBCAE

Tints of Grey Nickel #BFBCAE

Color information

#BFBCAE (or 0xBFBCAE) is unknown color: approx Grey Nickel. HEX triplet: BF, BC and AE. RGB value is (191,188,174). Sum of RGB (Red+Green+Blue) = 191+188+174=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAE is #404351. Grayscale: #BBBBBB. Windows color (decimal): -4211538 or 11451583. OLE color: 11451583.

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

Color convert

RGB191188174-
CMYK00.020.090.25
HSL49.41º11.72%71.57%-
HSV(B)49.41º8.9%74.9%-
XYZ47.1150.147.23-
YUV187.3120.49130.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=34.54%
G=34.00%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118817400.020.090.2549.4111.7271.57
HexBFBCAE0291931c48
Octal2772742560211316114110
Binary10111111101111001010111001010011100111000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCAE; }

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

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

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

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

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

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

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

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