COLOR #BCD5FA

HEX: #BCD5FA RGB: (188,213,250)

Color info

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

RGB color model

#BCD5FA color RGB value is (188,213,250).

RGB: (188,213,250) (74%, 84%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 213 of 255 = 84%
B 250 of 255 = 98%

188
213
250

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

Portions of RGB colors in percentages

R + G + B = 188 + 213 + 250 = 651 (100%)
R 188 of 651 ~ 28.88%
G 213 of 651 ~ 32.72%
B 250 of 651 ~ 38.4'%

%28.88
%32.72
%38.4

CMYK color model

#BCD5FA color CMYK value is (25,15,0,2).

  • cyan value is 24.80%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (25,15,0,2) C25M15Y0K2 (25%,15%,0%,2%) (0.25/0.15/0.00/0.02) 

CMYK percentages

%24.8
%14.8
%0
%1.96

Codes

Color #BCD5FA in popluar color models

BC D5 FA
RGB 188 213 250
HSL 216° 86.11% 85.88%
HSB/HSV 216° 24.80% 98.04%
CMYK 24.80% 14.80% 0.00%
1.96%

Color #BCD5FA in popluar number systems.

HEX BC D5 FA
Decimal 188 213 250
Binary 10111100 11010101 11111010
Octal 274 325 372

Shades and tints

Shades of #BCD5FA

#BCD5FA
(188,213,250)
#ABC2E4
(171,194,228)
#9AAFCE
(154,175,206)
#899CB8
(137,156,184)
#7889A2
(120,137,162)
#67768C
(103,118,140)
#566376
(86,99,118)
#455060
(69,80,96)
#343D4A
(52,61,74)
#232A34
(35,42,52)
#12171E
(18,23,30)
#000000
(0,0,0)

Tints of #BCD5FA

#BCD5FA
(188,213,250)
#C2D8FA
(194,216,250)
#C8DBFA
(200,219,250)
#CEDEFA
(206,222,250)
#D4E1FA
(212,225,250)
#DAE4FA
(218,228,250)
#E0E7FA
(224,231,250)
#E6EAFA
(230,234,250)
#ECEDFA
(236,237,250)
#F2F0FA
(242,240,250)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD5FA color. Also use rgb(188,213,250) instead hex code.

Text Font Color

.myTextColor { color: #BCD5FA; }

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

This text font color is #BCD5FA.

Background Color

.myBgColor { background-color: #BCD5FA; }

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

This div background color is #BCD5FA.

Border color

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

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

This div border color is #BCD5FA.

Opacity

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

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

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

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

This text has shadow with #BCD5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD5FA.

Preview

Color preview on black background

This text has color #BCD5FA on black background.


Color preview on white background

This text has color #BCD5FA on white background.


Black color preview on #BCD5FA background

This text has black color on #BCD5FA background.


White color preview on #BCD5FA background

This text has white color on #BCD5FA background.


Related colors

Complementary color

Complementary color for #hex is #432A05.


I love getcolorcode.com

Triadic colors

1 #FABCD5 and #D5FABC with #BCD5FA are triadic colors.

2 #FAD5BC and #D5BCFA with #BCD5FA are triadic colors.