COLOR #BCFFD5

HEX: #BCFFD5
RGB: (188,255,213)

Color info

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

RGB color model

#BCFFD5 color RGB value is (188,255,213).

  • red value is 188;
  • green value is 255;
  • blue value is 213.
RGB:
(188,255,213)
(74%,100%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 213 of 255 = 84%

188
255
213

R + G + B ~ 86%. #BCFFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 255 + 213 = 656 (100%)
R 188 of 656 ~ 28.66%
G 255 of 656 ~ 38.87%
B 213 of 656 ~ 32.47%

%28.66
%38.87
%32.47

CMYK color model

#BCFFD5 color CMYK value is (26,0,16,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(26,0,16,0)
C26M0Y16K0 
(26%,0%,16%,0%)
(0.26/0.00/0.16/0.00)	

CMYK percentages

%26.27
%0
%16.47
%0

Codes

Color #BCFFD5 in popluar color models

BCFFD5
RGB188255213
HSL142°100.00%86.86%
HSB/HSV142°26.27%100.00%
CMYK26.27%0.00%16.47%
0.00%

Color #BCFFD5 in popluar number systems.

HEXBCFFD5
Decimal188255213
Binary101111001111111111010101
Octal274377325

Shades and tints

Shades of #BCFFD5

#BCFFD5
(188,255,213)
#ABE8C2
(171,232,194)
#9AD1AF
(154,209,175)
#89BA9C
(137,186,156)
#78A389
(120,163,137)
#678C76
(103,140,118)
#567563
(86,117,99)
#455E50
(69,94,80)
#34473D
(52,71,61)
#23302A
(35,48,42)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCFFD5

#BCFFD5
(188,255,213)
#C2FFD8
(194,255,216)
#C8FFDB
(200,255,219)
#CEFFDE
(206,255,222)
#D4FFE1
(212,255,225)
#DAFFE4
(218,255,228)
#E0FFE7
(224,255,231)
#E6FFEA
(230,255,234)
#ECFFED
(236,255,237)
#F2FFF0
(242,255,240)
#F8FFF3
(248,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFFD5 color. Also use rgb(188,255,213) instead hex code.

Text Font Color

.myTextColor { color: #BCFFD5; }

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

This text font color is #BCFFD5.


Background Color

.myBgColor { background-color: #BCFFD5; }

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

This div background color is #BCFFD5.


Border color

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

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

This div border color is #BCFFD5.


Opacity

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

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

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

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

This text has shadow with #BCFFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCFFD5 on black background.


Color preview on white background

This text has color #BCFFD5 on white background.



Black color preview on #BCFFD5 background

This text has black color on #BCFFD5 background.


White color preview on #BCFFD5 background

This text has white color on #BCFFD5 background.