#BCBAB3

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

Shades of Grey Nickel #BCBAB3

Tints of Grey Nickel #BCBAB3

Color information

#BCBAB3 (or 0xBCBAB3) is unknown color: approx Grey Nickel. HEX triplet: BC, BA and B3. RGB value is (188,186,179). Sum of RGB (Red+Green+Blue) = 188+186+179=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB3 is #43454C. Grayscale: #B9B9B9. Windows color (decimal): -4408653 or 11778748. OLE color: 11778748.

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

Color convert

RGB188186179-
CMYK00.010.050.26
HSL46.67º6.29%71.96%-
HSV(B)46.67º4.79%73.73%-
XYZ46.4349.0649.67-
YUV185.8124.16129.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=34.00%
G=33.63%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818617900.010.050.2646.676.2971.96
HexBCBAB30151A2f648
Octal27427226301532576110
Binary10111100101110101011001101101110101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB3; }

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

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

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

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

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

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

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

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