COLOR #BCE49D

HEX: #BCE49D
RGB: (188,228,157)

Color info

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

RGB color model

#BCE49D color RGB value is (188,228,157).

  • red value is 188;
  • green value is 228;
  • blue value is 157.
RGB:
(188,228,157)
(74%,89%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 157 of 255 = 62%

188
228
157

R + G + B ~ 75%. #BCE49D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 157 = 573 (100%)
R 188 of 573 ~ 32.81%
G 228 of 573 ~ 39.79%
B 157 of 573 ~ 27.4%

%32.81
%39.79
%27.4

CMYK color model

#BCE49D color CMYK value is (18,0,31,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 10.59%
CMYK:
(18,0,31,11)
C18M0Y31K11 
(18%,0%,31%,11%)
(0.18/0.00/0.31/0.11)	

CMYK percentages

%17.54
%0
%31.14
%10.59

Codes

Color #BCE49D in popluar color models

BCE49D
RGB188228157
HSL94°56.80%75.49%
HSB/HSV94°31.14%89.41%
CMYK17.54%0.00%31.14%
10.59%

Color #BCE49D in popluar number systems.

HEXBCE49D
Decimal188228157
Binary101111001110010010011101
Octal274344235

Shades and tints

Shades of #BCE49D

#BCE49D
(188,228,157)
#ABD08F
(171,208,143)
#9ABC81
(154,188,129)
#89A873
(137,168,115)
#789465
(120,148,101)
#678057
(103,128,87)
#566C49
(86,108,73)
#45583B
(69,88,59)
#34442D
(52,68,45)
#23301F
(35,48,31)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #BCE49D

#BCE49D
(188,228,157)
#C2E6A5
(194,230,165)
#C8E8AD
(200,232,173)
#CEEAB5
(206,234,181)
#D4ECBD
(212,236,189)
#DAEEC5
(218,238,197)
#E0F0CD
(224,240,205)
#E6F2D5
(230,242,213)
#ECF4DD
(236,244,221)
#F2F6E5
(242,246,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE49D color. Also use rgb(188,228,157) instead hex code.

Text Font Color

.myTextColor { color: #BCE49D; }

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

This text font color is #BCE49D.


Background Color

.myBgColor { background-color: #BCE49D; }

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

This div background color is #BCE49D.


Border color

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

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

This div border color is #BCE49D.


Opacity

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

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

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

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

This text has shadow with #BCE49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE49D on black background.


Color preview on white background

This text has color #BCE49D on white background.



Black color preview on #BCE49D background

This text has black color on #BCE49D background.


White color preview on #BCE49D background

This text has white color on #BCE49D background.