COLOR #BCECF0

HEX: #BCECF0
RGB: (188,236,240)

Color info

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

RGB color model

#BCECF0 color RGB value is (188,236,240).

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

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 240 of 255 = 94%

188
236
240

R + G + B ~ 87%. #BCECF0 is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 240 = 664 (100%)
R 188 of 664 ~ 28.31%
G 236 of 664 ~ 35.54%
B 240 of 664 ~ 36.14%

%28.31
%35.54
%36.14

CMYK color model

#BCECF0 color CMYK value is (22,2,0,6).

  • cyan value is 21.67%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(22,2,0,6)
C22M2Y0K6 
(22%,2%,0%,6%)
(0.22/0.02/0.00/0.06)	

CMYK percentages

%21.67
%1.67
%0
%5.88

Codes

Color #BCECF0 in popluar color models

BCECF0
RGB188236240
HSL185°63.41%83.92%
HSB/HSV185°21.67%94.12%
CMYK21.67%1.67%0.00%
5.88%

Color #BCECF0 in popluar number systems.

HEXBCECF0
Decimal188236240
Binary101111001110110011110000
Octal274354360

Shades and tints

Shades of #BCECF0

#BCECF0
(188,236,240)
#ABD7DB
(171,215,219)
#9AC2C6
(154,194,198)
#89ADB1
(137,173,177)
#78989C
(120,152,156)
#678387
(103,131,135)
#566E72
(86,110,114)
#45595D
(69,89,93)
#344448
(52,68,72)
#232F33
(35,47,51)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #BCECF0

#BCECF0
(188,236,240)
#C2EDF1
(194,237,241)
#C8EEF2
(200,238,242)
#CEEFF3
(206,239,243)
#D4F0F4
(212,240,244)
#DAF1F5
(218,241,245)
#E0F2F6
(224,242,246)
#E6F3F7
(230,243,247)
#ECF4F8
(236,244,248)
#F2F5F9
(242,245,249)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCECF0; }

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

This text font color is #BCECF0.


Background Color

.myBgColor { background-color: #BCECF0; }

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

This div background color is #BCECF0.


Border color

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

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

This div border color is #BCECF0.


Opacity

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

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

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

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

This text has shadow with #BCECF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCECF0 on black background.


Color preview on white background

This text has color #BCECF0 on white background.



Black color preview on #BCECF0 background

This text has black color on #BCECF0 background.


White color preview on #BCECF0 background

This text has white color on #BCECF0 background.