#BFBDAD

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

Shades of Grey Nickel #BFBDAD

Tints of Grey Nickel #BFBDAD

Color information

#BFBDAD (or 0xBFBDAD) is unknown color: approx Grey Nickel. HEX triplet: BF, BD and AD. RGB value is (191,189,173). Sum of RGB (Red+Green+Blue) = 191+189+173=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBDAD is #404252. Grayscale: #BBBBBB. Windows color (decimal): -4211283 or 11386303. OLE color: 11386303.

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

Color convert

RGB191189173-
CMYK00.010.090.25
HSL53.33º12.33%71.37%-
HSV(B)53.33º9.42%74.9%-
XYZ47.2350.4946.79-
YUV187.77119.66130.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=34.54%
G=34.18%
B=31.28%

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
Decimal19118917300.010.090.2553.3312.3371.37
HexBFBDAD0191935c47
Octal2772752550111316514107
Binary1011111110111101101011010110011100111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDAD; }

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

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

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

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

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

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

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

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