#BCB8AA

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

Shades of Grey Nickel #BCB8AA

Tints of Grey Nickel #BCB8AA

Color information

#BCB8AA (or 0xBCB8AA) is unknown color: approx Grey Nickel. HEX triplet: BC, B8 and AA. RGB value is (188,184,170). Sum of RGB (Red+Green+Blue) = 188+184+170=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AA is #434755. Grayscale: #B7B7B7. Windows color (decimal): -4409174 or 11188412. OLE color: 11188412.

HSL color Cylindrical-coordinate representation of color #BCB8AA: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB8AA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188184170-
CMYK00.020.100.26
HSL46.67º11.84%70.2%-
HSV(B)46.67º9.57%73.73%-
XYZ45.1447.8744.89-
YUV183.6120.33131.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=34.69%
G=33.95%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818417000.020.100.2646.6711.8470.2
HexBCB8AA02A1A2fc46
Octal2742702520212325714106
Binary10111100101110001010101001010101101010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8AA; }

 p { color: rgb(188,184,170); }

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

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

 a { background-color: rgb(188,184,170); }

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

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

 span { border-color: rgb(188,184,170); }

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