COLOR #BCE1CF

HEX: #BCE1CF
RGB: (188,225,207)

Color info

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

RGB color model

#BCE1CF color RGB value is (188,225,207).

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

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 207 of 255 = 81%

188
225
207

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

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 207 = 620 (100%)
R 188 of 620 ~ 30.32%
G 225 of 620 ~ 36.29%
B 207 of 620 ~ 33.39%

%30.32
%36.29
%33.39

CMYK color model

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

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

CMYK percentages

%16.44
%0
%8
%11.76

Codes

Color #BCE1CF in popluar color models

BCE1CF
RGB188225207
HSL151°38.14%80.98%
HSB/HSV151°16.44%88.24%
CMYK16.44%0.00%8.00%
11.76%

Color #BCE1CF in popluar number systems.

HEXBCE1CF
Decimal188225207
Binary101111001110000111001111
Octal274341317

Shades and tints

Shades of #BCE1CF

#BCE1CF
(188,225,207)
#ABCDBD
(171,205,189)
#9AB9AB
(154,185,171)
#89A599
(137,165,153)
#789187
(120,145,135)
#677D75
(103,125,117)
#566963
(86,105,99)
#455551
(69,85,81)
#34413F
(52,65,63)
#232D2D
(35,45,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCE1CF

#BCE1CF
(188,225,207)
#C2E3D3
(194,227,211)
#C8E5D7
(200,229,215)
#CEE7DB
(206,231,219)
#D4E9DF
(212,233,223)
#DAEBE3
(218,235,227)
#E0EDE7
(224,237,231)
#E6EFEB
(230,239,235)
#ECF1EF
(236,241,239)
#F2F3F3
(242,243,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1CF; }

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

This text font color is #BCE1CF.


Background Color

.myBgColor { background-color: #BCE1CF; }

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

This div background color is #BCE1CF.


Border color

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

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

This div border color is #BCE1CF.


Opacity

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

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

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

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

This text has shadow with #BCE1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1CF on black background.


Color preview on white background

This text has color #BCE1CF on white background.



Black color preview on #BCE1CF background

This text has black color on #BCE1CF background.


White color preview on #BCE1CF background

This text has white color on #BCE1CF background.