COLOR #BCE0DB

HEX: #BCE0DB
RGB: (188,224,219)

Color info

#BCE0DB contains red, green and blue colors in about the same proportion. Web safe color of #BCE0DB is #CCCCCC (or #CCC).

RGB color model

#BCE0DB color RGB value is (188,224,219).

  • red value is 188;
  • green value is 224;
  • blue value is 219.
RGB:
(188,224,219)
(74%,88%,86%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 219 of 255 = 86%

188
224
219

R + G + B ~ 83%. #BCE0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 224 + 219 = 631 (100%)
R 188 of 631 ~ 29.79%
G 224 of 631 ~ 35.5%
B 219 of 631 ~ 34.71%

%29.79
%35.5
%34.71

CMYK color model

#BCE0DB color CMYK value is (16,0,2,12).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(16,0,2,12)
C16M0Y2K12 
(16%,0%,2%,12%)
(0.16/0.00/0.02/0.12)	

CMYK percentages

%16.07
%0
%2.23
%12.16

Codes

Color #BCE0DB in popluar color models

BCE0DB
RGB188224219
HSL172°36.73%80.78%
HSB/HSV172°16.07%87.84%
CMYK16.07%0.00%2.23%
12.16%

Color #BCE0DB in popluar number systems.

HEXBCE0DB
Decimal188224219
Binary101111001110000011011011
Octal274340333

Shades and tints

Shades of #BCE0DB

#BCE0DB
(188,224,219)
#ABCCC8
(171,204,200)
#9AB8B5
(154,184,181)
#89A4A2
(137,164,162)
#78908F
(120,144,143)
#677C7C
(103,124,124)
#566869
(86,104,105)
#455456
(69,84,86)
#344043
(52,64,67)
#232C30
(35,44,48)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #BCE0DB

#BCE0DB
(188,224,219)
#C2E2DE
(194,226,222)
#C8E4E1
(200,228,225)
#CEE6E4
(206,230,228)
#D4E8E7
(212,232,231)
#DAEAEA
(218,234,234)
#E0ECED
(224,236,237)
#E6EEF0
(230,238,240)
#ECF0F3
(236,240,243)
#F2F2F6
(242,242,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE0DB color. Also use rgb(188,224,219) instead hex code.

Text Font Color

.myTextColor { color: #BCE0DB; }

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

This text font color is #BCE0DB.


Background Color

.myBgColor { background-color: #BCE0DB; }

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

This div background color is #BCE0DB.


Border color

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

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

This div border color is #BCE0DB.


Opacity

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

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

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

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

This text has shadow with #BCE0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE0DB on black background.


Color preview on white background

This text has color #BCE0DB on white background.



Black color preview on #BCE0DB background

This text has black color on #BCE0DB background.


White color preview on #BCE0DB background

This text has white color on #BCE0DB background.