COLOR #BCE1C2

HEX: #BCE1C2
RGB: (188,225,194)

Color info

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

RGB color model

#BCE1C2 color RGB value is (188,225,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 194 of 255 = 76%

188
225
194

R + G + B ~ 79%. #BCE1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 194 = 607 (100%)
R 188 of 607 ~ 30.97%
G 225 of 607 ~ 37.07%
B 194 of 607 ~ 31.96%

%30.97
%37.07
%31.96

CMYK color model

#BCE1C2 color CMYK value is (16,0,14,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 11.76%
CMYK:
(16,0,14,12)
C16M0Y14K12 
(16%,0%,14%,12%)
(0.16/0.00/0.14/0.12)	

CMYK percentages

%16.44
%0
%13.78
%11.76

Codes

Color #BCE1C2 in popluar color models

BCE1C2
RGB188225194
HSL130°38.14%80.98%
HSB/HSV130°16.44%88.24%
CMYK16.44%0.00%13.78%
11.76%

Color #BCE1C2 in popluar number systems.

HEXBCE1C2
Decimal188225194
Binary101111001110000111000010
Octal274341302

Shades and tints

Shades of #BCE1C2

#BCE1C2
(188,225,194)
#ABCDB1
(171,205,177)
#9AB9A0
(154,185,160)
#89A58F
(137,165,143)
#78917E
(120,145,126)
#677D6D
(103,125,109)
#56695C
(86,105,92)
#45554B
(69,85,75)
#34413A
(52,65,58)
#232D29
(35,45,41)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #BCE1C2

#BCE1C2
(188,225,194)
#C2E3C7
(194,227,199)
#C8E5CC
(200,229,204)
#CEE7D1
(206,231,209)
#D4E9D6
(212,233,214)
#DAEBDB
(218,235,219)
#E0EDE0
(224,237,224)
#E6EFE5
(230,239,229)
#ECF1EA
(236,241,234)
#F2F3EF
(242,243,239)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE1C2; }

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

This text font color is #BCE1C2.


Background Color

.myBgColor { background-color: #BCE1C2; }

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

This div background color is #BCE1C2.


Border color

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

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

This div border color is #BCE1C2.


Opacity

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

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

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

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

This text has shadow with #BCE1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE1C2 on black background.


Color preview on white background

This text has color #BCE1C2 on white background.



Black color preview on #BCE1C2 background

This text has black color on #BCE1C2 background.


White color preview on #BCE1C2 background

This text has white color on #BCE1C2 background.