COLOR #BCE89C

HEX: #BCE89C
RGB: (188,232,156)

Color info

#BCE89C contains mainly red and green colors. Web safe color of #BCE89C is #CCFF99 (or #CF9).

RGB color model

#BCE89C color RGB value is (188,232,156).

  • red value is 188;
  • green value is 232;
  • blue value is 156.
RGB:
(188,232,156)
(74%,91%,61%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 156 of 255 = 61%

188
232
156

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

Portions of RGB colors in percentages

R + G + B =
188 + 232 + 156 = 576 (100%)
R 188 of 576 ~ 32.64%
G 232 of 576 ~ 40.28%
B 156 of 576 ~ 27.08%

%32.64
%40.28
%27.08

CMYK color model

#BCE89C color CMYK value is (19,0,33,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 9.02%
CMYK:
(19,0,33,9)
C19M0Y33K9 
(19%,0%,33%,9%)
(0.19/0.00/0.33/0.09)	

CMYK percentages

%18.97
%0
%32.76
%9.02

Codes

Color #BCE89C in popluar color models

BCE89C
RGB188232156
HSL95°62.30%76.08%
HSB/HSV95°32.76%90.98%
CMYK18.97%0.00%32.76%
9.02%

Color #BCE89C in popluar number systems.

HEXBCE89C
Decimal188232156
Binary101111001110100010011100
Octal274350234

Shades and tints

Shades of #BCE89C

#BCE89C
(188,232,156)
#ABD38E
(171,211,142)
#9ABE80
(154,190,128)
#89A972
(137,169,114)
#789464
(120,148,100)
#677F56
(103,127,86)
#566A48
(86,106,72)
#45553A
(69,85,58)
#34402C
(52,64,44)
#232B1E
(35,43,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #BCE89C

#BCE89C
(188,232,156)
#C2EAA5
(194,234,165)
#C8ECAE
(200,236,174)
#CEEEB7
(206,238,183)
#D4F0C0
(212,240,192)
#DAF2C9
(218,242,201)
#E0F4D2
(224,244,210)
#E6F6DB
(230,246,219)
#ECF8E4
(236,248,228)
#F2FAED
(242,250,237)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE89C color. Also use rgb(188,232,156) instead hex code.

Text Font Color

.myTextColor { color: #BCE89C; }

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

This text font color is #BCE89C.


Background Color

.myBgColor { background-color: #BCE89C; }

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

This div background color is #BCE89C.


Border color

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

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

This div border color is #BCE89C.


Opacity

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

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

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

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

This text has shadow with #BCE89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE89C on black background.


Color preview on white background

This text has color #BCE89C on white background.



Black color preview on #BCE89C background

This text has black color on #BCE89C background.


White color preview on #BCE89C background

This text has white color on #BCE89C background.