COLOR #BCE0CD

HEX: #BCE0CD
RGB: (188,224,205)

Color info

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

RGB color model

#BCE0CD color RGB value is (188,224,205).

  • red value is 188;
  • green value is 224;
  • blue value is 205.
RGB:
(188,224,205)
(74%,88%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 205 of 255 = 80%

188
224
205

R + G + B ~ 81%. #BCE0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 205 = 617 (100%)
R 188 of 617 ~ 30.47%
G 224 of 617 ~ 36.3%
B 205 of 617 ~ 33.23%

%30.47
%36.3
%33.23

CMYK color model

#BCE0CD color CMYK value is (16,0,8,12).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(16,0,8,12)
C16M0Y8K12 
(16%,0%,8%,12%)
(0.16/0.00/0.08/0.12)	

CMYK percentages

%16.07
%0
%8.48
%12.16

Codes

Color #BCE0CD in popluar color models

BCE0CD
RGB188224205
HSL148°36.73%80.78%
HSB/HSV148°16.07%87.84%
CMYK16.07%0.00%8.48%
12.16%

Color #BCE0CD in popluar number systems.

HEXBCE0CD
Decimal188224205
Binary101111001110000011001101
Octal274340315

Shades and tints

Shades of #BCE0CD

#BCE0CD
(188,224,205)
#ABCCBB
(171,204,187)
#9AB8A9
(154,184,169)
#89A497
(137,164,151)
#789085
(120,144,133)
#677C73
(103,124,115)
#566861
(86,104,97)
#45544F
(69,84,79)
#34403D
(52,64,61)
#232C2B
(35,44,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCE0CD

#BCE0CD
(188,224,205)
#C2E2D1
(194,226,209)
#C8E4D5
(200,228,213)
#CEE6D9
(206,230,217)
#D4E8DD
(212,232,221)
#DAEAE1
(218,234,225)
#E0ECE5
(224,236,229)
#E6EEE9
(230,238,233)
#ECF0ED
(236,240,237)
#F2F2F1
(242,242,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE0CD; }

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

This text font color is #BCE0CD.


Background Color

.myBgColor { background-color: #BCE0CD; }

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

This div background color is #BCE0CD.


Border color

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

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

This div border color is #BCE0CD.


Opacity

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

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

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

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

This text has shadow with #BCE0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0CD on black background.


Color preview on white background

This text has color #BCE0CD on white background.



Black color preview on #BCE0CD background

This text has black color on #BCE0CD background.


White color preview on #BCE0CD background

This text has white color on #BCE0CD background.