#BFBBAF

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

Shades of Grey Nickel #BFBBAF

Tints of Grey Nickel #BFBBAF

Color information

#BFBBAF (or 0xBFBBAF) is unknown color: approx Grey Nickel. HEX triplet: BF, BB and AF. RGB value is (191,187,175). Sum of RGB (Red+Green+Blue) = 191+187+175=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBAF is #404450. Grayscale: #BABABA. Windows color (decimal): -4211793 or 11516863. OLE color: 11516863.

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

Color convert

RGB191187175-
CMYK00.020.080.25
HSL45º11.11%71.76%-
HSV(B)45º8.38%74.9%-
XYZ46.9949.7147.68-
YUV186.83121.33130.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=34.54%
G=33.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118717500.020.080.254511.1171.76
HexBFBBAF028192db48
Octal2772732570210315513110
Binary10111111101110111010111101010001100110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBAF; }

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

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

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

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

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

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

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

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