COLOR #BCBDB4

HEX: #BCBDB4 RGB: (188,189,180)

Color info

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

RGB color model

#BCBDB4 color RGB value is (188,189,180).

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

RGB channels and saturation

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

188
189
180

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 180 = 557 (100%)
R 188 of 557 ~ 33.75%
G 189 of 557 ~ 33.93%
B 180 of 557 ~ 32.32'%

%33.75
%33.93
%32.32

CMYK color model

#BCBDB4 color CMYK value is (1,0,5,26).

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

CMYK: (1,0,5,26)
C1M0Y5K26 (1%, 0%, 5%, 26%)
(0.01 / 0.00 / 0.05 / 0.26)

CMYK percentages

%0.53
%0
%4.76
%25.88

Codes

Color #BCBDB4 in popluar color models

BC BD B4
RGB 188 189 180
HSL 67° 6.38% 72.35%
HSB/HSV 67° 4.76% 74.12%
CMYK 0.53% 0.00% 4.76%
25.88%

Color #BCBDB4 in popluar number systems.

HEX BC BD B4
Decimal 188 189 180
Binary 10111100 10111101 10110100
Octal 274 275 264

Shades and tints

Shades of #BCBDB4

#BCBDB4
(188,189,180)
#ABACA4
(171,172,164)
#9A9B94
(154,155,148)
#898A84
(137,138,132)
#787974
(120,121,116)
#676864
(103,104,100)
#565754
(86,87,84)
#454644
(69,70,68)
#343534
(52,53,52)
#232424
(35,36,36)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCBDB4

#BCBDB4
(188,189,180)
#C2C3BA
(194,195,186)
#C8C9C0
(200,201,192)
#CECFC6
(206,207,198)
#D4D5CC
(212,213,204)
#DADBD2
(218,219,210)
#E0E1D8
(224,225,216)
#E6E7DE
(230,231,222)
#ECEDE4
(236,237,228)
#F2F3EA
(242,243,234)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDB4; }

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

This text font color is #BCBDB4.

Background Color

.myBgColor { background-color: #BCBDB4; }

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

This div background color is #BCBDB4.

Border color

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

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

This div border color is #BCBDB4.

Opacity

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

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

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

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

This text has shadow with #BCBDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDB4.

Preview

Color preview on black background

This text has color #BCBDB4 on black background.


Color preview on white background

This text has color #BCBDB4 on white background.


Black color preview on #BCBDB4 background

This text has black color on #BCBDB4 background.


White color preview on #BCBDB4 background

This text has white color on #BCBDB4 background.


Related colors

Complementary color

Complementary color for #hex is #43424B.


I love getcolorcode.com

Triadic colors

1 #B4BCBD and #BDB4BC with #BCBDB4 are triadic colors.

2 #B4BDBC and #BDBCB4 with #BCBDB4 are triadic colors.