COLOR #BCF8D6

HEX: #BCF8D6
RGB: (188,248,214)

Color info

#BCF8D6 contains mainly green and blue colors. Web safe color of #BCF8D6 is #CCFFCC (or #CFC).

RGB color model

#BCF8D6 color RGB value is (188,248,214).

  • red value is 188;
  • green value is 248;
  • blue value is 214.
RGB:
(188,248,214)
(74%,97%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 248 of 255 = 97%
B 214 of 255 = 84%

188
248
214

R + G + B ~ 85%. #BCF8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 248 + 214 = 650 (100%)
R 188 of 650 ~ 28.92%
G 248 of 650 ~ 38.15%
B 214 of 650 ~ 32.92%

%28.92
%38.15
%32.92

CMYK color model

#BCF8D6 color CMYK value is (24,0,14,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 2.75%
CMYK:
(24,0,14,3)
C24M0Y14K3 
(24%,0%,14%,3%)
(0.24/0.00/0.14/0.03)	

CMYK percentages

%24.19
%0
%13.71
%2.75

Codes

Color #BCF8D6 in popluar color models

BCF8D6
RGB188248214
HSL146°81.08%85.49%
HSB/HSV146°24.19%97.25%
CMYK24.19%0.00%13.71%
2.75%

Color #BCF8D6 in popluar number systems.

HEXBCF8D6
Decimal188248214
Binary101111001111100011010110
Octal274370326

Shades and tints

Shades of #BCF8D6

#BCF8D6
(188,248,214)
#ABE2C3
(171,226,195)
#9ACCB0
(154,204,176)
#89B69D
(137,182,157)
#78A08A
(120,160,138)
#678A77
(103,138,119)
#567464
(86,116,100)
#455E51
(69,94,81)
#34483E
(52,72,62)
#23322B
(35,50,43)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #BCF8D6

#BCF8D6
(188,248,214)
#C2F8D9
(194,248,217)
#C8F8DC
(200,248,220)
#CEF8DF
(206,248,223)
#D4F8E2
(212,248,226)
#DAF8E5
(218,248,229)
#E0F8E8
(224,248,232)
#E6F8EB
(230,248,235)
#ECF8EE
(236,248,238)
#F2F8F1
(242,248,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF8D6 color. Also use rgb(188,248,214) instead hex code.

Text Font Color

.myTextColor { color: #BCF8D6; }

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

This text font color is #BCF8D6.


Background Color

.myBgColor { background-color: #BCF8D6; }

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

This div background color is #BCF8D6.


Border color

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

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

This div border color is #BCF8D6.


Opacity

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

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

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

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

This text has shadow with #BCF8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF8D6 on black background.


Color preview on white background

This text has color #BCF8D6 on white background.



Black color preview on #BCF8D6 background

This text has black color on #BCF8D6 background.


White color preview on #BCF8D6 background

This text has white color on #BCF8D6 background.