COLOR #BCBAC5

HEX: #BCBAC5 RGB: (188,186,197)

Color info

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

RGB color model

#BCBAC5 color RGB value is (188,186,197).

RGB: (188,186,197) (74%, 73%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 186 of 255 = 73%
B 197 of 255 = 77%

188
186
197

R + G + B ~ 75%. #BCBAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 186 + 197 = 571 (100%)
R 188 of 571 ~ 32.92%
G 186 of 571 ~ 32.57%
B 197 of 571 ~ 34.5'%

%32.92
%32.57
%34.5

CMYK color model

#BCBAC5 color CMYK value is (5,6,0,23).

  • cyan value is 4.57%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (5,6,0,23)
C5M6Y0K23 (5%, 6%, 0%, 23%)
(0.05 / 0.06 / 0.00 / 0.23)

CMYK percentages

%4.57
%5.58
%0
%22.75

Codes

Color #BCBAC5 in popluar color models

BC BA C5
RGB 188 186 197
HSL 251° 8.66% 75.10%
HSB/HSV 251° 5.58% 77.25%
CMYK 4.57% 5.58% 0.00%
22.75%

Color #BCBAC5 in popluar number systems.

HEX BC BA C5
Decimal 188 186 197
Binary 10111100 10111010 11000101
Octal 274 272 305

Shades and tints

Shades of #BCBAC5

#BCBAC5
(188,186,197)
#ABAAB4
(171,170,180)
#9A9AA3
(154,154,163)
#898A92
(137,138,146)
#787A81
(120,122,129)
#676A70
(103,106,112)
#565A5F
(86,90,95)
#454A4E
(69,74,78)
#343A3D
(52,58,61)
#232A2C
(35,42,44)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #BCBAC5

#BCBAC5
(188,186,197)
#C2C0CA
(194,192,202)
#C8C6CF
(200,198,207)
#CECCD4
(206,204,212)
#D4D2D9
(212,210,217)
#DAD8DE
(218,216,222)
#E0DEE3
(224,222,227)
#E6E4E8
(230,228,232)
#ECEAED
(236,234,237)
#F2F0F2
(242,240,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBAC5; }

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

This text font color is #BCBAC5.

Background Color

.myBgColor { background-color: #BCBAC5; }

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

This div background color is #BCBAC5.

Border color

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

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

This div border color is #BCBAC5.

Opacity

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

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

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

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

This text has shadow with #BCBAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBAC5.

Preview

Color preview on black background

This text has color #BCBAC5 on black background.


Color preview on white background

This text has color #BCBAC5 on white background.


Black color preview on #BCBAC5 background

This text has black color on #BCBAC5 background.


White color preview on #BCBAC5 background

This text has white color on #BCBAC5 background.


Related colors

Complementary color

Complementary color for #hex is #43453A.


I love getcolorcode.com

Triadic colors

1 #C5BCBA and #BAC5BC with #BCBAC5 are triadic colors.

2 #C5BABC and #BABCC5 with #BCBAC5 are triadic colors.