COLOR #BCFEC5

HEX: #BCFEC5 RGB: (188,254,197)

Color info

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

RGB color model

#BCFEC5 color RGB value is (188,254,197).

RGB: (188,254,197) (74%, 100%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 254 of 255 = 100%
B 197 of 255 = 77%

188
254
197

R + G + B ~ 84%. #BCFEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 254 + 197 = 639 (100%)
R 188 of 639 ~ 29.42%
G 254 of 639 ~ 39.75%
B 197 of 639 ~ 30.83'%

%29.42
%39.75
%30.83

CMYK color model

#BCFEC5 color CMYK value is (26,0,22,0).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 0.39%

CMYK: (26,0,22,0)
C26M0Y22K0 (26%, 0%, 22%, 0%)
(0.26 / 0.00 / 0.22 / 0.00)

CMYK percentages

%25.98
%0
%22.44
%0.39

Codes

Color #BCFEC5 in popluar color models

BC FE C5
RGB 188 254 197
HSL 128° 97.06% 86.67%
HSB/HSV 128° 25.98% 99.61%
CMYK 25.98% 0.00% 22.44%
0.39%

Color #BCFEC5 in popluar number systems.

HEX BC FE C5
Decimal 188 254 197
Binary 10111100 11111110 11000101
Octal 274 376 305

Shades and tints

Shades of #BCFEC5

#BCFEC5
(188,254,197)
#ABE7B4
(171,231,180)
#9AD0A3
(154,208,163)
#89B992
(137,185,146)
#78A281
(120,162,129)
#678B70
(103,139,112)
#56745F
(86,116,95)
#455D4E
(69,93,78)
#34463D
(52,70,61)
#232F2C
(35,47,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCFEC5

#BCFEC5
(188,254,197)
#C2FECA
(194,254,202)
#C8FECF
(200,254,207)
#CEFED4
(206,254,212)
#D4FED9
(212,254,217)
#DAFEDE
(218,254,222)
#E0FEE3
(224,254,227)
#E6FEE8
(230,254,232)
#ECFEED
(236,254,237)
#F2FEF2
(242,254,242)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFEC5 color. Also use rgb(188,254,197) instead hex code.

Text Font Color

.myTextColor { color: #BCFEC5; }

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

This text font color is #BCFEC5.

Background Color

.myBgColor { background-color: #BCFEC5; }

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

This div background color is #BCFEC5.

Border color

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

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

This div border color is #BCFEC5.

Opacity

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

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

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

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

This text has shadow with #BCFEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFEC5.

Preview

Color preview on black background

This text has color #BCFEC5 on black background.


Color preview on white background

This text has color #BCFEC5 on white background.


Black color preview on #BCFEC5 background

This text has black color on #BCFEC5 background.


White color preview on #BCFEC5 background

This text has white color on #BCFEC5 background.


Related colors

Complementary color

Complementary color for #hex is #43013A.


I love getcolorcode.com

Triadic colors

1 #C5BCFE and #FEC5BC with #BCFEC5 are triadic colors.

2 #C5FEBC and #FEBCC5 with #BCFEC5 are triadic colors.