COLOR #BCE2A3

HEX: #BCE2A3
RGB: (188,226,163)

Color info

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

RGB color model

#BCE2A3 color RGB value is (188,226,163).

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

RGB channels and saturation

R 188 of 255 = 74%
G 226 of 255 = 89%
B 163 of 255 = 64%

188
226
163

R + G + B ~ 76%. #BCE2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 226 + 163 = 577 (100%)
R 188 of 577 ~ 32.58%
G 226 of 577 ~ 39.17%
B 163 of 577 ~ 28.25%

%32.58
%39.17
%28.25

CMYK color model

#BCE2A3 color CMYK value is (17,0,28,11).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 11.37%
CMYK:
(17,0,28,11)
C17M0Y28K11 
(17%,0%,28%,11%)
(0.17/0.00/0.28/0.11)	

CMYK percentages

%16.81
%0
%27.88
%11.37

Codes

Color #BCE2A3 in popluar color models

BCE2A3
RGB188226163
HSL96°52.07%76.27%
HSB/HSV96°27.88%88.63%
CMYK16.81%0.00%27.88%
11.37%

Color #BCE2A3 in popluar number systems.

HEXBCE2A3
Decimal188226163
Binary101111001110001010100011
Octal274342243

Shades and tints

Shades of #BCE2A3

#BCE2A3
(188,226,163)
#ABCE95
(171,206,149)
#9ABA87
(154,186,135)
#89A679
(137,166,121)
#78926B
(120,146,107)
#677E5D
(103,126,93)
#566A4F
(86,106,79)
#455641
(69,86,65)
#344233
(52,66,51)
#232E25
(35,46,37)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #BCE2A3

#BCE2A3
(188,226,163)
#C2E4AB
(194,228,171)
#C8E6B3
(200,230,179)
#CEE8BB
(206,232,187)
#D4EAC3
(212,234,195)
#DAECCB
(218,236,203)
#E0EED3
(224,238,211)
#E6F0DB
(230,240,219)
#ECF2E3
(236,242,227)
#F2F4EB
(242,244,235)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE2A3; }

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

This text font color is #BCE2A3.


Background Color

.myBgColor { background-color: #BCE2A3; }

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

This div background color is #BCE2A3.


Border color

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

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

This div border color is #BCE2A3.


Opacity

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

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

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

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

This text has shadow with #BCE2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE2A3 on black background.


Color preview on white background

This text has color #BCE2A3 on white background.



Black color preview on #BCE2A3 background

This text has black color on #BCE2A3 background.


White color preview on #BCE2A3 background

This text has white color on #BCE2A3 background.