COLOR #BCEFA4

HEX: #BCEFA4
RGB: (188,239,164)

Color info

#BCEFA4 contains mainly red and green colors. Web safe color of #BCEFA4 is #CCFF99 (or #CF9).

RGB color model

#BCEFA4 color RGB value is (188,239,164).

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

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 164 of 255 = 64%

188
239
164

R + G + B ~ 77%. #BCEFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 164 = 591 (100%)
R 188 of 591 ~ 31.81%
G 239 of 591 ~ 40.44%
B 164 of 591 ~ 27.75%

%31.81
%40.44
%27.75

CMYK color model

#BCEFA4 color CMYK value is (21,0,31,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 31.38%
  • key color value is 6.27%
CMYK:
(21,0,31,6)
C21M0Y31K6 
(21%,0%,31%,6%)
(0.21/0.00/0.31/0.06)	

CMYK percentages

%21.34
%0
%31.38
%6.27

Codes

Color #BCEFA4 in popluar color models

BCEFA4
RGB188239164
HSL101°70.09%79.02%
HSB/HSV101°31.38%93.73%
CMYK21.34%0.00%31.38%
6.27%

Color #BCEFA4 in popluar number systems.

HEXBCEFA4
Decimal188239164
Binary101111001110111110100100
Octal274357244

Shades and tints

Shades of #BCEFA4

#BCEFA4
(188,239,164)
#ABDA96
(171,218,150)
#9AC588
(154,197,136)
#89B07A
(137,176,122)
#789B6C
(120,155,108)
#67865E
(103,134,94)
#567150
(86,113,80)
#455C42
(69,92,66)
#344734
(52,71,52)
#233226
(35,50,38)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #BCEFA4

#BCEFA4
(188,239,164)
#C2F0AC
(194,240,172)
#C8F1B4
(200,241,180)
#CEF2BC
(206,242,188)
#D4F3C4
(212,243,196)
#DAF4CC
(218,244,204)
#E0F5D4
(224,245,212)
#E6F6DC
(230,246,220)
#ECF7E4
(236,247,228)
#F2F8EC
(242,248,236)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEFA4; }

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

This text font color is #BCEFA4.


Background Color

.myBgColor { background-color: #BCEFA4; }

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

This div background color is #BCEFA4.


Border color

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

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

This div border color is #BCEFA4.


Opacity

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

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

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

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

This text has shadow with #BCEFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEFA4 on black background.


Color preview on white background

This text has color #BCEFA4 on white background.



Black color preview on #BCEFA4 background

This text has black color on #BCEFA4 background.


White color preview on #BCEFA4 background

This text has white color on #BCEFA4 background.