COLOR #BCEBF8

HEX: #BCEBF8
RGB: (188,235,248)

Color info

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

RGB color model

#BCEBF8 color RGB value is (188,235,248).

  • red value is 188;
  • green value is 235;
  • blue value is 248.
RGB:
(188,235,248)
(74%,92%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 235 of 255 = 92%
B 248 of 255 = 97%

188
235
248

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

Portions of RGB colors in percentages

R + G + B =
188 + 235 + 248 = 671 (100%)
R 188 of 671 ~ 28.02%
G 235 of 671 ~ 35.02%
B 248 of 671 ~ 36.96%

%28.02
%35.02
%36.96

CMYK color model

#BCEBF8 color CMYK value is (24,5,0,3).

  • cyan value is 24.19%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(24,5,0,3)
C24M5Y0K3 
(24%,5%,0%,3%)
(0.24/0.05/0.00/0.03)	

CMYK percentages

%24.19
%5.24
%0
%2.75

Codes

Color #BCEBF8 in popluar color models

BCEBF8
RGB188235248
HSL193°81.08%85.49%
HSB/HSV193°24.19%97.25%
CMYK24.19%5.24%0.00%
2.75%

Color #BCEBF8 in popluar number systems.

HEXBCEBF8
Decimal188235248
Binary101111001110101111111000
Octal274353370

Shades and tints

Shades of #BCEBF8

#BCEBF8
(188,235,248)
#ABD6E2
(171,214,226)
#9AC1CC
(154,193,204)
#89ACB6
(137,172,182)
#7897A0
(120,151,160)
#67828A
(103,130,138)
#566D74
(86,109,116)
#45585E
(69,88,94)
#344348
(52,67,72)
#232E32
(35,46,50)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #BCEBF8

#BCEBF8
(188,235,248)
#C2ECF8
(194,236,248)
#C8EDF8
(200,237,248)
#CEEEF8
(206,238,248)
#D4EFF8
(212,239,248)
#DAF0F8
(218,240,248)
#E0F1F8
(224,241,248)
#E6F2F8
(230,242,248)
#ECF3F8
(236,243,248)
#F2F4F8
(242,244,248)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEBF8 color. Also use rgb(188,235,248) instead hex code.

Text Font Color

.myTextColor { color: #BCEBF8; }

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

This text font color is #BCEBF8.


Background Color

.myBgColor { background-color: #BCEBF8; }

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

This div background color is #BCEBF8.


Border color

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

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

This div border color is #BCEBF8.


Opacity

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

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

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

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

This text has shadow with #BCEBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEBF8 on black background.


Color preview on white background

This text has color #BCEBF8 on white background.



Black color preview on #BCEBF8 background

This text has black color on #BCEBF8 background.


White color preview on #BCEBF8 background

This text has white color on #BCEBF8 background.