COLOR #BCDBFE

HEX: #BCDBFE RGB: (188,219,254)

Color info

#BCDBFE contains mainly green and blue colors. Web safe color of #BCDBFE is #CCCCFF (or #CCF).

RGB color model

#BCDBFE color RGB value is (188,219,254).

RGB: (188,219,254) (74%, 86%, 100%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 254 of 255 = 100%

188
219
254

R + G + B ~ 87%. #BCDBFE is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 219 + 254 = 661 (100%)
R 188 of 661 ~ 28.44%
G 219 of 661 ~ 33.13%
B 254 of 661 ~ 38.43'%

%28.44
%33.13
%38.43

CMYK color model

#BCDBFE color CMYK value is (26,14,0,0).

  • cyan value is 25.98%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (26,14,0,0)
C26M14Y0K0 (26%, 14%, 0%, 0%)
(0.26 / 0.14 / 0.00 / 0.00)

CMYK percentages

%25.98
%13.78
%0
%0.39

Codes

Color #BCDBFE in popluar color models

BC DB FE
RGB 188 219 254
HSL 212° 97.06% 86.67%
HSB/HSV 212° 25.98% 99.61%
CMYK 25.98% 13.78% 0.00%
0.39%

Color #BCDBFE in popluar number systems.

HEX BC DB FE
Decimal 188 219 254
Binary 10111100 11011011 11111110
Octal 274 333 376

Shades and tints

Shades of #BCDBFE

#BCDBFE
(188,219,254)
#ABC8E7
(171,200,231)
#9AB5D0
(154,181,208)
#89A2B9
(137,162,185)
#788FA2
(120,143,162)
#677C8B
(103,124,139)
#566974
(86,105,116)
#45565D
(69,86,93)
#344346
(52,67,70)
#23302F
(35,48,47)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #BCDBFE

#BCDBFE
(188,219,254)
#C2DEFE
(194,222,254)
#C8E1FE
(200,225,254)
#CEE4FE
(206,228,254)
#D4E7FE
(212,231,254)
#DAEAFE
(218,234,254)
#E0EDFE
(224,237,254)
#E6F0FE
(230,240,254)
#ECF3FE
(236,243,254)
#F2F6FE
(242,246,254)
#F8F9FE
(248,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBFE; }

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

This text font color is #BCDBFE.

Background Color

.myBgColor { background-color: #BCDBFE; }

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

This div background color is #BCDBFE.

Border color

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

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

This div border color is #BCDBFE.

Opacity

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

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

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

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

This text has shadow with #BCDBFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDBFE.

Preview

Color preview on black background

This text has color #BCDBFE on black background.


Color preview on white background

This text has color #BCDBFE on white background.


Black color preview on #BCDBFE background

This text has black color on #BCDBFE background.


White color preview on #BCDBFE background

This text has white color on #BCDBFE background.


Related colors

Complementary color

Complementary color for #hex is #432401.


I love getcolorcode.com

Triadic colors

1 #FEBCDB and #DBFEBC with #BCDBFE are triadic colors.

2 #FEDBBC and #DBBCFE with #BCDBFE are triadic colors.