COLOR #BCECF6

HEX: #BCECF6
RGB: (188,236,246)

Color info

#BCECF6 contains red, green and blue colors in about the same proportion. Web safe color of #BCECF6 is #CCFFFF (or #CFF).

RGB color model

#BCECF6 color RGB value is (188,236,246).

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

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 246 of 255 = 96%

188
236
246

R + G + B ~ 88%. #BCECF6 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 246 = 670 (100%)
R 188 of 670 ~ 28.06%
G 236 of 670 ~ 35.22%
B 246 of 670 ~ 36.72%

%28.06
%35.22
%36.72

CMYK color model

#BCECF6 color CMYK value is (24,4,0,4).

  • cyan value is 23.58%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,4,0,4)
C24M4Y0K4 
(24%,4%,0%,4%)
(0.24/0.04/0.00/0.04)	

CMYK percentages

%23.58
%4.07
%0
%3.53

Codes

Color #BCECF6 in popluar color models

BCECF6
RGB188236246
HSL190°76.32%85.10%
HSB/HSV190°23.58%96.47%
CMYK23.58%4.07%0.00%
3.53%

Color #BCECF6 in popluar number systems.

HEXBCECF6
Decimal188236246
Binary101111001110110011110110
Octal274354366

Shades and tints

Shades of #BCECF6

#BCECF6
(188,236,246)
#ABD7E0
(171,215,224)
#9AC2CA
(154,194,202)
#89ADB4
(137,173,180)
#78989E
(120,152,158)
#678388
(103,131,136)
#566E72
(86,110,114)
#45595C
(69,89,92)
#344446
(52,68,70)
#232F30
(35,47,48)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCECF6

#BCECF6
(188,236,246)
#C2EDF6
(194,237,246)
#C8EEF6
(200,238,246)
#CEEFF6
(206,239,246)
#D4F0F6
(212,240,246)
#DAF1F6
(218,241,246)
#E0F2F6
(224,242,246)
#E6F3F6
(230,243,246)
#ECF4F6
(236,244,246)
#F2F5F6
(242,245,246)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCECF6; }

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

This text font color is #BCECF6.


Background Color

.myBgColor { background-color: #BCECF6; }

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

This div background color is #BCECF6.


Border color

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

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

This div border color is #BCECF6.


Opacity

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

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

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

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

This text has shadow with #BCECF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECF6 on black background.


Color preview on white background

This text has color #BCECF6 on white background.



Black color preview on #BCECF6 background

This text has black color on #BCECF6 background.


White color preview on #BCECF6 background

This text has white color on #BCECF6 background.