COLOR #BCB6BD

HEX: #BCB6BD RGB: (188,182,189)

Color info

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

RGB color model

#BCB6BD color RGB value is (188,182,189).

RGB: (188,182,189) (74%, 71%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 189 of 255 = 74%

188
182
189

R + G + B ~ 73%. #BCB6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 189 = 559 (100%)
R 188 of 559 ~ 33.63%
G 182 of 559 ~ 32.56%
B 189 of 559 ~ 33.81'%

%33.63
%32.56
%33.81

CMYK color model

#BCB6BD color CMYK value is (1,4,0,26).

  • cyan value is 0.53%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (1,4,0,26)
C1M4Y0K26 (1%, 4%, 0%, 26%)
(0.01 / 0.04 / 0.00 / 0.26)

CMYK percentages

%0.53
%3.7
%0
%25.88

Codes

Color #BCB6BD in popluar color models

BC B6 BD
RGB 188 182 189
HSL 291° 5.04% 72.75%
HSB/HSV 291° 3.70% 74.12%
CMYK 0.53% 3.70% 0.00%
25.88%

Color #BCB6BD in popluar number systems.

HEX BC B6 BD
Decimal 188 182 189
Binary 10111100 10110110 10111101
Octal 274 266 275

Shades and tints

Shades of #BCB6BD

#BCB6BD
(188,182,189)
#ABA6AC
(171,166,172)
#9A969B
(154,150,155)
#89868A
(137,134,138)
#787679
(120,118,121)
#676668
(103,102,104)
#565657
(86,86,87)
#454646
(69,70,70)
#343635
(52,54,53)
#232624
(35,38,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCB6BD

#BCB6BD
(188,182,189)
#C2BCC3
(194,188,195)
#C8C2C9
(200,194,201)
#CEC8CF
(206,200,207)
#D4CED5
(212,206,213)
#DAD4DB
(218,212,219)
#E0DAE1
(224,218,225)
#E6E0E7
(230,224,231)
#ECE6ED
(236,230,237)
#F2ECF3
(242,236,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6BD color. Also use rgb(188,182,189) instead hex code.

Text Font Color

.myTextColor { color: #BCB6BD; }

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

This text font color is #BCB6BD.

Background Color

.myBgColor { background-color: #BCB6BD; }

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

This div background color is #BCB6BD.

Border color

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

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

This div border color is #BCB6BD.

Opacity

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

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

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

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

This text has shadow with #BCB6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6BD.

Preview

Color preview on black background

This text has color #BCB6BD on black background.


Color preview on white background

This text has color #BCB6BD on white background.


Black color preview on #BCB6BD background

This text has black color on #BCB6BD background.


White color preview on #BCB6BD background

This text has white color on #BCB6BD background.


Related colors

Complementary color

Complementary color for #hex is #434942.


I love getcolorcode.com

Triadic colors

1 #BDBCB6 and #B6BDBC with #BCB6BD are triadic colors.

2 #BDB6BC and #B6BCBD with #BCB6BD are triadic colors.