COLOR #BCDBCE

HEX: #BCDBCE
RGB: (188,219,206)

Color info

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

RGB color model

#BCDBCE color RGB value is (188,219,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 206 of 255 = 81%

188
219
206

R + G + B ~ 80%. #BCDBCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 206 = 613 (100%)
R 188 of 613 ~ 30.67%
G 219 of 613 ~ 35.73%
B 206 of 613 ~ 33.61%

%30.67
%35.73
%33.61

CMYK color model

#BCDBCE color CMYK value is (14,0,6,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(14,0,6,14)
C14M0Y6K14 
(14%,0%,6%,14%)
(0.14/0.00/0.06/0.14)	

CMYK percentages

%14.16
%0
%5.94
%14.12

Codes

Color #BCDBCE in popluar color models

BCDBCE
RGB188219206
HSL155°30.10%79.80%
HSB/HSV155°14.16%85.88%
CMYK14.16%0.00%5.94%
14.12%

Color #BCDBCE in popluar number systems.

HEXBCDBCE
Decimal188219206
Binary101111001101101111001110
Octal274333316

Shades and tints

Shades of #BCDBCE

#BCDBCE
(188,219,206)
#ABC8BC
(171,200,188)
#9AB5AA
(154,181,170)
#89A298
(137,162,152)
#788F86
(120,143,134)
#677C74
(103,124,116)
#566962
(86,105,98)
#455650
(69,86,80)
#34433E
(52,67,62)
#23302C
(35,48,44)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #BCDBCE

#BCDBCE
(188,219,206)
#C2DED2
(194,222,210)
#C8E1D6
(200,225,214)
#CEE4DA
(206,228,218)
#D4E7DE
(212,231,222)
#DAEAE2
(218,234,226)
#E0EDE6
(224,237,230)
#E6F0EA
(230,240,234)
#ECF3EE
(236,243,238)
#F2F6F2
(242,246,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBCE; }

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

This text font color is #BCDBCE.


Background Color

.myBgColor { background-color: #BCDBCE; }

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

This div background color is #BCDBCE.


Border color

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

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

This div border color is #BCDBCE.


Opacity

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

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

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

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

This text has shadow with #BCDBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBCE on black background.


Color preview on white background

This text has color #BCDBCE on white background.



Black color preview on #BCDBCE background

This text has black color on #BCDBCE background.


White color preview on #BCDBCE background

This text has white color on #BCDBCE background.