COLOR #BCBAC3

HEX: #BCBAC3 RGB: (188,186,195)

Color info

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

RGB color model

#BCBAC3 color RGB value is (188,186,195).

RGB: (188,186,195) (74%, 73%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 195 of 255 = 76%

188
186
195

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

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 195 = 569 (100%)
R 188 of 569 ~ 33.04%
G 186 of 569 ~ 32.69%
B 195 of 569 ~ 34.27'%

%33.04
%32.69
%34.27

CMYK color model

#BCBAC3 color CMYK value is (4,5,0,24).

  • cyan value is 3.59%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (4,5,0,24) C4M5Y0K24 (4%,5%,0%,24%) (0.04/0.05/0.00/0.24) 

CMYK percentages

%3.59
%4.62
%0
%23.53

Codes

Color #BCBAC3 in popluar color models

BC BA C3
RGB 188 186 195
HSL 253° 6.98% 74.71%
HSB/HSV 253° 4.62% 76.47%
CMYK 3.59% 4.62% 0.00%
23.53%

Color #BCBAC3 in popluar number systems.

HEX BC BA C3
Decimal 188 186 195
Binary 10111100 10111010 11000011
Octal 274 272 303

Shades and tints

Shades of #BCBAC3

#BCBAC3
(188,186,195)
#ABAAB2
(171,170,178)
#9A9AA1
(154,154,161)
#898A90
(137,138,144)
#787A7F
(120,122,127)
#676A6E
(103,106,110)
#565A5D
(86,90,93)
#454A4C
(69,74,76)
#343A3B
(52,58,59)
#232A2A
(35,42,42)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCBAC3

#BCBAC3
(188,186,195)
#C2C0C8
(194,192,200)
#C8C6CD
(200,198,205)
#CECCD2
(206,204,210)
#D4D2D7
(212,210,215)
#DAD8DC
(218,216,220)
#E0DEE1
(224,222,225)
#E6E4E6
(230,228,230)
#ECEAEB
(236,234,235)
#F2F0F0
(242,240,240)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAC3; }

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

This text font color is #BCBAC3.

Background Color

.myBgColor { background-color: #BCBAC3; }

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

This div background color is #BCBAC3.

Border color

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

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

This div border color is #BCBAC3.

Opacity

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

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

Text with #BCBAC3 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 #BCBAC3;}

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

This text has shadow with #BCBAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAC3.

Preview

Color preview on black background

This text has color #BCBAC3 on black background.


Color preview on white background

This text has color #BCBAC3 on white background.


Black color preview on #BCBAC3 background

This text has black color on #BCBAC3 background.


White color preview on #BCBAC3 background

This text has white color on #BCBAC3 background.


Related colors

Complementary color

Complementary color for #hex is #43453C.


I love getcolorcode.com

Triadic colors

1 #C3BCBA and #BAC3BC with #BCBAC3 are triadic colors.

2 #C3BABC and #BABCC3 with #BCBAC3 are triadic colors.