COLOR #BCC28E

HEX: #BCC28E RGB: (188,194,142)

Color info

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

RGB color model

#BCC28E color RGB value is (188,194,142).

RGB: (188,194,142) (74%, 76%, 56%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 142 of 255 = 56%

188
194
142

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 142 = 524 (100%)
R 188 of 524 ~ 35.88%
G 194 of 524 ~ 37.02%
B 142 of 524 ~ 27.1'%

%35.88
%37.02
%27.1

CMYK color model

#BCC28E color CMYK value is (3,0,27,24).

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

CMYK: (3,0,27,24)
C3M0Y27K24 (3%, 0%, 27%, 24%)
(0.03 / 0.00 / 0.27 / 0.24)

CMYK percentages

%3.09
%0
%26.8
%23.92

Codes

Color #BCC28E in popluar color models

BC C2 8E
RGB 188 194 142
HSL 67° 29.89% 65.88%
HSB/HSV 67° 26.80% 76.08%
CMYK 3.09% 0.00% 26.80%
23.92%

Color #BCC28E in popluar number systems.

HEX BC C2 8E
Decimal 188 194 142
Binary 10111100 11000010 10001110
Octal 274 302 216

Shades and tints

Shades of #BCC28E

#BCC28E
(188,194,142)
#ABB182
(171,177,130)
#9AA076
(154,160,118)
#898F6A
(137,143,106)
#787E5E
(120,126,94)
#676D52
(103,109,82)
#565C46
(86,92,70)
#454B3A
(69,75,58)
#343A2E
(52,58,46)
#232922
(35,41,34)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #BCC28E

#BCC28E
(188,194,142)
#C2C798
(194,199,152)
#C8CCA2
(200,204,162)
#CED1AC
(206,209,172)
#D4D6B6
(212,214,182)
#DADBC0
(218,219,192)
#E0E0CA
(224,224,202)
#E6E5D4
(230,229,212)
#ECEADE
(236,234,222)
#F2EFE8
(242,239,232)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC28E; }

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

This text font color is #BCC28E.

Background Color

.myBgColor { background-color: #BCC28E; }

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

This div background color is #BCC28E.

Border color

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

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

This div border color is #BCC28E.

Opacity

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

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

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

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

This text has shadow with #BCC28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC28E.

Preview

Color preview on black background

This text has color #BCC28E on black background.


Color preview on white background

This text has color #BCC28E on white background.


Black color preview on #BCC28E background

This text has black color on #BCC28E background.


White color preview on #BCC28E background

This text has white color on #BCC28E background.


Related colors

Complementary color

Complementary color for #hex is #433D71.


I love getcolorcode.com

Triadic colors

1 #8EBCC2 and #C28EBC with #BCC28E are triadic colors.

2 #8EC2BC and #C2BC8E with #BCC28E are triadic colors.