COLOR #BCEEC0

HEX: #BCEEC0
RGB: (188,238,192)

Color info

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

RGB color model

#BCEEC0 color RGB value is (188,238,192).

  • red value is 188;
  • green value is 238;
  • blue value is 192.
RGB:
(188,238,192)
(74%,93%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 192 of 255 = 75%

188
238
192

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

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 192 = 618 (100%)
R 188 of 618 ~ 30.42%
G 238 of 618 ~ 38.51%
B 192 of 618 ~ 31.07%

%30.42
%38.51
%31.07

CMYK color model

#BCEEC0 color CMYK value is (21,0,19,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(21,0,19,7)
C21M0Y19K7 
(21%,0%,19%,7%)
(0.21/0.00/0.19/0.07)	

CMYK percentages

%21.01
%0
%19.33
%6.67

Codes

Color #BCEEC0 in popluar color models

BCEEC0
RGB188238192
HSL125°59.52%83.53%
HSB/HSV125°21.01%93.33%
CMYK21.01%0.00%19.33%
6.67%

Color #BCEEC0 in popluar number systems.

HEXBCEEC0
Decimal188238192
Binary101111001110111011000000
Octal274356300

Shades and tints

Shades of #BCEEC0

#BCEEC0
(188,238,192)
#ABD9AF
(171,217,175)
#9AC49E
(154,196,158)
#89AF8D
(137,175,141)
#789A7C
(120,154,124)
#67856B
(103,133,107)
#56705A
(86,112,90)
#455B49
(69,91,73)
#344638
(52,70,56)
#233127
(35,49,39)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #BCEEC0

#BCEEC0
(188,238,192)
#C2EFC5
(194,239,197)
#C8F0CA
(200,240,202)
#CEF1CF
(206,241,207)
#D4F2D4
(212,242,212)
#DAF3D9
(218,243,217)
#E0F4DE
(224,244,222)
#E6F5E3
(230,245,227)
#ECF6E8
(236,246,232)
#F2F7ED
(242,247,237)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEC0 color. Also use rgb(188,238,192) instead hex code.

Text Font Color

.myTextColor { color: #BCEEC0; }

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

This text font color is #BCEEC0.


Background Color

.myBgColor { background-color: #BCEEC0; }

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

This div background color is #BCEEC0.


Border color

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

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

This div border color is #BCEEC0.


Opacity

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

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

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

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

This text has shadow with #BCEEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEC0 on black background.


Color preview on white background

This text has color #BCEEC0 on white background.



Black color preview on #BCEEC0 background

This text has black color on #BCEEC0 background.


White color preview on #BCEEC0 background

This text has white color on #BCEEC0 background.