COLOR #BCFEB4

HEX: #BCFEB4
RGB: (188,254,180)

Color info

#BCFEB4 contains mainly green color. Web safe color of #BCFEB4 is #CCFFCC (or #CFC).

RGB color model

#BCFEB4 color RGB value is (188,254,180).

  • red value is 188;
  • green value is 254;
  • blue value is 180.
RGB:
(188,254,180)
(74%,100%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 254 of 255 = 100%
B 180 of 255 = 71%

188
254
180

R + G + B ~ 82%. #BCFEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 254 + 180 = 622 (100%)
R 188 of 622 ~ 30.23%
G 254 of 622 ~ 40.84%
B 180 of 622 ~ 28.94%

%30.23
%40.84
%28.94

CMYK color model

#BCFEB4 color CMYK value is (26,0,29,0).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(26,0,29,0)
C26M0Y29K0 
(26%,0%,29%,0%)
(0.26/0.00/0.29/0.00)	

CMYK percentages

%25.98
%0
%29.13
%0.39

Codes

Color #BCFEB4 in popluar color models

BCFEB4
RGB188254180
HSL114°97.37%85.10%
HSB/HSV114°29.13%99.61%
CMYK25.98%0.00%29.13%
0.39%

Color #BCFEB4 in popluar number systems.

HEXBCFEB4
Decimal188254180
Binary101111001111111010110100
Octal274376264

Shades and tints

Shades of #BCFEB4

#BCFEB4
(188,254,180)
#ABE7A4
(171,231,164)
#9AD094
(154,208,148)
#89B984
(137,185,132)
#78A274
(120,162,116)
#678B64
(103,139,100)
#567454
(86,116,84)
#455D44
(69,93,68)
#344634
(52,70,52)
#232F24
(35,47,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCFEB4

#BCFEB4
(188,254,180)
#C2FEBA
(194,254,186)
#C8FEC0
(200,254,192)
#CEFEC6
(206,254,198)
#D4FECC
(212,254,204)
#DAFED2
(218,254,210)
#E0FED8
(224,254,216)
#E6FEDE
(230,254,222)
#ECFEE4
(236,254,228)
#F2FEEA
(242,254,234)
#F8FEF0
(248,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFEB4 color. Also use rgb(188,254,180) instead hex code.

Text Font Color

.myTextColor { color: #BCFEB4; }

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

This text font color is #BCFEB4.


Background Color

.myBgColor { background-color: #BCFEB4; }

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

This div background color is #BCFEB4.


Border color

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

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

This div border color is #BCFEB4.


Opacity

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

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

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

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

This text has shadow with #BCFEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFEB4 on black background.


Color preview on white background

This text has color #BCFEB4 on white background.



Black color preview on #BCFEB4 background

This text has black color on #BCFEB4 background.


White color preview on #BCFEB4 background

This text has white color on #BCFEB4 background.