#BCB9AF

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

Shades of Grey Nickel #BCB9AF

Tints of Grey Nickel #BCB9AF

Color information

#BCB9AF (or 0xBCB9AF) is unknown color: approx Grey Nickel. HEX triplet: BC, B9 and AF. RGB value is (188,185,175). Sum of RGB (Red+Green+Blue) = 188+185+175=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AF is #434650. Grayscale: #B8B8B8. Windows color (decimal): -4408913 or 11516348. OLE color: 11516348.

HSL color Cylindrical-coordinate representation of color #BCB9AF: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB9AF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188185175-
CMYK00.020.070.26
HSL46.15º8.84%71.18%-
HSV(B)46.15º6.91%73.73%-
XYZ45.8348.4847.5-
YUV184.76122.49130.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=34.31%
G=33.76%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818517500.020.070.2646.158.8471.18
HexBCB9AF0271A2e947
Octal274271257027325611107
Binary1011110010111001101011110101111101010111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AF; }

 p { color: rgb(188,185,175); }

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

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

 a { background-color: rgb(188,185,175); }

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

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

 span { border-color: rgb(188,185,175); }

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