COLOR #BCBDA8

HEX: #BCBDA8 RGB: (188,189,168)

Color info

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

RGB color model

#BCBDA8 color RGB value is (188,189,168).

RGB: (188,189,168) (74%, 74%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 168 of 255 = 66%

188
189
168

R + G + B ~ 71%. #BCBDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 168 = 545 (100%)
R 188 of 545 ~ 34.5%
G 189 of 545 ~ 34.68%
B 168 of 545 ~ 30.83'%

%34.5
%34.68
%30.83

CMYK color model

#BCBDA8 color CMYK value is (1,0,11,26).

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

CMYK: (1,0,11,26)
C1M0Y11K26 (1%, 0%, 11%, 26%)
(0.01 / 0.00 / 0.11 / 0.26)

CMYK percentages

%0.53
%0
%11.11
%25.88

Codes

Color #BCBDA8 in popluar color models

BC BD A8
RGB 188 189 168
HSL 63° 13.73% 70.00%
HSB/HSV 63° 11.11% 74.12%
CMYK 0.53% 0.00% 11.11%
25.88%

Color #BCBDA8 in popluar number systems.

HEX BC BD A8
Decimal 188 189 168
Binary 10111100 10111101 10101000
Octal 274 275 250

Shades and tints

Shades of #BCBDA8

#BCBDA8
(188,189,168)
#ABAC99
(171,172,153)
#9A9B8A
(154,155,138)
#898A7B
(137,138,123)
#78796C
(120,121,108)
#67685D
(103,104,93)
#56574E
(86,87,78)
#45463F
(69,70,63)
#343530
(52,53,48)
#232421
(35,36,33)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BCBDA8

#BCBDA8
(188,189,168)
#C2C3AF
(194,195,175)
#C8C9B6
(200,201,182)
#CECFBD
(206,207,189)
#D4D5C4
(212,213,196)
#DADBCB
(218,219,203)
#E0E1D2
(224,225,210)
#E6E7D9
(230,231,217)
#ECEDE0
(236,237,224)
#F2F3E7
(242,243,231)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDA8; }

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

This text font color is #BCBDA8.

Background Color

.myBgColor { background-color: #BCBDA8; }

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

This div background color is #BCBDA8.

Border color

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

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

This div border color is #BCBDA8.

Opacity

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

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

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

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

This text has shadow with #BCBDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDA8.

Preview

Color preview on black background

This text has color #BCBDA8 on black background.


Color preview on white background

This text has color #BCBDA8 on white background.


Black color preview on #BCBDA8 background

This text has black color on #BCBDA8 background.


White color preview on #BCBDA8 background

This text has white color on #BCBDA8 background.


Related colors

Complementary color

Complementary color for #hex is #434257.


I love getcolorcode.com

Triadic colors

1 #A8BCBD and #BDA8BC with #BCBDA8 are triadic colors.

2 #A8BDBC and #BDBCA8 with #BCBDA8 are triadic colors.