COLOR #BCC29E

HEX: #BCC29E RGB: (188,194,158)

Color info

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

RGB color model

#BCC29E color RGB value is (188,194,158).

RGB: (188,194,158) (74%, 76%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 158 of 255 = 62%

188
194
158

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 158 = 540 (100%)
R 188 of 540 ~ 34.81%
G 194 of 540 ~ 35.93%
B 158 of 540 ~ 29.26'%

%34.81
%35.93
%29.26

CMYK color model

#BCC29E color CMYK value is (3,0,19,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%

CMYK: (3,0,19,24)
C3M0Y19K24 (3%, 0%, 19%, 24%)
(0.03 / 0.00 / 0.19 / 0.24)

CMYK percentages

%3.09
%0
%18.56
%23.92

Codes

Color #BCC29E in popluar color models

BC C2 9E
RGB 188 194 158
HSL 70° 22.78% 69.02%
HSB/HSV 70° 18.56% 76.08%
CMYK 3.09% 0.00% 18.56%
23.92%

Color #BCC29E in popluar number systems.

HEX BC C2 9E
Decimal 188 194 158
Binary 10111100 11000010 10011110
Octal 274 302 236

Shades and tints

Shades of #BCC29E

#BCC29E
(188,194,158)
#ABB190
(171,177,144)
#9AA082
(154,160,130)
#898F74
(137,143,116)
#787E66
(120,126,102)
#676D58
(103,109,88)
#565C4A
(86,92,74)
#454B3C
(69,75,60)
#343A2E
(52,58,46)
#232920
(35,41,32)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCC29E

#BCC29E
(188,194,158)
#C2C7A6
(194,199,166)
#C8CCAE
(200,204,174)
#CED1B6
(206,209,182)
#D4D6BE
(212,214,190)
#DADBC6
(218,219,198)
#E0E0CE
(224,224,206)
#E6E5D6
(230,229,214)
#ECEADE
(236,234,222)
#F2EFE6
(242,239,230)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC29E color. Also use rgb(188,194,158) instead hex code.

Text Font Color

.myTextColor { color: #BCC29E; }

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

This text font color is #BCC29E.

Background Color

.myBgColor { background-color: #BCC29E; }

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

This div background color is #BCC29E.

Border color

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

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

This div border color is #BCC29E.

Opacity

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

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

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

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

This text has shadow with #BCC29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC29E.

Preview

Color preview on black background

This text has color #BCC29E on black background.


Color preview on white background

This text has color #BCC29E on white background.


Black color preview on #BCC29E background

This text has black color on #BCC29E background.


White color preview on #BCC29E background

This text has white color on #BCC29E background.


Related colors

Complementary color

Complementary color for #hex is #433D61.


I love getcolorcode.com

Triadic colors

1 #9EBCC2 and #C29EBC with #BCC29E are triadic colors.

2 #9EC2BC and #C2BC9E with #BCC29E are triadic colors.