COLOR #BCFDE8

HEX: #BCFDE8 RGB: (188,253,232)

Color info

#BCFDE8 contains mainly green and blue colors. Web safe color of #BCFDE8 is #CCFFFF (or #CFF).

RGB color model

#BCFDE8 color RGB value is (188,253,232).

RGB: (188,253,232) (74%, 99%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 253 of 255 = 99%
B 232 of 255 = 91%

188
253
232

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

Portions of RGB colors in percentages

R + G + B = 188 + 253 + 232 = 673 (100%)
R 188 of 673 ~ 27.93%
G 253 of 673 ~ 37.59%
B 232 of 673 ~ 34.47'%

%27.93
%37.59
%34.47

CMYK color model

#BCFDE8 color CMYK value is (26,0,8,1).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%

CMYK: (26,0,8,1)
C26M0Y8K1 (26%, 0%, 8%, 1%)
(0.26 / 0.00 / 0.08 / 0.01)

CMYK percentages

%25.69
%0
%8.3
%0.78

Codes

Color #BCFDE8 in popluar color models

BC FD E8
RGB 188 253 232
HSL 161° 94.20% 86.47%
HSB/HSV 161° 25.69% 99.22%
CMYK 25.69% 0.00% 8.30%
0.78%

Color #BCFDE8 in popluar number systems.

HEX BC FD E8
Decimal 188 253 232
Binary 10111100 11111101 11101000
Octal 274 375 350

Shades and tints

Shades of #BCFDE8

#BCFDE8
(188,253,232)
#ABE6D3
(171,230,211)
#9ACFBE
(154,207,190)
#89B8A9
(137,184,169)
#78A194
(120,161,148)
#678A7F
(103,138,127)
#56736A
(86,115,106)
#455C55
(69,92,85)
#344540
(52,69,64)
#232E2B
(35,46,43)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCFDE8

#BCFDE8
(188,253,232)
#C2FDEA
(194,253,234)
#C8FDEC
(200,253,236)
#CEFDEE
(206,253,238)
#D4FDF0
(212,253,240)
#DAFDF2
(218,253,242)
#E0FDF4
(224,253,244)
#E6FDF6
(230,253,246)
#ECFDF8
(236,253,248)
#F2FDFA
(242,253,250)
#F8FDFC
(248,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCFDE8 color. Also use rgb(188,253,232) instead hex code.

Text Font Color

.myTextColor { color: #BCFDE8; }

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

This text font color is #BCFDE8.

Background Color

.myBgColor { background-color: #BCFDE8; }

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

This div background color is #BCFDE8.

Border color

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

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

This div border color is #BCFDE8.

Opacity

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

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

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

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

This text has shadow with #BCFDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCFDE8.

Preview

Color preview on black background

This text has color #BCFDE8 on black background.


Color preview on white background

This text has color #BCFDE8 on white background.


Black color preview on #BCFDE8 background

This text has black color on #BCFDE8 background.


White color preview on #BCFDE8 background

This text has white color on #BCFDE8 background.


Related colors

Complementary color

Complementary color for #hex is #430217.


I love getcolorcode.com

Triadic colors

1 #E8BCFD and #FDE8BC with #BCFDE8 are triadic colors.

2 #E8FDBC and #FDBCE8 with #BCFDE8 are triadic colors.