COLOR #BCE1CB

HEX: #BCE1CB
RGB: (188,225,203)

Color info

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

RGB color model

#BCE1CB color RGB value is (188,225,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 203 of 255 = 80%

188
225
203

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

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 203 = 616 (100%)
R 188 of 616 ~ 30.52%
G 225 of 616 ~ 36.53%
B 203 of 616 ~ 32.95%

%30.52
%36.53
%32.95

CMYK color model

#BCE1CB color CMYK value is (16,0,10,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(16,0,10,12)
C16M0Y10K12 
(16%,0%,10%,12%)
(0.16/0.00/0.10/0.12)	

CMYK percentages

%16.44
%0
%9.78
%11.76

Codes

Color #BCE1CB in popluar color models

BCE1CB
RGB188225203
HSL144°38.14%80.98%
HSB/HSV144°16.44%88.24%
CMYK16.44%0.00%9.78%
11.76%

Color #BCE1CB in popluar number systems.

HEXBCE1CB
Decimal188225203
Binary101111001110000111001011
Octal274341313

Shades and tints

Shades of #BCE1CB

#BCE1CB
(188,225,203)
#ABCDB9
(171,205,185)
#9AB9A7
(154,185,167)
#89A595
(137,165,149)
#789183
(120,145,131)
#677D71
(103,125,113)
#56695F
(86,105,95)
#45554D
(69,85,77)
#34413B
(52,65,59)
#232D29
(35,45,41)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCE1CB

#BCE1CB
(188,225,203)
#C2E3CF
(194,227,207)
#C8E5D3
(200,229,211)
#CEE7D7
(206,231,215)
#D4E9DB
(212,233,219)
#DAEBDF
(218,235,223)
#E0EDE3
(224,237,227)
#E6EFE7
(230,239,231)
#ECF1EB
(236,241,235)
#F2F3EF
(242,243,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE1CB color. Also use rgb(188,225,203) instead hex code.

Text Font Color

.myTextColor { color: #BCE1CB; }

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

This text font color is #BCE1CB.


Background Color

.myBgColor { background-color: #BCE1CB; }

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

This div background color is #BCE1CB.


Border color

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

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

This div border color is #BCE1CB.


Opacity

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

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

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

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

This text has shadow with #BCE1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1CB on black background.


Color preview on white background

This text has color #BCE1CB on white background.



Black color preview on #BCE1CB background

This text has black color on #BCE1CB background.


White color preview on #BCE1CB background

This text has white color on #BCE1CB background.