COLOR #BCFCD6

HEX: #BCFCD6 RGB: (188,252,214)

Color info

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

RGB color model

#BCFCD6 color RGB value is (188,252,214).

RGB: (188,252,214) (74%, 99%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 252 of 255 = 99%
B 214 of 255 = 84%

188
252
214

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

Portions of RGB colors in percentages

R + G + B = 188 + 252 + 214 = 654 (100%)
R 188 of 654 ~ 28.75%
G 252 of 654 ~ 38.53%
B 214 of 654 ~ 32.72'%

%28.75
%38.53
%32.72

CMYK color model

#BCFCD6 color CMYK value is (25,0,15,1).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 1.18%

CMYK: (25,0,15,1)
C25M0Y15K1 (25%, 0%, 15%, 1%)
(0.25 / 0.00 / 0.15 / 0.01)

CMYK percentages

%25.4
%0
%15.08
%1.18

Codes

Color #BCFCD6 in popluar color models

BC FC D6
RGB 188 252 214
HSL 144° 91.43% 86.27%
HSB/HSV 144° 25.40% 98.82%
CMYK 25.40% 0.00% 15.08%
1.18%

Color #BCFCD6 in popluar number systems.

HEX BC FC D6
Decimal 188 252 214
Binary 10111100 11111100 11010110
Octal 274 374 326

Shades and tints

Shades of #BCFCD6

#BCFCD6
(188,252,214)
#ABE6C3
(171,230,195)
#9AD0B0
(154,208,176)
#89BA9D
(137,186,157)
#78A48A
(120,164,138)
#678E77
(103,142,119)
#567864
(86,120,100)
#456251
(69,98,81)
#344C3E
(52,76,62)
#23362B
(35,54,43)
#122018
(18,32,24)
#000000
(0,0,0)

Tints of #BCFCD6

#BCFCD6
(188,252,214)
#C2FCD9
(194,252,217)
#C8FCDC
(200,252,220)
#CEFCDF
(206,252,223)
#D4FCE2
(212,252,226)
#DAFCE5
(218,252,229)
#E0FCE8
(224,252,232)
#E6FCEB
(230,252,235)
#ECFCEE
(236,252,238)
#F2FCF1
(242,252,241)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFCD6; }

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

This text font color is #BCFCD6.

Background Color

.myBgColor { background-color: #BCFCD6; }

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

This div background color is #BCFCD6.

Border color

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

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

This div border color is #BCFCD6.

Opacity

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

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

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

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

This text has shadow with #BCFCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFCD6.

Preview

Color preview on black background

This text has color #BCFCD6 on black background.


Color preview on white background

This text has color #BCFCD6 on white background.


Black color preview on #BCFCD6 background

This text has black color on #BCFCD6 background.


White color preview on #BCFCD6 background

This text has white color on #BCFCD6 background.


Related colors

Complementary color

Complementary color for #hex is #430329.


I love getcolorcode.com

Triadic colors

1 #D6BCFC and #FCD6BC with #BCFCD6 are triadic colors.

2 #D6FCBC and #FCBCD6 with #BCFCD6 are triadic colors.