COLOR #BCECE2

HEX: #BCECE2
RGB: (188,236,226)

Color info

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

RGB color model

#BCECE2 color RGB value is (188,236,226).

  • red value is 188;
  • green value is 236;
  • blue value is 226.
RGB:
(188,236,226)
(74%,93%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 226 of 255 = 89%

188
236
226

R + G + B ~ 85%. #BCECE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 226 = 650 (100%)
R 188 of 650 ~ 28.92%
G 236 of 650 ~ 36.31%
B 226 of 650 ~ 34.77%

%28.92
%36.31
%34.77

CMYK color model

#BCECE2 color CMYK value is (20,0,4,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(20,0,4,7)
C20M0Y4K7 
(20%,0%,4%,7%)
(0.20/0.00/0.04/0.07)	

CMYK percentages

%20.34
%0
%4.24
%7.45

Codes

Color #BCECE2 in popluar color models

BCECE2
RGB188236226
HSL168°55.81%83.14%
HSB/HSV168°20.34%92.55%
CMYK20.34%0.00%4.24%
7.45%

Color #BCECE2 in popluar number systems.

HEXBCECE2
Decimal188236226
Binary101111001110110011100010
Octal274354342

Shades and tints

Shades of #BCECE2

#BCECE2
(188,236,226)
#ABD7CE
(171,215,206)
#9AC2BA
(154,194,186)
#89ADA6
(137,173,166)
#789892
(120,152,146)
#67837E
(103,131,126)
#566E6A
(86,110,106)
#455956
(69,89,86)
#344442
(52,68,66)
#232F2E
(35,47,46)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCECE2

#BCECE2
(188,236,226)
#C2EDE4
(194,237,228)
#C8EEE6
(200,238,230)
#CEEFE8
(206,239,232)
#D4F0EA
(212,240,234)
#DAF1EC
(218,241,236)
#E0F2EE
(224,242,238)
#E6F3F0
(230,243,240)
#ECF4F2
(236,244,242)
#F2F5F4
(242,245,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCECE2 color. Also use rgb(188,236,226) instead hex code.

Text Font Color

.myTextColor { color: #BCECE2; }

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

This text font color is #BCECE2.


Background Color

.myBgColor { background-color: #BCECE2; }

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

This div background color is #BCECE2.


Border color

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

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

This div border color is #BCECE2.


Opacity

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

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

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

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

This text has shadow with #BCECE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECE2 on black background.


Color preview on white background

This text has color #BCECE2 on white background.



Black color preview on #BCECE2 background

This text has black color on #BCECE2 background.


White color preview on #BCECE2 background

This text has white color on #BCECE2 background.