COLOR #BCBDB3

HEX: #BCBDB3 RGB: (188,189,179)

Color info

#BCBDB3 contains red, green and blue colors in about the same proportion. Web safe color of #BCBDB3 is #CCCC99 (or #CC9).

RGB color model

#BCBDB3 color RGB value is (188,189,179).

RGB: (188,189,179) (74%, 74%, 70%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 179 of 255 = 70%

188
189
179

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 179 = 556 (100%)
R 188 of 556 ~ 33.81%
G 189 of 556 ~ 33.99%
B 179 of 556 ~ 32.19'%

%33.81
%33.99
%32.19

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • 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
%5.29
%25.88

Codes

Color #BCBDB3 in popluar color models

BC BD B3
RGB 188 189 179
HSL 66° 7.04% 72.16%
HSB/HSV 66° 5.29% 74.12%
CMYK 0.53% 0.00% 5.29%
25.88%

Color #BCBDB3 in popluar number systems.

HEX BC BD B3
Decimal 188 189 179
Binary 10111100 10111101 10110011
Octal 274 275 263

Shades and tints

Shades of #BCBDB3

#BCBDB3
(188,189,179)
#ABACA3
(171,172,163)
#9A9B93
(154,155,147)
#898A83
(137,138,131)
#787973
(120,121,115)
#676863
(103,104,99)
#565753
(86,87,83)
#454643
(69,70,67)
#343533
(52,53,51)
#232423
(35,36,35)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCBDB3

#BCBDB3
(188,189,179)
#C2C3B9
(194,195,185)
#C8C9BF
(200,201,191)
#CECFC5
(206,207,197)
#D4D5CB
(212,213,203)
#DADBD1
(218,219,209)
#E0E1D7
(224,225,215)
#E6E7DD
(230,231,221)
#ECEDE3
(236,237,227)
#F2F3E9
(242,243,233)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDB3; }

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

This text font color is #BCBDB3.

Background Color

.myBgColor { background-color: #BCBDB3; }

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

This div background color is #BCBDB3.

Border color

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

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

This div border color is #BCBDB3.

Opacity

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

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

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

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

This text has shadow with #BCBDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDB3.

Preview

Color preview on black background

This text has color #BCBDB3 on black background.


Color preview on white background

This text has color #BCBDB3 on white background.


Black color preview on #BCBDB3 background

This text has black color on #BCBDB3 background.


White color preview on #BCBDB3 background

This text has white color on #BCBDB3 background.


Related colors

Complementary color

Complementary color for #hex is #43424C.


I love getcolorcode.com

Triadic colors

1 #B3BCBD and #BDB3BC with #BCBDB3 are triadic colors.

2 #B3BDBC and #BDBCB3 with #BCBDB3 are triadic colors.