COLOR #BCDC8D

HEX: #BCDC8D RGB: (188,220,141)

Color info

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

RGB color model

#BCDC8D color RGB value is (188,220,141).

RGB: (188,220,141) (74%, 86%, 55%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 141 of 255 = 55%

188
220
141

R + G + B ~ 72%. #BCDC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 220 + 141 = 549 (100%)
R 188 of 549 ~ 34.24%
G 220 of 549 ~ 40.07%
B 141 of 549 ~ 25.68'%

%34.24
%40.07
%25.68

CMYK color model

#BCDC8D color CMYK value is (15,0,36,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 13.73%

CMYK: (15,0,36,14)
C15M0Y36K14 (15%, 0%, 36%, 14%)
(0.15 / 0.00 / 0.36 / 0.14)

CMYK percentages

%14.55
%0
%35.91
%13.73

Codes

Color #BCDC8D in popluar color models

BC DC 8D
RGB 188 220 141
HSL 84° 53.02% 70.78%
HSB/HSV 84° 35.91% 86.27%
CMYK 14.55% 0.00% 35.91%
13.73%

Color #BCDC8D in popluar number systems.

HEX BC DC 8D
Decimal 188 220 141
Binary 10111100 11011100 10001101
Octal 274 334 215

Shades and tints

Shades of #BCDC8D

#BCDC8D
(188,220,141)
#ABC881
(171,200,129)
#9AB475
(154,180,117)
#89A069
(137,160,105)
#788C5D
(120,140,93)
#677851
(103,120,81)
#566445
(86,100,69)
#455039
(69,80,57)
#343C2D
(52,60,45)
#232821
(35,40,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCDC8D

#BCDC8D
(188,220,141)
#C2DF97
(194,223,151)
#C8E2A1
(200,226,161)
#CEE5AB
(206,229,171)
#D4E8B5
(212,232,181)
#DAEBBF
(218,235,191)
#E0EEC9
(224,238,201)
#E6F1D3
(230,241,211)
#ECF4DD
(236,244,221)
#F2F7E7
(242,247,231)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDC8D color. Also use rgb(188,220,141) instead hex code.

Text Font Color

.myTextColor { color: #BCDC8D; }

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

This text font color is #BCDC8D.

Background Color

.myBgColor { background-color: #BCDC8D; }

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

This div background color is #BCDC8D.

Border color

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

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

This div border color is #BCDC8D.

Opacity

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

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

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

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

This text has shadow with #BCDC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDC8D.

Preview

Color preview on black background

This text has color #BCDC8D on black background.


Color preview on white background

This text has color #BCDC8D on white background.


Black color preview on #BCDC8D background

This text has black color on #BCDC8D background.


White color preview on #BCDC8D background

This text has white color on #BCDC8D background.


Related colors

Complementary color

Complementary color for #hex is #432372.


I love getcolorcode.com

Triadic colors

1 #8DBCDC and #DC8DBC with #BCDC8D are triadic colors.

2 #8DDCBC and #DCBC8D with #BCDC8D are triadic colors.