COLOR #BCCBEF

HEX: #BCCBEF
RGB: (188,203,239)

Color info

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

RGB color model

#BCCBEF color RGB value is (188,203,239).

  • red value is 188;
  • green value is 203;
  • blue value is 239.
RGB:
(188,203,239)
(74%,80%,94%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 239 of 255 = 94%

188
203
239

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 239 = 630 (100%)
R 188 of 630 ~ 29.84%
G 203 of 630 ~ 32.22%
B 239 of 630 ~ 37.94%

%29.84
%32.22
%37.94

CMYK color model

#BCCBEF color CMYK value is (21,15,0,6).

  • cyan value is 21.34%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,15,0,6)
C21M15Y0K6 
(21%,15%,0%,6%)
(0.21/0.15/0.00/0.06)	

CMYK percentages

%21.34
%15.06
%0
%6.27

Codes

Color #BCCBEF in popluar color models

BCCBEF
RGB188203239
HSL222°61.45%83.73%
HSB/HSV222°21.34%93.73%
CMYK21.34%15.06%0.00%
6.27%

Color #BCCBEF in popluar number systems.

HEXBCCBEF
Decimal188203239
Binary101111001100101111101111
Octal274313357

Shades and tints

Shades of #BCCBEF

#BCCBEF
(188,203,239)
#ABB9DA
(171,185,218)
#9AA7C5
(154,167,197)
#8995B0
(137,149,176)
#78839B
(120,131,155)
#677186
(103,113,134)
#565F71
(86,95,113)
#454D5C
(69,77,92)
#343B47
(52,59,71)
#232932
(35,41,50)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #BCCBEF

#BCCBEF
(188,203,239)
#C2CFF0
(194,207,240)
#C8D3F1
(200,211,241)
#CED7F2
(206,215,242)
#D4DBF3
(212,219,243)
#DADFF4
(218,223,244)
#E0E3F5
(224,227,245)
#E6E7F6
(230,231,246)
#ECEBF7
(236,235,247)
#F2EFF8
(242,239,248)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCBEF color. Also use rgb(188,203,239) instead hex code.

Text Font Color

.myTextColor { color: #BCCBEF; }

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

This text font color is #BCCBEF.


Background Color

.myBgColor { background-color: #BCCBEF; }

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

This div background color is #BCCBEF.


Border color

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

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

This div border color is #BCCBEF.


Opacity

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

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

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

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

This text has shadow with #BCCBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBEF on black background.


Color preview on white background

This text has color #BCCBEF on white background.



Black color preview on #BCCBEF background

This text has black color on #BCCBEF background.


White color preview on #BCCBEF background

This text has white color on #BCCBEF background.