COLOR #BCBD97

HEX: #BCBD97 RGB: (188,189,151)

Color info

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

RGB color model

#BCBD97 color RGB value is (188,189,151).

RGB: (188,189,151) (74%, 74%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 151 of 255 = 59%

188
189
151

R + G + B ~ 69%. #BCBD97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 151 = 528 (100%)
R 188 of 528 ~ 35.61%
G 189 of 528 ~ 35.8%
B 151 of 528 ~ 28.6'%

%35.61
%35.8
%28.6

CMYK color model

#BCBD97 color CMYK value is (1,0,20,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 25.88%
CMYK: (1,0,20,26) C1M0Y20K26 (1%,0%,20%,26%) (0.01/0.00/0.20/0.26) 

CMYK percentages

%0.53
%0
%20.11
%25.88

Codes

Color #BCBD97 in popluar color models

BC BD 97
RGB 188 189 151
HSL 62° 22.35% 66.67%
HSB/HSV 62° 20.11% 74.12%
CMYK 0.53% 0.00% 20.11%
25.88%

Color #BCBD97 in popluar number systems.

HEX BC BD 97
Decimal 188 189 151
Binary 10111100 10111101 10010111
Octal 274 275 227

Shades and tints

Shades of #BCBD97

#BCBD97
(188,189,151)
#ABAC8A
(171,172,138)
#9A9B7D
(154,155,125)
#898A70
(137,138,112)
#787963
(120,121,99)
#676856
(103,104,86)
#565749
(86,87,73)
#45463C
(69,70,60)
#34352F
(52,53,47)
#232422
(35,36,34)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCBD97

#BCBD97
(188,189,151)
#C2C3A0
(194,195,160)
#C8C9A9
(200,201,169)
#CECFB2
(206,207,178)
#D4D5BB
(212,213,187)
#DADBC4
(218,219,196)
#E0E1CD
(224,225,205)
#E6E7D6
(230,231,214)
#ECEDDF
(236,237,223)
#F2F3E8
(242,243,232)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBD97; }

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

This text font color is #BCBD97.

Background Color

.myBgColor { background-color: #BCBD97; }

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

This div background color is #BCBD97.

Border color

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

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

This div border color is #BCBD97.

Opacity

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

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

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

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

This text has shadow with #BCBD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBD97.

Preview

Color preview on black background

This text has color #BCBD97 on black background.


Color preview on white background

This text has color #BCBD97 on white background.


Black color preview on #BCBD97 background

This text has black color on #BCBD97 background.


White color preview on #BCBD97 background

This text has white color on #BCBD97 background.


Related colors

Complementary color

Complementary color for #hex is #434268.


I love getcolorcode.com

Triadic colors

1 #97BCBD and #BD97BC with #BCBD97 are triadic colors.

2 #97BDBC and #BDBC97 with #BCBD97 are triadic colors.