COLOR #BCE79C

HEX: #BCE79C RGB: (188,231,156)

Color info

#BCE79C contains mainly red and green colors. Web safe color of #BCE79C is #CCFF99 (or #CF9).

RGB color model

#BCE79C color RGB value is (188,231,156).

RGB: (188,231,156) (74%, 91%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 231 of 255 = 91%
B 156 of 255 = 61%

188
231
156

R + G + B ~ 75%. #BCE79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 231 + 156 = 575 (100%)
R 188 of 575 ~ 32.7%
G 231 of 575 ~ 40.17%
B 156 of 575 ~ 27.13'%

%32.7
%40.17
%27.13

CMYK color model

#BCE79C color CMYK value is (19,0,32,9).

  • cyan value is 18.61%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 9.41%

CMYK: (19,0,32,9)
C19M0Y32K9 (19%, 0%, 32%, 9%)
(0.19 / 0.00 / 0.32 / 0.09)

CMYK percentages

%18.61
%0
%32.47
%9.41

Codes

Color #BCE79C in popluar color models

BC E7 9C
RGB 188 231 156
HSL 94° 60.98% 75.88%
HSB/HSV 94° 32.47% 90.59%
CMYK 18.61% 0.00% 32.47%
9.41%

Color #BCE79C in popluar number systems.

HEX BC E7 9C
Decimal 188 231 156
Binary 10111100 11100111 10011100
Octal 274 347 234

Shades and tints

Shades of #BCE79C

#BCE79C
(188,231,156)
#ABD28E
(171,210,142)
#9ABD80
(154,189,128)
#89A872
(137,168,114)
#789364
(120,147,100)
#677E56
(103,126,86)
#566948
(86,105,72)
#45543A
(69,84,58)
#343F2C
(52,63,44)
#232A1E
(35,42,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCE79C

#BCE79C
(188,231,156)
#C2E9A5
(194,233,165)
#C8EBAE
(200,235,174)
#CEEDB7
(206,237,183)
#D4EFC0
(212,239,192)
#DAF1C9
(218,241,201)
#E0F3D2
(224,243,210)
#E6F5DB
(230,245,219)
#ECF7E4
(236,247,228)
#F2F9ED
(242,249,237)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE79C color. Also use rgb(188,231,156) instead hex code.

Text Font Color

.myTextColor { color: #BCE79C; }

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

This text font color is #BCE79C.

Background Color

.myBgColor { background-color: #BCE79C; }

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

This div background color is #BCE79C.

Border color

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

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

This div border color is #BCE79C.

Opacity

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

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

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

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

This text has shadow with #BCE79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE79C.

Preview

Color preview on black background

This text has color #BCE79C on black background.


Color preview on white background

This text has color #BCE79C on white background.


Black color preview on #BCE79C background

This text has black color on #BCE79C background.


White color preview on #BCE79C background

This text has white color on #BCE79C background.


Related colors

Complementary color

Complementary color for #hex is #431863.


I love getcolorcode.com

Triadic colors

1 #9CBCE7 and #E79CBC with #BCE79C are triadic colors.

2 #9CE7BC and #E7BC9C with #BCE79C are triadic colors.