COLOR #BCCDF1

HEX: #BCCDF1
RGB: (188,205,241)

Color info

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

RGB color model

#BCCDF1 color RGB value is (188,205,241).

  • red value is 188;
  • green value is 205;
  • blue value is 241.
RGB:
(188,205,241)
(74%,80%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 241 of 255 = 95%

188
205
241

R + G + B ~ 83%. #BCCDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 241 = 634 (100%)
R 188 of 634 ~ 29.65%
G 205 of 634 ~ 32.33%
B 241 of 634 ~ 38.01%

%29.65
%32.33
%38.01

CMYK color model

#BCCDF1 color CMYK value is (22,15,0,5).

  • cyan value is 21.99%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,15,0,5)
C22M15Y0K5 
(22%,15%,0%,5%)
(0.22/0.15/0.00/0.05)	

CMYK percentages

%21.99
%14.94
%0
%5.49

Codes

Color #BCCDF1 in popluar color models

BCCDF1
RGB188205241
HSL221°65.43%84.12%
HSB/HSV221°21.99%94.51%
CMYK21.99%14.94%0.00%
5.49%

Color #BCCDF1 in popluar number systems.

HEXBCCDF1
Decimal188205241
Binary101111001100110111110001
Octal274315361

Shades and tints

Shades of #BCCDF1

#BCCDF1
(188,205,241)
#ABBBDC
(171,187,220)
#9AA9C7
(154,169,199)
#8997B2
(137,151,178)
#78859D
(120,133,157)
#677388
(103,115,136)
#566173
(86,97,115)
#454F5E
(69,79,94)
#343D49
(52,61,73)
#232B34
(35,43,52)
#12191F
(18,25,31)
#000000
(0,0,0)

Tints of #BCCDF1

#BCCDF1
(188,205,241)
#C2D1F2
(194,209,242)
#C8D5F3
(200,213,243)
#CED9F4
(206,217,244)
#D4DDF5
(212,221,245)
#DAE1F6
(218,225,246)
#E0E5F7
(224,229,247)
#E6E9F8
(230,233,248)
#ECEDF9
(236,237,249)
#F2F1FA
(242,241,250)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCDF1 color. Also use rgb(188,205,241) instead hex code.

Text Font Color

.myTextColor { color: #BCCDF1; }

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

This text font color is #BCCDF1.


Background Color

.myBgColor { background-color: #BCCDF1; }

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

This div background color is #BCCDF1.


Border color

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

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

This div border color is #BCCDF1.


Opacity

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

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

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

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

This text has shadow with #BCCDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDF1 on black background.


Color preview on white background

This text has color #BCCDF1 on white background.



Black color preview on #BCCDF1 background

This text has black color on #BCCDF1 background.


White color preview on #BCCDF1 background

This text has white color on #BCCDF1 background.