COLOR #BCE8E4

HEX: #BCE8E4 RGB: (188,232,228)

Color info

#BCE8E4 contains red, green and blue colors in about the same proportion. Web safe color of #BCE8E4 is #CCFFCC (or #CFC).

RGB color model

#BCE8E4 color RGB value is (188,232,228).

RGB: (188,232,228) (74%, 91%, 89%)

RGB channels and saturation

R 188 of 255 = 74%
G 232 of 255 = 91%
B 228 of 255 = 89%

188
232
228

R + G + B ~ 85%. #BCE8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 232 + 228 = 648 (100%)
R 188 of 648 ~ 29.01%
G 232 of 648 ~ 35.8%
B 228 of 648 ~ 35.19'%

%29.01
%35.8
%35.19

CMYK color model

#BCE8E4 color CMYK value is (19,0,2,9).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 9.02%

CMYK: (19,0,2,9)
C19M0Y2K9 (19%, 0%, 2%, 9%)
(0.19 / 0.00 / 0.02 / 0.09)

CMYK percentages

%18.97
%0
%1.72
%9.02

Codes

Color #BCE8E4 in popluar color models

BC E8 E4
RGB 188 232 228
HSL 175° 48.89% 82.35%
HSB/HSV 175° 18.97% 90.98%
CMYK 18.97% 0.00% 1.72%
9.02%

Color #BCE8E4 in popluar number systems.

HEX BC E8 E4
Decimal 188 232 228
Binary 10111100 11101000 11100100
Octal 274 350 344

Shades and tints

Shades of #BCE8E4

#BCE8E4
(188,232,228)
#ABD3D0
(171,211,208)
#9ABEBC
(154,190,188)
#89A9A8
(137,169,168)
#789494
(120,148,148)
#677F80
(103,127,128)
#566A6C
(86,106,108)
#455558
(69,85,88)
#344044
(52,64,68)
#232B30
(35,43,48)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #BCE8E4

#BCE8E4
(188,232,228)
#C2EAE6
(194,234,230)
#C8ECE8
(200,236,232)
#CEEEEA
(206,238,234)
#D4F0EC
(212,240,236)
#DAF2EE
(218,242,238)
#E0F4F0
(224,244,240)
#E6F6F2
(230,246,242)
#ECF8F4
(236,248,244)
#F2FAF6
(242,250,246)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE8E4; }

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

This text font color is #BCE8E4.

Background Color

.myBgColor { background-color: #BCE8E4; }

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

This div background color is #BCE8E4.

Border color

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

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

This div border color is #BCE8E4.

Opacity

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

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

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

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

This text has shadow with #BCE8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE8E4.

Preview

Color preview on black background

This text has color #BCE8E4 on black background.


Color preview on white background

This text has color #BCE8E4 on white background.


Black color preview on #BCE8E4 background

This text has black color on #BCE8E4 background.


White color preview on #BCE8E4 background

This text has white color on #BCE8E4 background.


Related colors

Complementary color

Complementary color for #hex is #43171B.


I love getcolorcode.com

Triadic colors

1 #E4BCE8 and #E8E4BC with #BCE8E4 are triadic colors.

2 #E4E8BC and #E8BCE4 with #BCE8E4 are triadic colors.