COLOR #BCBAC0

HEX: #BCBAC0 RGB: (188,186,192)

Color info

#BCBAC0 contains red, green and blue colors in about the same proportion. Web safe color of #BCBAC0 is #CCCCCC (or #CCC).

RGB color model

#BCBAC0 color RGB value is (188,186,192).

RGB: (188,186,192) (74%, 73%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 192 of 255 = 75%

188
186
192

R + G + B ~ 74%. #BCBAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 192 = 566 (100%)
R 188 of 566 ~ 33.22%
G 186 of 566 ~ 32.86%
B 192 of 566 ~ 33.92'%

%33.22
%32.86
%33.92

CMYK color model

#BCBAC0 color CMYK value is (2,3,0,25).

  • cyan value is 2.08%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (2,3,0,25)
C2M3Y0K25 (2%, 3%, 0%, 25%)
(0.02 / 0.03 / 0.00 / 0.25)

CMYK percentages

%2.08
%3.13
%0
%24.71

Codes

Color #BCBAC0 in popluar color models

BC BA C0
RGB 188 186 192
HSL 260° 4.55% 74.12%
HSB/HSV 260° 3.13% 75.29%
CMYK 2.08% 3.13% 0.00%
24.71%

Color #BCBAC0 in popluar number systems.

HEX BC BA C0
Decimal 188 186 192
Binary 10111100 10111010 11000000
Octal 274 272 300

Shades and tints

Shades of #BCBAC0

#BCBAC0
(188,186,192)
#ABAAAF
(171,170,175)
#9A9A9E
(154,154,158)
#898A8D
(137,138,141)
#787A7C
(120,122,124)
#676A6B
(103,106,107)
#565A5A
(86,90,90)
#454A49
(69,74,73)
#343A38
(52,58,56)
#232A27
(35,42,39)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #BCBAC0

#BCBAC0
(188,186,192)
#C2C0C5
(194,192,197)
#C8C6CA
(200,198,202)
#CECCCF
(206,204,207)
#D4D2D4
(212,210,212)
#DAD8D9
(218,216,217)
#E0DEDE
(224,222,222)
#E6E4E3
(230,228,227)
#ECEAE8
(236,234,232)
#F2F0ED
(242,240,237)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBAC0 color. Also use rgb(188,186,192) instead hex code.

Text Font Color

.myTextColor { color: #BCBAC0; }

<p style="color:#BCBAC0">This sample text font color is #BCBAC0.</p>

This text font color is #BCBAC0.

Background Color

.myBgColor { background-color: #BCBAC0; }

<div style="background-color:#BCBAC0">Inner text</div>

This div background color is #BCBAC0.

Border color

.myBorderColor { border: 1px solid #BCBAC0; }

<div style="border:3px solid #BCBAC0">Div</div>

This div border color is #BCBAC0.

Opacity

.myOpacity80 { color: #BCBAC0; opacity: 0.8; }

<p style="color:#BCBAC0;opacity:0.8;">80%</p>

Text with #BCBAC0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCBAC0;}

<p style="text-shadow: 3px 3px 1px #BCBAC0">Text here.</p>

This text has shadow with #BCBAC0 color.


.textShadow {text-shadow: 3px 3px 1px #BCBAC0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCBAC0, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCBAC0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCBAC0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCBAC0, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCBAC0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCBAC0;
-webkit-box-shadow: 1px 1px 3px 2px #BCBAC0;
box-shadow: 1px 1px 3px 2px #BCBAC0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCBAC0; -webkit-box-shadow: 1px 1px 3px 2px #BCBAC0; box-shadow:1px 1px 3px 2px #BCBAC0;">
Div content here
</div>

This div box has shadow with color #BCBAC0.

Preview

Color preview on black background

This text has color #BCBAC0 on black background.


Color preview on white background

This text has color #BCBAC0 on white background.


Black color preview on #BCBAC0 background

This text has black color on #BCBAC0 background.


White color preview on #BCBAC0 background

This text has white color on #BCBAC0 background.


Related colors

Complementary color

Complementary color for #hex is #43453F.


I love getcolorcode.com

Triadic colors

1 #C0BCBA and #BAC0BC with #BCBAC0 are triadic colors.

2 #C0BABC and #BABCC0 with #BCBAC0 are triadic colors.