COLOR #BCE4C5

HEX: #BCE4C5
RGB: (188,228,197)

Color info

#BCE4C5 contains red, green and blue colors in about the same proportion. Web safe color of #BCE4C5 is #CCCCCC (or #CCC).

RGB color model

#BCE4C5 color RGB value is (188,228,197).

  • red value is 188;
  • green value is 228;
  • blue value is 197.
RGB:
(188,228,197)
(74%,89%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 228 of 255 = 89%
B 197 of 255 = 77%

188
228
197

R + G + B ~ 80%. #BCE4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 228 + 197 = 613 (100%)
R 188 of 613 ~ 30.67%
G 228 of 613 ~ 37.19%
B 197 of 613 ~ 32.14%

%30.67
%37.19
%32.14

CMYK color model

#BCE4C5 color CMYK value is (18,0,14,11).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 13.60%
  • key color value is 10.59%
CMYK:
(18,0,14,11)
C18M0Y14K11 
(18%,0%,14%,11%)
(0.18/0.00/0.14/0.11)	

CMYK percentages

%17.54
%0
%13.6
%10.59

Codes

Color #BCE4C5 in popluar color models

BCE4C5
RGB188228197
HSL134°42.55%81.57%
HSB/HSV134°17.54%89.41%
CMYK17.54%0.00%13.60%
10.59%

Color #BCE4C5 in popluar number systems.

HEXBCE4C5
Decimal188228197
Binary101111001110010011000101
Octal274344305

Shades and tints

Shades of #BCE4C5

#BCE4C5
(188,228,197)
#ABD0B4
(171,208,180)
#9ABCA3
(154,188,163)
#89A892
(137,168,146)
#789481
(120,148,129)
#678070
(103,128,112)
#566C5F
(86,108,95)
#45584E
(69,88,78)
#34443D
(52,68,61)
#23302C
(35,48,44)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #BCE4C5

#BCE4C5
(188,228,197)
#C2E6CA
(194,230,202)
#C8E8CF
(200,232,207)
#CEEAD4
(206,234,212)
#D4ECD9
(212,236,217)
#DAEEDE
(218,238,222)
#E0F0E3
(224,240,227)
#E6F2E8
(230,242,232)
#ECF4ED
(236,244,237)
#F2F6F2
(242,246,242)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE4C5; }

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

This text font color is #BCE4C5.


Background Color

.myBgColor { background-color: #BCE4C5; }

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

This div background color is #BCE4C5.


Border color

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

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

This div border color is #BCE4C5.


Opacity

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

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

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

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

This text has shadow with #BCE4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE4C5 on black background.


Color preview on white background

This text has color #BCE4C5 on white background.



Black color preview on #BCE4C5 background

This text has black color on #BCE4C5 background.


White color preview on #BCE4C5 background

This text has white color on #BCE4C5 background.