COLOR #BCFEE0

HEX: #BCFEE0 RGB: (188,254,224)

Color info

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

RGB color model

#BCFEE0 color RGB value is (188,254,224).

RGB: (188,254,224) (74%, 100%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 254 of 255 = 100%
B 224 of 255 = 88%

188
254
224

R + G + B ~ 87%. #BCFEE0 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 254 + 224 = 666 (100%)
R 188 of 666 ~ 28.23%
G 254 of 666 ~ 38.14%
B 224 of 666 ~ 33.63'%

%28.23
%38.14
%33.63

CMYK color model

#BCFEE0 color CMYK value is (26,0,12,0).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK: (26,0,12,0) C26M0Y12K0 (26%,0%,12%,0%) (0.26/0.00/0.12/0.00) 

CMYK percentages

%25.98
%0
%11.81
%0.39

Codes

Color #BCFEE0 in popluar color models

BC FE E0
RGB 188 254 224
HSL 153° 97.06% 86.67%
HSB/HSV 153° 25.98% 99.61%
CMYK 25.98% 0.00% 11.81%
0.39%

Color #BCFEE0 in popluar number systems.

HEX BC FE E0
Decimal 188 254 224
Binary 10111100 11111110 11100000
Octal 274 376 340

Shades and tints

Shades of #BCFEE0

#BCFEE0
(188,254,224)
#ABE7CC
(171,231,204)
#9AD0B8
(154,208,184)
#89B9A4
(137,185,164)
#78A290
(120,162,144)
#678B7C
(103,139,124)
#567468
(86,116,104)
#455D54
(69,93,84)
#344640
(52,70,64)
#232F2C
(35,47,44)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCFEE0

#BCFEE0
(188,254,224)
#C2FEE2
(194,254,226)
#C8FEE4
(200,254,228)
#CEFEE6
(206,254,230)
#D4FEE8
(212,254,232)
#DAFEEA
(218,254,234)
#E0FEEC
(224,254,236)
#E6FEEE
(230,254,238)
#ECFEF0
(236,254,240)
#F2FEF2
(242,254,242)
#F8FEF4
(248,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFEE0; }

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

This text font color is #BCFEE0.

Background Color

.myBgColor { background-color: #BCFEE0; }

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

This div background color is #BCFEE0.

Border color

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

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

This div border color is #BCFEE0.

Opacity

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

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

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

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

This text has shadow with #BCFEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFEE0.

Preview

Color preview on black background

This text has color #BCFEE0 on black background.


Color preview on white background

This text has color #BCFEE0 on white background.


Black color preview on #BCFEE0 background

This text has black color on #BCFEE0 background.


White color preview on #BCFEE0 background

This text has white color on #BCFEE0 background.


Related colors

Complementary color

Complementary color for #hex is #43011F.


I love getcolorcode.com

Triadic colors

1 #E0BCFE and #FEE0BC with #BCFEE0 are triadic colors.

2 #E0FEBC and #FEBCE0 with #BCFEE0 are triadic colors.