COLOR #BCC29B

HEX: #BCC29B RGB: (188,194,155)

Color info

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

RGB color model

#BCC29B color RGB value is (188,194,155).

RGB: (188,194,155) (74%, 76%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 155 of 255 = 61%

188
194
155

R + G + B ~ 70%. #BCC29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 155 = 537 (100%)
R 188 of 537 ~ 35.01%
G 194 of 537 ~ 36.13%
B 155 of 537 ~ 28.86'%

%35.01
%36.13
%28.86

CMYK color model

#BCC29B color CMYK value is (3,0,20,24).

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

CMYK: (3,0,20,24)
C3M0Y20K24 (3%, 0%, 20%, 24%)
(0.03 / 0.00 / 0.20 / 0.24)

CMYK percentages

%3.09
%0
%20.1
%23.92

Codes

Color #BCC29B in popluar color models

BC C2 9B
RGB 188 194 155
HSL 69° 24.22% 68.43%
HSB/HSV 69° 20.10% 76.08%
CMYK 3.09% 0.00% 20.10%
23.92%

Color #BCC29B in popluar number systems.

HEX BC C2 9B
Decimal 188 194 155
Binary 10111100 11000010 10011011
Octal 274 302 233

Shades and tints

Shades of #BCC29B

#BCC29B
(188,194,155)
#ABB18D
(171,177,141)
#9AA07F
(154,160,127)
#898F71
(137,143,113)
#787E63
(120,126,99)
#676D55
(103,109,85)
#565C47
(86,92,71)
#454B39
(69,75,57)
#343A2B
(52,58,43)
#23291D
(35,41,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #BCC29B

#BCC29B
(188,194,155)
#C2C7A4
(194,199,164)
#C8CCAD
(200,204,173)
#CED1B6
(206,209,182)
#D4D6BF
(212,214,191)
#DADBC8
(218,219,200)
#E0E0D1
(224,224,209)
#E6E5DA
(230,229,218)
#ECEAE3
(236,234,227)
#F2EFEC
(242,239,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC29B; }

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

This text font color is #BCC29B.

Background Color

.myBgColor { background-color: #BCC29B; }

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

This div background color is #BCC29B.

Border color

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

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

This div border color is #BCC29B.

Opacity

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

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

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

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

This text has shadow with #BCC29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC29B.

Preview

Color preview on black background

This text has color #BCC29B on black background.


Color preview on white background

This text has color #BCC29B on white background.


Black color preview on #BCC29B background

This text has black color on #BCC29B background.


White color preview on #BCC29B background

This text has white color on #BCC29B background.


Related colors

Complementary color

Complementary color for #hex is #433D64.


I love getcolorcode.com

Triadic colors

1 #9BBCC2 and #C29BBC with #BCC29B are triadic colors.

2 #9BC2BC and #C2BC9B with #BCC29B are triadic colors.