COLOR #BCD9F3

HEX: #BCD9F3 RGB: (188,217,243)

Color info

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

RGB color model

#BCD9F3 color RGB value is (188,217,243).

RGB: (188,217,243) (74%, 85%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 217 of 255 = 85%
B 243 of 255 = 95%

188
217
243

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

Portions of RGB colors in percentages

R + G + B = 188 + 217 + 243 = 648 (100%)
R 188 of 648 ~ 29.01%
G 217 of 648 ~ 33.49%
B 243 of 648 ~ 37.5'%

%29.01
%33.49
%37.5

CMYK color model

#BCD9F3 color CMYK value is (23,11,0,5).

  • cyan value is 22.63%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (23,11,0,5) C23M11Y0K5 (23%,11%,0%,5%) (0.23/0.11/0.00/0.05) 

CMYK percentages

%22.63
%10.7
%0
%4.71

Codes

Color #BCD9F3 in popluar color models

BC D9 F3
RGB 188 217 243
HSL 208° 69.62% 84.51%
HSB/HSV 208° 22.63% 95.29%
CMYK 22.63% 10.70% 0.00%
4.71%

Color #BCD9F3 in popluar number systems.

HEX BC D9 F3
Decimal 188 217 243
Binary 10111100 11011001 11110011
Octal 274 331 363

Shades and tints

Shades of #BCD9F3

#BCD9F3
(188,217,243)
#ABC6DD
(171,198,221)
#9AB3C7
(154,179,199)
#89A0B1
(137,160,177)
#788D9B
(120,141,155)
#677A85
(103,122,133)
#56676F
(86,103,111)
#455459
(69,84,89)
#344143
(52,65,67)
#232E2D
(35,46,45)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCD9F3

#BCD9F3
(188,217,243)
#C2DCF4
(194,220,244)
#C8DFF5
(200,223,245)
#CEE2F6
(206,226,246)
#D4E5F7
(212,229,247)
#DAE8F8
(218,232,248)
#E0EBF9
(224,235,249)
#E6EEFA
(230,238,250)
#ECF1FB
(236,241,251)
#F2F4FC
(242,244,252)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9F3 color. Also use rgb(188,217,243) instead hex code.

Text Font Color

.myTextColor { color: #BCD9F3; }

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

This text font color is #BCD9F3.

Background Color

.myBgColor { background-color: #BCD9F3; }

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

This div background color is #BCD9F3.

Border color

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

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

This div border color is #BCD9F3.

Opacity

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

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

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

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

This text has shadow with #BCD9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD9F3.

Preview

Color preview on black background

This text has color #BCD9F3 on black background.


Color preview on white background

This text has color #BCD9F3 on white background.


Black color preview on #BCD9F3 background

This text has black color on #BCD9F3 background.


White color preview on #BCD9F3 background

This text has white color on #BCD9F3 background.


Related colors

Complementary color

Complementary color for #hex is #43260C.


I love getcolorcode.com

Triadic colors

1 #F3BCD9 and #D9F3BC with #BCD9F3 are triadic colors.

2 #F3D9BC and #D9BCF3 with #BCD9F3 are triadic colors.