COLOR #BCFFE4

HEX: #BCFFE4 RGB: (188,255,228)

Color info

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

RGB color model

#BCFFE4 color RGB value is (188,255,228).

RGB: (188,255,228) (74%, 100%, 89%)

RGB channels and saturation

R 188 of 255 = 74%
G 255 of 255 = 100%
B 228 of 255 = 89%

188
255
228

R + G + B ~ 88%. #BCFFE4 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 255 + 228 = 671 (100%)
R 188 of 671 ~ 28.02%
G 255 of 671 ~ 38%
B 228 of 671 ~ 33.98'%

%28.02
%38
%33.98

CMYK color model

#BCFFE4 color CMYK value is (26,0,11,0).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%

CMYK: (26,0,11,0)
C26M0Y11K0 (26%, 0%, 11%, 0%)
(0.26 / 0.00 / 0.11 / 0.00)

CMYK percentages

%26.27
%0
%10.59
%0

Codes

Color #BCFFE4 in popluar color models

BC FF E4
RGB 188 255 228
HSL 156° 100.00% 86.86%
HSB/HSV 156° 26.27% 100.00%
CMYK 26.27% 0.00% 10.59%
0.00%

Color #BCFFE4 in popluar number systems.

HEX BC FF E4
Decimal 188 255 228
Binary 10111100 11111111 11100100
Octal 274 377 344

Shades and tints

Shades of #BCFFE4

#BCFFE4
(188,255,228)
#ABE8D0
(171,232,208)
#9AD1BC
(154,209,188)
#89BAA8
(137,186,168)
#78A394
(120,163,148)
#678C80
(103,140,128)
#56756C
(86,117,108)
#455E58
(69,94,88)
#344744
(52,71,68)
#233030
(35,48,48)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #BCFFE4

#BCFFE4
(188,255,228)
#C2FFE6
(194,255,230)
#C8FFE8
(200,255,232)
#CEFFEA
(206,255,234)
#D4FFEC
(212,255,236)
#DAFFEE
(218,255,238)
#E0FFF0
(224,255,240)
#E6FFF2
(230,255,242)
#ECFFF4
(236,255,244)
#F2FFF6
(242,255,246)
#F8FFF8
(248,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCFFE4; }

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

This text font color is #BCFFE4.

Background Color

.myBgColor { background-color: #BCFFE4; }

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

This div background color is #BCFFE4.

Border color

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

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

This div border color is #BCFFE4.

Opacity

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

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

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

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

This text has shadow with #BCFFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFFE4.

Preview

Color preview on black background

This text has color #BCFFE4 on black background.


Color preview on white background

This text has color #BCFFE4 on white background.


Black color preview on #BCFFE4 background

This text has black color on #BCFFE4 background.


White color preview on #BCFFE4 background

This text has white color on #BCFFE4 background.


Related colors

Complementary color

Complementary color for #hex is #43001B.


I love getcolorcode.com

Triadic colors

1 #E4BCFF and #FFE4BC with #BCFFE4 are triadic colors.

2 #E4FFBC and #FFBCE4 with #BCFFE4 are triadic colors.