COLOR #BCD587

HEX: #BCD587 RGB: (188,213,135)

Color info

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

RGB color model

#BCD587 color RGB value is (188,213,135).

RGB: (188,213,135) (74%, 84%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 135 of 255 = 53%

188
213
135

R + G + B ~ 70%. #BCD587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 135 = 536 (100%)
R 188 of 536 ~ 35.07%
G 213 of 536 ~ 39.74%
B 135 of 536 ~ 25.19'%

%35.07
%39.74
%25.19

CMYK color model

#BCD587 color CMYK value is (12,0,37,16).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 16.47%

CMYK: (12,0,37,16)
C12M0Y37K16 (12%, 0%, 37%, 16%)
(0.12 / 0.00 / 0.37 / 0.16)

CMYK percentages

%11.74
%0
%36.62
%16.47

Codes

Color #BCD587 in popluar color models

BC D5 87
RGB 188 213 135
HSL 79° 48.15% 68.24%
HSB/HSV 79° 36.62% 83.53%
CMYK 11.74% 0.00% 36.62%
16.47%

Color #BCD587 in popluar number systems.

HEX BC D5 87
Decimal 188 213 135
Binary 10111100 11010101 10000111
Octal 274 325 207

Shades and tints

Shades of #BCD587

#BCD587
(188,213,135)
#ABC27B
(171,194,123)
#9AAF6F
(154,175,111)
#899C63
(137,156,99)
#788957
(120,137,87)
#67764B
(103,118,75)
#56633F
(86,99,63)
#455033
(69,80,51)
#343D27
(52,61,39)
#232A1B
(35,42,27)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #BCD587

#BCD587
(188,213,135)
#C2D891
(194,216,145)
#C8DB9B
(200,219,155)
#CEDEA5
(206,222,165)
#D4E1AF
(212,225,175)
#DAE4B9
(218,228,185)
#E0E7C3
(224,231,195)
#E6EACD
(230,234,205)
#ECEDD7
(236,237,215)
#F2F0E1
(242,240,225)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD587 color. Also use rgb(188,213,135) instead hex code.

Text Font Color

.myTextColor { color: #BCD587; }

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

This text font color is #BCD587.

Background Color

.myBgColor { background-color: #BCD587; }

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

This div background color is #BCD587.

Border color

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

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

This div border color is #BCD587.

Opacity

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

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

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

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

This text has shadow with #BCD587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD587.

Preview

Color preview on black background

This text has color #BCD587 on black background.


Color preview on white background

This text has color #BCD587 on white background.


Black color preview on #BCD587 background

This text has black color on #BCD587 background.


White color preview on #BCD587 background

This text has white color on #BCD587 background.


Related colors

Complementary color

Complementary color for #hex is #432A78.


I love getcolorcode.com

Triadic colors

1 #87BCD5 and #D587BC with #BCD587 are triadic colors.

2 #87D5BC and #D5BC87 with #BCD587 are triadic colors.