COLOR #BCEFC1

HEX: #BCEFC1
RGB: (188,239,193)

Color info

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

RGB color model

#BCEFC1 color RGB value is (188,239,193).

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

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 193 of 255 = 76%

188
239
193

R + G + B ~ 81%. #BCEFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 193 = 620 (100%)
R 188 of 620 ~ 30.32%
G 239 of 620 ~ 38.55%
B 193 of 620 ~ 31.13%

%30.32
%38.55
%31.13

CMYK color model

#BCEFC1 color CMYK value is (21,0,19,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(21,0,19,6)
C21M0Y19K6 
(21%,0%,19%,6%)
(0.21/0.00/0.19/0.06)	

CMYK percentages

%21.34
%0
%19.25
%6.27

Codes

Color #BCEFC1 in popluar color models

BCEFC1
RGB188239193
HSL126°61.45%83.73%
HSB/HSV126°21.34%93.73%
CMYK21.34%0.00%19.25%
6.27%

Color #BCEFC1 in popluar number systems.

HEXBCEFC1
Decimal188239193
Binary101111001110111111000001
Octal274357301

Shades and tints

Shades of #BCEFC1

#BCEFC1
(188,239,193)
#ABDAB0
(171,218,176)
#9AC59F
(154,197,159)
#89B08E
(137,176,142)
#789B7D
(120,155,125)
#67866C
(103,134,108)
#56715B
(86,113,91)
#455C4A
(69,92,74)
#344739
(52,71,57)
#233228
(35,50,40)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #BCEFC1

#BCEFC1
(188,239,193)
#C2F0C6
(194,240,198)
#C8F1CB
(200,241,203)
#CEF2D0
(206,242,208)
#D4F3D5
(212,243,213)
#DAF4DA
(218,244,218)
#E0F5DF
(224,245,223)
#E6F6E4
(230,246,228)
#ECF7E9
(236,247,233)
#F2F8EE
(242,248,238)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEFC1; }

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

This text font color is #BCEFC1.


Background Color

.myBgColor { background-color: #BCEFC1; }

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

This div background color is #BCEFC1.


Border color

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

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

This div border color is #BCEFC1.


Opacity

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

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

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

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

This text has shadow with #BCEFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEFC1 on black background.


Color preview on white background

This text has color #BCEFC1 on white background.



Black color preview on #BCEFC1 background

This text has black color on #BCEFC1 background.


White color preview on #BCEFC1 background

This text has white color on #BCEFC1 background.