COLOR #BCF3CE

HEX: #BCF3CE
RGB: (188,243,206)

Color info

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

RGB color model

#BCF3CE color RGB value is (188,243,206).

  • red value is 188;
  • green value is 243;
  • blue value is 206.
RGB:
(188,243,206)
(74%,95%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 243 of 255 = 95%
B 206 of 255 = 81%

188
243
206

R + G + B ~ 83%. #BCF3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 243 + 206 = 637 (100%)
R 188 of 637 ~ 29.51%
G 243 of 637 ~ 38.15%
B 206 of 637 ~ 32.34%

%29.51
%38.15
%32.34

CMYK color model

#BCF3CE color CMYK value is (23,0,15,5).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(23,0,15,5)
C23M0Y15K5 
(23%,0%,15%,5%)
(0.23/0.00/0.15/0.05)	

CMYK percentages

%22.63
%0
%15.23
%4.71

Codes

Color #BCF3CE in popluar color models

BCF3CE
RGB188243206
HSL140°69.62%84.51%
HSB/HSV140°22.63%95.29%
CMYK22.63%0.00%15.23%
4.71%

Color #BCF3CE in popluar number systems.

HEXBCF3CE
Decimal188243206
Binary101111001111001111001110
Octal274363316

Shades and tints

Shades of #BCF3CE

#BCF3CE
(188,243,206)
#ABDDBC
(171,221,188)
#9AC7AA
(154,199,170)
#89B198
(137,177,152)
#789B86
(120,155,134)
#678574
(103,133,116)
#566F62
(86,111,98)
#455950
(69,89,80)
#34433E
(52,67,62)
#232D2C
(35,45,44)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCF3CE

#BCF3CE
(188,243,206)
#C2F4D2
(194,244,210)
#C8F5D6
(200,245,214)
#CEF6DA
(206,246,218)
#D4F7DE
(212,247,222)
#DAF8E2
(218,248,226)
#E0F9E6
(224,249,230)
#E6FAEA
(230,250,234)
#ECFBEE
(236,251,238)
#F2FCF2
(242,252,242)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF3CE color. Also use rgb(188,243,206) instead hex code.

Text Font Color

.myTextColor { color: #BCF3CE; }

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

This text font color is #BCF3CE.


Background Color

.myBgColor { background-color: #BCF3CE; }

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

This div background color is #BCF3CE.


Border color

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

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

This div border color is #BCF3CE.


Opacity

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

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

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

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

This text has shadow with #BCF3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF3CE on black background.


Color preview on white background

This text has color #BCF3CE on white background.



Black color preview on #BCF3CE background

This text has black color on #BCF3CE background.


White color preview on #BCF3CE background

This text has white color on #BCF3CE background.