COLOR #BCE9C8

HEX: #BCE9C8
RGB: (188,233,200)

Color info

#BCE9C8 contains red, green and blue colors in about the same proportion. Web safe color of #BCE9C8 is #CCFFCC (or #CFC).

RGB color model

#BCE9C8 color RGB value is (188,233,200).

  • red value is 188;
  • green value is 233;
  • blue value is 200.
RGB:
(188,233,200)
(74%,91%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 233 of 255 = 91%
B 200 of 255 = 78%

188
233
200

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

Portions of RGB colors in percentages

R + G + B =
188 + 233 + 200 = 621 (100%)
R 188 of 621 ~ 30.27%
G 233 of 621 ~ 37.52%
B 200 of 621 ~ 32.21%

%30.27
%37.52
%32.21

CMYK color model

#BCE9C8 color CMYK value is (19,0,14,9).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(19,0,14,9)
C19M0Y14K9 
(19%,0%,14%,9%)
(0.19/0.00/0.14/0.09)	

CMYK percentages

%19.31
%0
%14.16
%8.63

Codes

Color #BCE9C8 in popluar color models

BCE9C8
RGB188233200
HSL136°50.56%82.55%
HSB/HSV136°19.31%91.37%
CMYK19.31%0.00%14.16%
8.63%

Color #BCE9C8 in popluar number systems.

HEXBCE9C8
Decimal188233200
Binary101111001110100111001000
Octal274351310

Shades and tints

Shades of #BCE9C8

#BCE9C8
(188,233,200)
#ABD4B6
(171,212,182)
#9ABFA4
(154,191,164)
#89AA92
(137,170,146)
#789580
(120,149,128)
#67806E
(103,128,110)
#566B5C
(86,107,92)
#45564A
(69,86,74)
#344138
(52,65,56)
#232C26
(35,44,38)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BCE9C8

#BCE9C8
(188,233,200)
#C2EBCD
(194,235,205)
#C8EDD2
(200,237,210)
#CEEFD7
(206,239,215)
#D4F1DC
(212,241,220)
#DAF3E1
(218,243,225)
#E0F5E6
(224,245,230)
#E6F7EB
(230,247,235)
#ECF9F0
(236,249,240)
#F2FBF5
(242,251,245)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE9C8 color. Also use rgb(188,233,200) instead hex code.

Text Font Color

.myTextColor { color: #BCE9C8; }

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

This text font color is #BCE9C8.


Background Color

.myBgColor { background-color: #BCE9C8; }

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

This div background color is #BCE9C8.


Border color

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

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

This div border color is #BCE9C8.


Opacity

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

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

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

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

This text has shadow with #BCE9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE9C8 on black background.


Color preview on white background

This text has color #BCE9C8 on white background.



Black color preview on #BCE9C8 background

This text has black color on #BCE9C8 background.


White color preview on #BCE9C8 background

This text has white color on #BCE9C8 background.