COLOR #BCF8D7

HEX: #BCF8D7
RGB: (188,248,215)

Color info

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

RGB color model

#BCF8D7 color RGB value is (188,248,215).

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

RGB channels and saturation

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

188
248
215

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

Portions of RGB colors in percentages

R + G + B =
188 + 248 + 215 = 651 (100%)
R 188 of 651 ~ 28.88%
G 248 of 651 ~ 38.1%
B 215 of 651 ~ 33.03%

%28.88
%38.1
%33.03

CMYK color model

#BCF8D7 color CMYK value is (24,0,13,3).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 13.31%
  • key color value is 2.75%
CMYK:
(24,0,13,3)
C24M0Y13K3 
(24%,0%,13%,3%)
(0.24/0.00/0.13/0.03)	

CMYK percentages

%24.19
%0
%13.31
%2.75

Codes

Color #BCF8D7 in popluar color models

BCF8D7
RGB188248215
HSL147°81.08%85.49%
HSB/HSV147°24.19%97.25%
CMYK24.19%0.00%13.31%
2.75%

Color #BCF8D7 in popluar number systems.

HEXBCF8D7
Decimal188248215
Binary101111001111100011010111
Octal274370327

Shades and tints

Shades of #BCF8D7

#BCF8D7
(188,248,215)
#ABE2C4
(171,226,196)
#9ACCB1
(154,204,177)
#89B69E
(137,182,158)
#78A08B
(120,160,139)
#678A78
(103,138,120)
#567465
(86,116,101)
#455E52
(69,94,82)
#34483F
(52,72,63)
#23322C
(35,50,44)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #BCF8D7

#BCF8D7
(188,248,215)
#C2F8DA
(194,248,218)
#C8F8DD
(200,248,221)
#CEF8E0
(206,248,224)
#D4F8E3
(212,248,227)
#DAF8E6
(218,248,230)
#E0F8E9
(224,248,233)
#E6F8EC
(230,248,236)
#ECF8EF
(236,248,239)
#F2F8F2
(242,248,242)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF8D7; }

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

This text font color is #BCF8D7.


Background Color

.myBgColor { background-color: #BCF8D7; }

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

This div background color is #BCF8D7.


Border color

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

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

This div border color is #BCF8D7.


Opacity

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

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

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

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

This text has shadow with #BCF8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF8D7 on black background.


Color preview on white background

This text has color #BCF8D7 on white background.



Black color preview on #BCF8D7 background

This text has black color on #BCF8D7 background.


White color preview on #BCF8D7 background

This text has white color on #BCF8D7 background.