COLOR #BCE7EB

HEX: #BCE7EB
RGB: (188,231,235)

Color info

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

RGB color model

#BCE7EB color RGB value is (188,231,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 231 of 255 = 91%
B 235 of 255 = 92%

188
231
235

R + G + B ~ 86%. #BCE7EB is light color.

Portions of RGB colors in percentages

R + G + B =
188 + 231 + 235 = 654 (100%)
R 188 of 654 ~ 28.75%
G 231 of 654 ~ 35.32%
B 235 of 654 ~ 35.93%

%28.75
%35.32
%35.93

CMYK color model

#BCE7EB color CMYK value is (20,2,0,8).

  • cyan value is 20.00%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,2,0,8)
C20M2Y0K8 
(20%,2%,0%,8%)
(0.20/0.02/0.00/0.08)	

CMYK percentages

%20
%1.7
%0
%7.84

Codes

Color #BCE7EB in popluar color models

BCE7EB
RGB188231235
HSL185°54.02%82.94%
HSB/HSV185°20.00%92.16%
CMYK20.00%1.70%0.00%
7.84%

Color #BCE7EB in popluar number systems.

HEXBCE7EB
Decimal188231235
Binary101111001110011111101011
Octal274347353

Shades and tints

Shades of #BCE7EB

#BCE7EB
(188,231,235)
#ABD2D6
(171,210,214)
#9ABDC1
(154,189,193)
#89A8AC
(137,168,172)
#789397
(120,147,151)
#677E82
(103,126,130)
#56696D
(86,105,109)
#455458
(69,84,88)
#343F43
(52,63,67)
#232A2E
(35,42,46)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #BCE7EB

#BCE7EB
(188,231,235)
#C2E9EC
(194,233,236)
#C8EBED
(200,235,237)
#CEEDEE
(206,237,238)
#D4EFEF
(212,239,239)
#DAF1F0
(218,241,240)
#E0F3F1
(224,243,241)
#E6F5F2
(230,245,242)
#ECF7F3
(236,247,243)
#F2F9F4
(242,249,244)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCE7EB; }

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

This text font color is #BCE7EB.


Background Color

.myBgColor { background-color: #BCE7EB; }

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

This div background color is #BCE7EB.


Border color

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

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

This div border color is #BCE7EB.


Opacity

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

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

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

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

This text has shadow with #BCE7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE7EB on black background.


Color preview on white background

This text has color #BCE7EB on white background.



Black color preview on #BCE7EB background

This text has black color on #BCE7EB background.


White color preview on #BCE7EB background

This text has white color on #BCE7EB background.