COLOR #BCE2A1

HEX: #BCE2A1
RGB: (188,226,161)

Color info

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

RGB color model

#BCE2A1 color RGB value is (188,226,161).

  • red value is 188;
  • green value is 226;
  • blue value is 161.
RGB:
(188,226,161)
(74%,89%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 161 of 255 = 63%

188
226
161

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

Portions of RGB colors in percentages

R + G + B =
188 + 226 + 161 = 575 (100%)
R 188 of 575 ~ 32.7%
G 226 of 575 ~ 39.3%
B 161 of 575 ~ 28%

%32.7
%39.3
%28

CMYK color model

#BCE2A1 color CMYK value is (17,0,29,11).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(17,0,29,11)
C17M0Y29K11 
(17%,0%,29%,11%)
(0.17/0.00/0.29/0.11)	

CMYK percentages

%16.81
%0
%28.76
%11.37

Codes

Color #BCE2A1 in popluar color models

BCE2A1
RGB188226161
HSL95°52.85%75.88%
HSB/HSV95°28.76%88.63%
CMYK16.81%0.00%28.76%
11.37%

Color #BCE2A1 in popluar number systems.

HEXBCE2A1
Decimal188226161
Binary101111001110001010100001
Octal274342241

Shades and tints

Shades of #BCE2A1

#BCE2A1
(188,226,161)
#ABCE93
(171,206,147)
#9ABA85
(154,186,133)
#89A677
(137,166,119)
#789269
(120,146,105)
#677E5B
(103,126,91)
#566A4D
(86,106,77)
#45563F
(69,86,63)
#344231
(52,66,49)
#232E23
(35,46,35)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCE2A1

#BCE2A1
(188,226,161)
#C2E4A9
(194,228,169)
#C8E6B1
(200,230,177)
#CEE8B9
(206,232,185)
#D4EAC1
(212,234,193)
#DAECC9
(218,236,201)
#E0EED1
(224,238,209)
#E6F0D9
(230,240,217)
#ECF2E1
(236,242,225)
#F2F4E9
(242,244,233)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE2A1 color. Also use rgb(188,226,161) instead hex code.

Text Font Color

.myTextColor { color: #BCE2A1; }

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

This text font color is #BCE2A1.


Background Color

.myBgColor { background-color: #BCE2A1; }

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

This div background color is #BCE2A1.


Border color

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

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

This div border color is #BCE2A1.


Opacity

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

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

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

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

This text has shadow with #BCE2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE2A1 on black background.


Color preview on white background

This text has color #BCE2A1 on white background.



Black color preview on #BCE2A1 background

This text has black color on #BCE2A1 background.


White color preview on #BCE2A1 background

This text has white color on #BCE2A1 background.