COLOR #BCD0FA

HEX: #BCD0FA
RGB: (188,208,250)

Color info

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

RGB color model

#BCD0FA color RGB value is (188,208,250).

  • red value is 188;
  • green value is 208;
  • blue value is 250.
RGB:
(188,208,250)
(74%,82%,98%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 250 of 255 = 98%

188
208
250

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 250 = 646 (100%)
R 188 of 646 ~ 29.1%
G 208 of 646 ~ 32.2%
B 250 of 646 ~ 38.7%

%29.1
%32.2
%38.7

CMYK color model

#BCD0FA color CMYK value is (25,17,0,2).

  • cyan value is 24.80%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(25,17,0,2)
C25M17Y0K2 
(25%,17%,0%,2%)
(0.25/0.17/0.00/0.02)	

CMYK percentages

%24.8
%16.8
%0
%1.96

Codes

Color #BCD0FA in popluar color models

BCD0FA
RGB188208250
HSL221°86.11%85.88%
HSB/HSV221°24.80%98.04%
CMYK24.80%16.80%0.00%
1.96%

Color #BCD0FA in popluar number systems.

HEXBCD0FA
Decimal188208250
Binary101111001101000011111010
Octal274320372

Shades and tints

Shades of #BCD0FA

#BCD0FA
(188,208,250)
#ABBEE4
(171,190,228)
#9AACCE
(154,172,206)
#899AB8
(137,154,184)
#7888A2
(120,136,162)
#67768C
(103,118,140)
#566476
(86,100,118)
#455260
(69,82,96)
#34404A
(52,64,74)
#232E34
(35,46,52)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #BCD0FA

#BCD0FA
(188,208,250)
#C2D4FA
(194,212,250)
#C8D8FA
(200,216,250)
#CEDCFA
(206,220,250)
#D4E0FA
(212,224,250)
#DAE4FA
(218,228,250)
#E0E8FA
(224,232,250)
#E6ECFA
(230,236,250)
#ECF0FA
(236,240,250)
#F2F4FA
(242,244,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0FA; }

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

This text font color is #BCD0FA.


Background Color

.myBgColor { background-color: #BCD0FA; }

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

This div background color is #BCD0FA.


Border color

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

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

This div border color is #BCD0FA.


Opacity

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

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

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

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

This text has shadow with #BCD0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0FA on black background.


Color preview on white background

This text has color #BCD0FA on white background.



Black color preview on #BCD0FA background

This text has black color on #BCD0FA background.


White color preview on #BCD0FA background

This text has white color on #BCD0FA background.