COLOR #BCFA8C

HEX: #BCFA8C
RGB: (188,250,140)

Color info

#BCFA8C contains mainly green color. Web safe color of #BCFA8C is #CCFF99 (or #CF9).

RGB color model

#BCFA8C color RGB value is (188,250,140).

  • red value is 188;
  • green value is 250;
  • blue value is 140.
RGB:
(188,250,140)
(74%,98%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 250 of 255 = 98%
B 140 of 255 = 55%

188
250
140

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

Portions of RGB colors in percentages

R + G + B =
188 + 250 + 140 = 578 (100%)
R 188 of 578 ~ 32.53%
G 250 of 578 ~ 43.25%
B 140 of 578 ~ 24.22%

%32.53
%43.25
%24.22

CMYK color model

#BCFA8C color CMYK value is (25,0,44,2).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 1.96%
CMYK:
(25,0,44,2)
C25M0Y44K2 
(25%,0%,44%,2%)
(0.25/0.00/0.44/0.02)	

CMYK percentages

%24.8
%0
%44
%1.96

Codes

Color #BCFA8C in popluar color models

BCFA8C
RGB188250140
HSL94°91.67%76.47%
HSB/HSV94°44.00%98.04%
CMYK24.80%0.00%44.00%
1.96%

Color #BCFA8C in popluar number systems.

HEXBCFA8C
Decimal188250140
Binary101111001111101010001100
Octal274372214

Shades and tints

Shades of #BCFA8C

#BCFA8C
(188,250,140)
#ABE480
(171,228,128)
#9ACE74
(154,206,116)
#89B868
(137,184,104)
#78A25C
(120,162,92)
#678C50
(103,140,80)
#567644
(86,118,68)
#456038
(69,96,56)
#344A2C
(52,74,44)
#233420
(35,52,32)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #BCFA8C

#BCFA8C
(188,250,140)
#C2FA96
(194,250,150)
#C8FAA0
(200,250,160)
#CEFAAA
(206,250,170)
#D4FAB4
(212,250,180)
#DAFABE
(218,250,190)
#E0FAC8
(224,250,200)
#E6FAD2
(230,250,210)
#ECFADC
(236,250,220)
#F2FAE6
(242,250,230)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFA8C color. Also use rgb(188,250,140) instead hex code.

Text Font Color

.myTextColor { color: #BCFA8C; }

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

This text font color is #BCFA8C.


Background Color

.myBgColor { background-color: #BCFA8C; }

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

This div background color is #BCFA8C.


Border color

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

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

This div border color is #BCFA8C.


Opacity

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

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

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

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

This text has shadow with #BCFA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFA8C on black background.


Color preview on white background

This text has color #BCFA8C on white background.



Black color preview on #BCFA8C background

This text has black color on #BCFA8C background.


White color preview on #BCFA8C background

This text has white color on #BCFA8C background.