COLOR #BCD79B

HEX: #BCD79B RGB: (188,215,155)

Color info

#BCD79B contains mainly red and green colors. Web safe color of #BCD79B is #CCCC99 (or #CC9).

RGB color model

#BCD79B color RGB value is (188,215,155).

RGB: (188,215,155) (74%, 84%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 155 of 255 = 61%

188
215
155

R + G + B ~ 73%. #BCD79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 215 + 155 = 558 (100%)
R 188 of 558 ~ 33.69%
G 215 of 558 ~ 38.53%
B 155 of 558 ~ 27.78'%

%33.69
%38.53
%27.78

CMYK color model

#BCD79B color CMYK value is (13,0,28,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 15.69%

CMYK: (13,0,28,16)
C13M0Y28K16 (13%, 0%, 28%, 16%)
(0.13 / 0.00 / 0.28 / 0.16)

CMYK percentages

%12.56
%0
%27.91
%15.69

Codes

Color #BCD79B in popluar color models

BC D7 9B
RGB 188 215 155
HSL 87° 42.86% 72.55%
HSB/HSV 87° 27.91% 84.31%
CMYK 12.56% 0.00% 27.91%
15.69%

Color #BCD79B in popluar number systems.

HEX BC D7 9B
Decimal 188 215 155
Binary 10111100 11010111 10011011
Octal 274 327 233

Shades and tints

Shades of #BCD79B

#BCD79B
(188,215,155)
#ABC48D
(171,196,141)
#9AB17F
(154,177,127)
#899E71
(137,158,113)
#788B63
(120,139,99)
#677855
(103,120,85)
#566547
(86,101,71)
#455239
(69,82,57)
#343F2B
(52,63,43)
#232C1D
(35,44,29)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCD79B

#BCD79B
(188,215,155)
#C2DAA4
(194,218,164)
#C8DDAD
(200,221,173)
#CEE0B6
(206,224,182)
#D4E3BF
(212,227,191)
#DAE6C8
(218,230,200)
#E0E9D1
(224,233,209)
#E6ECDA
(230,236,218)
#ECEFE3
(236,239,227)
#F2F2EC
(242,242,236)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD79B; }

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

This text font color is #BCD79B.

Background Color

.myBgColor { background-color: #BCD79B; }

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

This div background color is #BCD79B.

Border color

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

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

This div border color is #BCD79B.

Opacity

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

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

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

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

This text has shadow with #BCD79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD79B.

Preview

Color preview on black background

This text has color #BCD79B on black background.


Color preview on white background

This text has color #BCD79B on white background.


Black color preview on #BCD79B background

This text has black color on #BCD79B background.


White color preview on #BCD79B background

This text has white color on #BCD79B background.


Related colors

Complementary color

Complementary color for #hex is #432864.


I love getcolorcode.com

Triadic colors

1 #9BBCD7 and #D79BBC with #BCD79B are triadic colors.

2 #9BD7BC and #D7BC9B with #BCD79B are triadic colors.