#BCB9AE

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

Shades of Grey Nickel #BCB9AE

Tints of Grey Nickel #BCB9AE

Color information

#BCB9AE (or 0xBCB9AE) is unknown color: approx Grey Nickel. HEX triplet: BC, B9 and AE. RGB value is (188,185,174). Sum of RGB (Red+Green+Blue) = 188+185+174=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9AE is #434651. Grayscale: #B8B8B8. Windows color (decimal): -4408914 or 11450812. OLE color: 11450812.

HSL color Cylindrical-coordinate representation of color #BCB9AE: hue angle of 47.14º 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 #BCB9AE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188185174-
CMYK00.020.070.26
HSL47.14º9.46%70.98%-
HSV(B)47.14º7.45%73.73%-
XYZ45.7348.4546.99-
YUV184.64121.99130.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=34.37%
G=33.82%
B=31.81%

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
Decimal18818517400.020.070.2647.149.4670.98
HexBCB9AE0271A2f947
Octal274271256027325711107
Binary1011110010111001101011100101111101010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9AE; }

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

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

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

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

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

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

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

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