#BCBAB4

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

Shades of Grey Nickel #BCBAB4

Tints of Grey Nickel #BCBAB4

Color information

#BCBAB4 (or 0xBCBAB4) is unknown color: approx Grey Nickel. HEX triplet: BC, BA and B4. RGB value is (188,186,180). Sum of RGB (Red+Green+Blue) = 188+186+180=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB4 is #43454B. Grayscale: #B9B9B9. Windows color (decimal): -4408652 or 11844284. OLE color: 11844284.

HSL color Cylindrical-coordinate representation of color #BCBAB4: hue angle of 45º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188186180-
CMYK00.010.040.26
HSL45º5.63%72.16%-
HSV(B)45º4.26%73.73%-
XYZ46.5449.150.21-
YUV185.91124.66129.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=33.94%
G=33.57%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818618000.010.040.26455.6372.16
HexBCBAB40141A2d648
Octal27427226401432556110
Binary10111100101110101011010001100110101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB4; }

 p { color: rgb(188,186,180); }

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

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

 a { background-color: rgb(188,186,180); }

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

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

 span { border-color: rgb(188,186,180); }

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