COLOR #BCE4A4

HEX: #BCE4A4
RGB: (188,228,164)

Color info

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

RGB color model

#BCE4A4 color RGB value is (188,228,164).

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

RGB channels and saturation

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

188
228
164

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

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 164 = 580 (100%)
R 188 of 580 ~ 32.41%
G 228 of 580 ~ 39.31%
B 164 of 580 ~ 28.28%

%32.41
%39.31
%28.28

CMYK color model

#BCE4A4 color CMYK value is (18,0,28,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(18,0,28,11)
C18M0Y28K11 
(18%,0%,28%,11%)
(0.18/0.00/0.28/0.11)	

CMYK percentages

%17.54
%0
%28.07
%10.59

Codes

Color #BCE4A4 in popluar color models

BCE4A4
RGB188228164
HSL98°54.24%76.86%
HSB/HSV98°28.07%89.41%
CMYK17.54%0.00%28.07%
10.59%

Color #BCE4A4 in popluar number systems.

HEXBCE4A4
Decimal188228164
Binary101111001110010010100100
Octal274344244

Shades and tints

Shades of #BCE4A4

#BCE4A4
(188,228,164)
#ABD096
(171,208,150)
#9ABC88
(154,188,136)
#89A87A
(137,168,122)
#78946C
(120,148,108)
#67805E
(103,128,94)
#566C50
(86,108,80)
#455842
(69,88,66)
#344434
(52,68,52)
#233026
(35,48,38)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #BCE4A4

#BCE4A4
(188,228,164)
#C2E6AC
(194,230,172)
#C8E8B4
(200,232,180)
#CEEABC
(206,234,188)
#D4ECC4
(212,236,196)
#DAEECC
(218,238,204)
#E0F0D4
(224,240,212)
#E6F2DC
(230,242,220)
#ECF4E4
(236,244,228)
#F2F6EC
(242,246,236)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE4A4; }

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

This text font color is #BCE4A4.


Background Color

.myBgColor { background-color: #BCE4A4; }

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

This div background color is #BCE4A4.


Border color

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

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

This div border color is #BCE4A4.


Opacity

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

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

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

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

This text has shadow with #BCE4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE4A4 on black background.


Color preview on white background

This text has color #BCE4A4 on white background.



Black color preview on #BCE4A4 background

This text has black color on #BCE4A4 background.


White color preview on #BCE4A4 background

This text has white color on #BCE4A4 background.