COLOR #BCDBEB

HEX: #BCDBEB
RGB: (188,219,235)

Color info

#BCDBEB contains red, green and blue colors in about the same proportion. Web safe color of #BCDBEB is #CCCCFF (or #CCF).

RGB color model

#BCDBEB color RGB value is (188,219,235).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 235 of 255 = 92%

188
219
235

R + G + B ~ 84%. #BCDBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 235 = 642 (100%)
R 188 of 642 ~ 29.28%
G 219 of 642 ~ 34.11%
B 235 of 642 ~ 36.6%

%29.28
%34.11
%36.6

CMYK color model

#BCDBEB color CMYK value is (20,7,0,8).

  • cyan value is 20.00%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(20,7,0,8)
C20M7Y0K8 
(20%,7%,0%,8%)
(0.20/0.07/0.00/0.08)	

CMYK percentages

%20
%6.81
%0
%7.84

Codes

Color #BCDBEB in popluar color models

BCDBEB
RGB188219235
HSL200°54.02%82.94%
HSB/HSV200°20.00%92.16%
CMYK20.00%6.81%0.00%
7.84%

Color #BCDBEB in popluar number systems.

HEXBCDBEB
Decimal188219235
Binary101111001101101111101011
Octal274333353

Shades and tints

Shades of #BCDBEB

#BCDBEB
(188,219,235)
#ABC8D6
(171,200,214)
#9AB5C1
(154,181,193)
#89A2AC
(137,162,172)
#788F97
(120,143,151)
#677C82
(103,124,130)
#56696D
(86,105,109)
#455658
(69,86,88)
#344343
(52,67,67)
#23302E
(35,48,46)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #BCDBEB

#BCDBEB
(188,219,235)
#C2DEEC
(194,222,236)
#C8E1ED
(200,225,237)
#CEE4EE
(206,228,238)
#D4E7EF
(212,231,239)
#DAEAF0
(218,234,240)
#E0EDF1
(224,237,241)
#E6F0F2
(230,240,242)
#ECF3F3
(236,243,243)
#F2F6F4
(242,246,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBEB; }

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

This text font color is #BCDBEB.


Background Color

.myBgColor { background-color: #BCDBEB; }

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

This div background color is #BCDBEB.


Border color

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

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

This div border color is #BCDBEB.


Opacity

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

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

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

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

This text has shadow with #BCDBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBEB on black background.


Color preview on white background

This text has color #BCDBEB on white background.



Black color preview on #BCDBEB background

This text has black color on #BCDBEB background.


White color preview on #BCDBEB background

This text has white color on #BCDBEB background.