COLOR #BCEFBA

HEX: #BCEFBA
RGB: (188,239,186)

Color info

#BCEFBA contains red, green and blue colors in about the same proportion. Web safe color of #BCEFBA is #CCFFCC (or #CFC).

RGB color model

#BCEFBA color RGB value is (188,239,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 186 of 255 = 73%

188
239
186

R + G + B ~ 80%. #BCEFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 186 = 613 (100%)
R 188 of 613 ~ 30.67%
G 239 of 613 ~ 38.99%
B 186 of 613 ~ 30.34%

%30.67
%38.99
%30.34

CMYK color model

#BCEFBA color CMYK value is (21,0,22,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(21,0,22,6)
C21M0Y22K6 
(21%,0%,22%,6%)
(0.21/0.00/0.22/0.06)	

CMYK percentages

%21.34
%0
%22.18
%6.27

Codes

Color #BCEFBA in popluar color models

BCEFBA
RGB188239186
HSL118°62.35%83.33%
HSB/HSV118°22.18%93.73%
CMYK21.34%0.00%22.18%
6.27%

Color #BCEFBA in popluar number systems.

HEXBCEFBA
Decimal188239186
Binary101111001110111110111010
Octal274357272

Shades and tints

Shades of #BCEFBA

#BCEFBA
(188,239,186)
#ABDAAA
(171,218,170)
#9AC59A
(154,197,154)
#89B08A
(137,176,138)
#789B7A
(120,155,122)
#67866A
(103,134,106)
#56715A
(86,113,90)
#455C4A
(69,92,74)
#34473A
(52,71,58)
#23322A
(35,50,42)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #BCEFBA

#BCEFBA
(188,239,186)
#C2F0C0
(194,240,192)
#C8F1C6
(200,241,198)
#CEF2CC
(206,242,204)
#D4F3D2
(212,243,210)
#DAF4D8
(218,244,216)
#E0F5DE
(224,245,222)
#E6F6E4
(230,246,228)
#ECF7EA
(236,247,234)
#F2F8F0
(242,248,240)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEFBA; }

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

This text font color is #BCEFBA.


Background Color

.myBgColor { background-color: #BCEFBA; }

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

This div background color is #BCEFBA.


Border color

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

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

This div border color is #BCEFBA.


Opacity

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

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

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

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

This text has shadow with #BCEFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEFBA on black background.


Color preview on white background

This text has color #BCEFBA on white background.



Black color preview on #BCEFBA background

This text has black color on #BCEFBA background.


White color preview on #BCEFBA background

This text has white color on #BCEFBA background.