COLOR #BCE48A

HEX: #BCE48A
RGB: (188,228,138)

Color info

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

RGB color model

#BCE48A color RGB value is (188,228,138).

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

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 138 of 255 = 54%

188
228
138

R + G + B ~ 72%. #BCE48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 138 = 554 (100%)
R 188 of 554 ~ 33.94%
G 228 of 554 ~ 41.16%
B 138 of 554 ~ 24.91%

%33.94
%41.16
%24.91

CMYK color model

#BCE48A color CMYK value is (18,0,39,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(18,0,39,11)
C18M0Y39K11 
(18%,0%,39%,11%)
(0.18/0.00/0.39/0.11)	

CMYK percentages

%17.54
%0
%39.47
%10.59

Codes

Color #BCE48A in popluar color models

BCE48A
RGB188228138
HSL87°62.50%71.76%
HSB/HSV87°39.47%89.41%
CMYK17.54%0.00%39.47%
10.59%

Color #BCE48A in popluar number systems.

HEXBCE48A
Decimal188228138
Binary101111001110010010001010
Octal274344212

Shades and tints

Shades of #BCE48A

#BCE48A
(188,228,138)
#ABD07E
(171,208,126)
#9ABC72
(154,188,114)
#89A866
(137,168,102)
#78945A
(120,148,90)
#67804E
(103,128,78)
#566C42
(86,108,66)
#455836
(69,88,54)
#34442A
(52,68,42)
#23301E
(35,48,30)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #BCE48A

#BCE48A
(188,228,138)
#C2E694
(194,230,148)
#C8E89E
(200,232,158)
#CEEAA8
(206,234,168)
#D4ECB2
(212,236,178)
#DAEEBC
(218,238,188)
#E0F0C6
(224,240,198)
#E6F2D0
(230,242,208)
#ECF4DA
(236,244,218)
#F2F6E4
(242,246,228)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE48A; }

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

This text font color is #BCE48A.


Background Color

.myBgColor { background-color: #BCE48A; }

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

This div background color is #BCE48A.


Border color

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

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

This div border color is #BCE48A.


Opacity

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

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

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

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

This text has shadow with #BCE48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE48A on black background.


Color preview on white background

This text has color #BCE48A on white background.



Black color preview on #BCE48A background

This text has black color on #BCE48A background.


White color preview on #BCE48A background

This text has white color on #BCE48A background.