COLOR #BCEEC6

HEX: #BCEEC6
RGB: (188,238,198)

Color info

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

RGB color model

#BCEEC6 color RGB value is (188,238,198).

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

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 198 of 255 = 78%

188
238
198

R + G + B ~ 82%. #BCEEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 238 + 198 = 624 (100%)
R 188 of 624 ~ 30.13%
G 238 of 624 ~ 38.14%
B 198 of 624 ~ 31.73%

%30.13
%38.14
%31.73

CMYK color model

#BCEEC6 color CMYK value is (21,0,17,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(21,0,17,7)
C21M0Y17K7 
(21%,0%,17%,7%)
(0.21/0.00/0.17/0.07)	

CMYK percentages

%21.01
%0
%16.81
%6.67

Codes

Color #BCEEC6 in popluar color models

BCEEC6
RGB188238198
HSL132°59.52%83.53%
HSB/HSV132°21.01%93.33%
CMYK21.01%0.00%16.81%
6.67%

Color #BCEEC6 in popluar number systems.

HEXBCEEC6
Decimal188238198
Binary101111001110111011000110
Octal274356306

Shades and tints

Shades of #BCEEC6

#BCEEC6
(188,238,198)
#ABD9B4
(171,217,180)
#9AC4A2
(154,196,162)
#89AF90
(137,175,144)
#789A7E
(120,154,126)
#67856C
(103,133,108)
#56705A
(86,112,90)
#455B48
(69,91,72)
#344636
(52,70,54)
#233124
(35,49,36)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #BCEEC6

#BCEEC6
(188,238,198)
#C2EFCB
(194,239,203)
#C8F0D0
(200,240,208)
#CEF1D5
(206,241,213)
#D4F2DA
(212,242,218)
#DAF3DF
(218,243,223)
#E0F4E4
(224,244,228)
#E6F5E9
(230,245,233)
#ECF6EE
(236,246,238)
#F2F7F3
(242,247,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEEC6; }

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

This text font color is #BCEEC6.


Background Color

.myBgColor { background-color: #BCEEC6; }

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

This div background color is #BCEEC6.


Border color

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

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

This div border color is #BCEEC6.


Opacity

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

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

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

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

This text has shadow with #BCEEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEEC6 on black background.


Color preview on white background

This text has color #BCEEC6 on white background.



Black color preview on #BCEEC6 background

This text has black color on #BCEEC6 background.


White color preview on #BCEEC6 background

This text has white color on #BCEEC6 background.