COLOR #BCDE8A

HEX: #BCDE8A
RGB: (188,222,138)

Color info

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

RGB color model

#BCDE8A color RGB value is (188,222,138).

  • red value is 188;
  • green value is 222;
  • blue value is 138.
RGB:
(188,222,138)
(74%,87%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 222 of 255 = 87%
B 138 of 255 = 54%

188
222
138

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

Portions of RGB colors in percentages

R + G + B =
188 + 222 + 138 = 548 (100%)
R 188 of 548 ~ 34.31%
G 222 of 548 ~ 40.51%
B 138 of 548 ~ 25.18%

%34.31
%40.51
%25.18

CMYK color model

#BCDE8A color CMYK value is (15,0,38,13).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 12.94%
CMYK:
(15,0,38,13)
C15M0Y38K13 
(15%,0%,38%,13%)
(0.15/0.00/0.38/0.13)	

CMYK percentages

%15.32
%0
%37.84
%12.94

Codes

Color #BCDE8A in popluar color models

BCDE8A
RGB188222138
HSL84°56.00%70.59%
HSB/HSV84°37.84%87.06%
CMYK15.32%0.00%37.84%
12.94%

Color #BCDE8A in popluar number systems.

HEXBCDE8A
Decimal188222138
Binary101111001101111010001010
Octal274336212

Shades and tints

Shades of #BCDE8A

#BCDE8A
(188,222,138)
#ABCA7E
(171,202,126)
#9AB672
(154,182,114)
#89A266
(137,162,102)
#788E5A
(120,142,90)
#677A4E
(103,122,78)
#566642
(86,102,66)
#455236
(69,82,54)
#343E2A
(52,62,42)
#232A1E
(35,42,30)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCDE8A

#BCDE8A
(188,222,138)
#C2E194
(194,225,148)
#C8E49E
(200,228,158)
#CEE7A8
(206,231,168)
#D4EAB2
(212,234,178)
#DAEDBC
(218,237,188)
#E0F0C6
(224,240,198)
#E6F3D0
(230,243,208)
#ECF6DA
(236,246,218)
#F2F9E4
(242,249,228)
#F8FCEE
(248,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDE8A color. Also use rgb(188,222,138) instead hex code.

Text Font Color

.myTextColor { color: #BCDE8A; }

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

This text font color is #BCDE8A.


Background Color

.myBgColor { background-color: #BCDE8A; }

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

This div background color is #BCDE8A.


Border color

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

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

This div border color is #BCDE8A.


Opacity

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

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

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

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

This text has shadow with #BCDE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDE8A on black background.


Color preview on white background

This text has color #BCDE8A on white background.



Black color preview on #BCDE8A background

This text has black color on #BCDE8A background.


White color preview on #BCDE8A background

This text has white color on #BCDE8A background.