COLOR #BCE4A3

HEX: #BCE4A3
RGB: (188,228,163)

Color info

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

RGB color model

#BCE4A3 color RGB value is (188,228,163).

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

RGB channels and saturation

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

188
228
163

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

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 163 = 579 (100%)
R 188 of 579 ~ 32.47%
G 228 of 579 ~ 39.38%
B 163 of 579 ~ 28.15%

%32.47
%39.38
%28.15

CMYK color model

#BCE4A3 color CMYK value is (18,0,29,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 10.59%
CMYK:
(18,0,29,11)
C18M0Y29K11 
(18%,0%,29%,11%)
(0.18/0.00/0.29/0.11)	

CMYK percentages

%17.54
%0
%28.51
%10.59

Codes

Color #BCE4A3 in popluar color models

BCE4A3
RGB188228163
HSL97°54.62%76.67%
HSB/HSV97°28.51%89.41%
CMYK17.54%0.00%28.51%
10.59%

Color #BCE4A3 in popluar number systems.

HEXBCE4A3
Decimal188228163
Binary101111001110010010100011
Octal274344243

Shades and tints

Shades of #BCE4A3

#BCE4A3
(188,228,163)
#ABD095
(171,208,149)
#9ABC87
(154,188,135)
#89A879
(137,168,121)
#78946B
(120,148,107)
#67805D
(103,128,93)
#566C4F
(86,108,79)
#455841
(69,88,65)
#344433
(52,68,51)
#233025
(35,48,37)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #BCE4A3

#BCE4A3
(188,228,163)
#C2E6AB
(194,230,171)
#C8E8B3
(200,232,179)
#CEEABB
(206,234,187)
#D4ECC3
(212,236,195)
#DAEECB
(218,238,203)
#E0F0D3
(224,240,211)
#E6F2DB
(230,242,219)
#ECF4E3
(236,244,227)
#F2F6EB
(242,246,235)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE4A3; }

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

This text font color is #BCE4A3.


Background Color

.myBgColor { background-color: #BCE4A3; }

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

This div background color is #BCE4A3.


Border color

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

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

This div border color is #BCE4A3.


Opacity

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

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

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

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

This text has shadow with #BCE4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE4A3 on black background.


Color preview on white background

This text has color #BCE4A3 on white background.



Black color preview on #BCE4A3 background

This text has black color on #BCE4A3 background.


White color preview on #BCE4A3 background

This text has white color on #BCE4A3 background.