COLOR #BCECFD

HEX: #BCECFD
RGB: (188,236,253)

Color info

#BCECFD contains mainly green and blue colors. Web safe color of #BCECFD is #CCFFFF (or #CFF).

RGB color model

#BCECFD color RGB value is (188,236,253).

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

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 253 of 255 = 99%

188
236
253

R + G + B ~ 89%. #BCECFD is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 253 = 677 (100%)
R 188 of 677 ~ 27.77%
G 236 of 677 ~ 34.86%
B 253 of 677 ~ 37.37%

%27.77
%34.86
%37.37

CMYK color model

#BCECFD color CMYK value is (26,7,0,1).

  • cyan value is 25.69%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,7,0,1)
C26M7Y0K1 
(26%,7%,0%,1%)
(0.26/0.07/0.00/0.01)	

CMYK percentages

%25.69
%6.72
%0
%0.78

Codes

Color #BCECFD in popluar color models

BCECFD
RGB188236253
HSL196°94.20%86.47%
HSB/HSV196°25.69%99.22%
CMYK25.69%6.72%0.00%
0.78%

Color #BCECFD in popluar number systems.

HEXBCECFD
Decimal188236253
Binary101111001110110011111101
Octal274354375

Shades and tints

Shades of #BCECFD

#BCECFD
(188,236,253)
#ABD7E6
(171,215,230)
#9AC2CF
(154,194,207)
#89ADB8
(137,173,184)
#7898A1
(120,152,161)
#67838A
(103,131,138)
#566E73
(86,110,115)
#45595C
(69,89,92)
#344445
(52,68,69)
#232F2E
(35,47,46)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #BCECFD

#BCECFD
(188,236,253)
#C2EDFD
(194,237,253)
#C8EEFD
(200,238,253)
#CEEFFD
(206,239,253)
#D4F0FD
(212,240,253)
#DAF1FD
(218,241,253)
#E0F2FD
(224,242,253)
#E6F3FD
(230,243,253)
#ECF4FD
(236,244,253)
#F2F5FD
(242,245,253)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCECFD; }

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

This text font color is #BCECFD.


Background Color

.myBgColor { background-color: #BCECFD; }

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

This div background color is #BCECFD.


Border color

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

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

This div border color is #BCECFD.


Opacity

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

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

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

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

This text has shadow with #BCECFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECFD on black background.


Color preview on white background

This text has color #BCECFD on white background.



Black color preview on #BCECFD background

This text has black color on #BCECFD background.


White color preview on #BCECFD background

This text has white color on #BCECFD background.