COLOR #BCF293

HEX: #BCF293
RGB: (188,242,147)

Color info

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

RGB color model

#BCF293 color RGB value is (188,242,147).

  • red value is 188;
  • green value is 242;
  • blue value is 147.
RGB:
(188,242,147)
(74%,95%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 242 of 255 = 95%
B 147 of 255 = 58%

188
242
147

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

Portions of RGB colors in percentages

R + G + B =
188 + 242 + 147 = 577 (100%)
R 188 of 577 ~ 32.58%
G 242 of 577 ~ 41.94%
B 147 of 577 ~ 25.48%

%32.58
%41.94
%25.48

CMYK color model

#BCF293 color CMYK value is (22,0,39,5).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 5.10%
CMYK:
(22,0,39,5)
C22M0Y39K5 
(22%,0%,39%,5%)
(0.22/0.00/0.39/0.05)	

CMYK percentages

%22.31
%0
%39.26
%5.1

Codes

Color #BCF293 in popluar color models

BCF293
RGB188242147
HSL94°78.51%76.27%
HSB/HSV94°39.26%94.90%
CMYK22.31%0.00%39.26%
5.10%

Color #BCF293 in popluar number systems.

HEXBCF293
Decimal188242147
Binary101111001111001010010011
Octal274362223

Shades and tints

Shades of #BCF293

#BCF293
(188,242,147)
#ABDC86
(171,220,134)
#9AC679
(154,198,121)
#89B06C
(137,176,108)
#789A5F
(120,154,95)
#678452
(103,132,82)
#566E45
(86,110,69)
#455838
(69,88,56)
#34422B
(52,66,43)
#232C1E
(35,44,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCF293

#BCF293
(188,242,147)
#C2F39C
(194,243,156)
#C8F4A5
(200,244,165)
#CEF5AE
(206,245,174)
#D4F6B7
(212,246,183)
#DAF7C0
(218,247,192)
#E0F8C9
(224,248,201)
#E6F9D2
(230,249,210)
#ECFADB
(236,250,219)
#F2FBE4
(242,251,228)
#F8FCED
(248,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF293 color. Also use rgb(188,242,147) instead hex code.

Text Font Color

.myTextColor { color: #BCF293; }

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

This text font color is #BCF293.


Background Color

.myBgColor { background-color: #BCF293; }

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

This div background color is #BCF293.


Border color

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

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

This div border color is #BCF293.


Opacity

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

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

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

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

This text has shadow with #BCF293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF293 on black background.


Color preview on white background

This text has color #BCF293 on white background.



Black color preview on #BCF293 background

This text has black color on #BCF293 background.


White color preview on #BCF293 background

This text has white color on #BCF293 background.