#BFBDAE

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

Shades of Grey Nickel #BFBDAE

Tints of Grey Nickel #BFBDAE

Color information

#BFBDAE (or 0xBFBDAE) is unknown color: approx Grey Nickel. HEX triplet: BF, BD and AE. RGB value is (191,189,174). Sum of RGB (Red+Green+Blue) = 191+189+174=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAE is #404251. Grayscale: #BBBBBB. Windows color (decimal): -4211282 or 11451839. OLE color: 11451839.

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

Color convert

RGB191189174-
CMYK00.010.090.25
HSL52.94º11.72%71.57%-
HSV(B)52.94º8.9%74.9%-
XYZ47.3250.5347.3-
YUV187.89120.16130.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=34.48%
G=34.12%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118917400.010.090.2552.9411.7271.57
HexBFBDAE0191935c48
Octal2772752560111316514110
Binary1011111110111101101011100110011100111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDAE; }

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

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

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

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

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

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

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

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