COLOR #BCD2F8

HEX: #BCD2F8
RGB: (188,210,248)

Color info

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

RGB color model

#BCD2F8 color RGB value is (188,210,248).

  • red value is 188;
  • green value is 210;
  • blue value is 248.
RGB:
(188,210,248)
(74%,82%,97%)

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 248 of 255 = 97%

188
210
248

R + G + B ~ 84%. #BCD2F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 248 = 646 (100%)
R 188 of 646 ~ 29.1%
G 210 of 646 ~ 32.51%
B 248 of 646 ~ 38.39%

%29.1
%32.51
%38.39

CMYK color model

#BCD2F8 color CMYK value is (24,15,0,3).

  • cyan value is 24.19%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(24,15,0,3)
C24M15Y0K3 
(24%,15%,0%,3%)
(0.24/0.15/0.00/0.03)	

CMYK percentages

%24.19
%15.32
%0
%2.75

Codes

Color #BCD2F8 in popluar color models

BCD2F8
RGB188210248
HSL218°81.08%85.49%
HSB/HSV218°24.19%97.25%
CMYK24.19%15.32%0.00%
2.75%

Color #BCD2F8 in popluar number systems.

HEXBCD2F8
Decimal188210248
Binary101111001101001011111000
Octal274322370

Shades and tints

Shades of #BCD2F8

#BCD2F8
(188,210,248)
#ABBFE2
(171,191,226)
#9AACCC
(154,172,204)
#8999B6
(137,153,182)
#7886A0
(120,134,160)
#67738A
(103,115,138)
#566074
(86,96,116)
#454D5E
(69,77,94)
#343A48
(52,58,72)
#232732
(35,39,50)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #BCD2F8

#BCD2F8
(188,210,248)
#C2D6F8
(194,214,248)
#C8DAF8
(200,218,248)
#CEDEF8
(206,222,248)
#D4E2F8
(212,226,248)
#DAE6F8
(218,230,248)
#E0EAF8
(224,234,248)
#E6EEF8
(230,238,248)
#ECF2F8
(236,242,248)
#F2F6F8
(242,246,248)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD2F8 color. Also use rgb(188,210,248) instead hex code.

Text Font Color

.myTextColor { color: #BCD2F8; }

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

This text font color is #BCD2F8.


Background Color

.myBgColor { background-color: #BCD2F8; }

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

This div background color is #BCD2F8.


Border color

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

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

This div border color is #BCD2F8.


Opacity

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

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

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

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

This text has shadow with #BCD2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2F8 on black background.


Color preview on white background

This text has color #BCD2F8 on white background.



Black color preview on #BCD2F8 background

This text has black color on #BCD2F8 background.


White color preview on #BCD2F8 background

This text has white color on #BCD2F8 background.