COLOR #BCDBF2

HEX: #BCDBF2
RGB: (188,219,242)

Color info

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

RGB color model

#BCDBF2 color RGB value is (188,219,242).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 242 of 255 = 95%

188
219
242

R + G + B ~ 85%. #BCDBF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 242 = 649 (100%)
R 188 of 649 ~ 28.97%
G 219 of 649 ~ 33.74%
B 242 of 649 ~ 37.29%

%28.97
%33.74
%37.29

CMYK color model

#BCDBF2 color CMYK value is (22,10,0,5).

  • cyan value is 22.31%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,10,0,5)
C22M10Y0K5 
(22%,10%,0%,5%)
(0.22/0.10/0.00/0.05)	

CMYK percentages

%22.31
%9.5
%0
%5.1

Codes

Color #BCDBF2 in popluar color models

BCDBF2
RGB188219242
HSL206°67.50%84.31%
HSB/HSV206°22.31%94.90%
CMYK22.31%9.50%0.00%
5.10%

Color #BCDBF2 in popluar number systems.

HEXBCDBF2
Decimal188219242
Binary101111001101101111110010
Octal274333362

Shades and tints

Shades of #BCDBF2

#BCDBF2
(188,219,242)
#ABC8DC
(171,200,220)
#9AB5C6
(154,181,198)
#89A2B0
(137,162,176)
#788F9A
(120,143,154)
#677C84
(103,124,132)
#56696E
(86,105,110)
#455658
(69,86,88)
#344342
(52,67,66)
#23302C
(35,48,44)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #BCDBF2

#BCDBF2
(188,219,242)
#C2DEF3
(194,222,243)
#C8E1F4
(200,225,244)
#CEE4F5
(206,228,245)
#D4E7F6
(212,231,246)
#DAEAF7
(218,234,247)
#E0EDF8
(224,237,248)
#E6F0F9
(230,240,249)
#ECF3FA
(236,243,250)
#F2F6FB
(242,246,251)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBF2; }

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

This text font color is #BCDBF2.


Background Color

.myBgColor { background-color: #BCDBF2; }

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

This div background color is #BCDBF2.


Border color

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

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

This div border color is #BCDBF2.


Opacity

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

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

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

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

This text has shadow with #BCDBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBF2 on black background.


Color preview on white background

This text has color #BCDBF2 on white background.



Black color preview on #BCDBF2 background

This text has black color on #BCDBF2 background.


White color preview on #BCDBF2 background

This text has white color on #BCDBF2 background.