COLOR #BCD89F

HEX: #BCD89F RGB: (188,216,159)

Color info

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

RGB color model

#BCD89F color RGB value is (188,216,159).

RGB: (188,216,159) (74%, 85%, 62%)

RGB channels and saturation

R 188 of 255 = 74%
G 216 of 255 = 85%
B 159 of 255 = 62%

188
216
159

R + G + B ~ 74%. #BCD89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 216 + 159 = 563 (100%)
R 188 of 563 ~ 33.39%
G 216 of 563 ~ 38.37%
B 159 of 563 ~ 28.24'%

%33.39
%38.37
%28.24

CMYK color model

#BCD89F color CMYK value is (13,0,26,15).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 15.29%

CMYK: (13,0,26,15)
C13M0Y26K15 (13%, 0%, 26%, 15%)
(0.13 / 0.00 / 0.26 / 0.15)

CMYK percentages

%12.96
%0
%26.39
%15.29

Codes

Color #BCD89F in popluar color models

BC D8 9F
RGB 188 216 159
HSL 89° 42.22% 73.53%
HSB/HSV 89° 26.39% 84.71%
CMYK 12.96% 0.00% 26.39%
15.29%

Color #BCD89F in popluar number systems.

HEX BC D8 9F
Decimal 188 216 159
Binary 10111100 11011000 10011111
Octal 274 330 237

Shades and tints

Shades of #BCD89F

#BCD89F
(188,216,159)
#ABC591
(171,197,145)
#9AB283
(154,178,131)
#899F75
(137,159,117)
#788C67
(120,140,103)
#677959
(103,121,89)
#56664B
(86,102,75)
#45533D
(69,83,61)
#34402F
(52,64,47)
#232D21
(35,45,33)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #BCD89F

#BCD89F
(188,216,159)
#C2DBA7
(194,219,167)
#C8DEAF
(200,222,175)
#CEE1B7
(206,225,183)
#D4E4BF
(212,228,191)
#DAE7C7
(218,231,199)
#E0EACF
(224,234,207)
#E6EDD7
(230,237,215)
#ECF0DF
(236,240,223)
#F2F3E7
(242,243,231)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD89F color. Also use rgb(188,216,159) instead hex code.

Text Font Color

.myTextColor { color: #BCD89F; }

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

This text font color is #BCD89F.

Background Color

.myBgColor { background-color: #BCD89F; }

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

This div background color is #BCD89F.

Border color

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

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

This div border color is #BCD89F.

Opacity

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

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

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

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

This text has shadow with #BCD89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD89F.

Preview

Color preview on black background

This text has color #BCD89F on black background.


Color preview on white background

This text has color #BCD89F on white background.


Black color preview on #BCD89F background

This text has black color on #BCD89F background.


White color preview on #BCD89F background

This text has white color on #BCD89F background.


Related colors

Complementary color

Complementary color for #hex is #432760.


I love getcolorcode.com

Triadic colors

1 #9FBCD8 and #D89FBC with #BCD89F are triadic colors.

2 #9FD8BC and #D8BC9F with #BCD89F are triadic colors.