COLOR #BCC5EE

HEX: #BCC5EE
RGB: (188,197,238)

Color info

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

RGB color model

#BCC5EE color RGB value is (188,197,238).

  • red value is 188;
  • green value is 197;
  • blue value is 238.
RGB:
(188,197,238)
(74%,77%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 238 of 255 = 93%

188
197
238

R + G + B ~ 81%. #BCC5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 238 = 623 (100%)
R 188 of 623 ~ 30.18%
G 197 of 623 ~ 31.62%
B 238 of 623 ~ 38.2%

%30.18
%31.62
%38.2

CMYK color model

#BCC5EE color CMYK value is (21,17,0,7).

  • cyan value is 21.01%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,17,0,7)
C21M17Y0K7 
(21%,17%,0%,7%)
(0.21/0.17/0.00/0.07)	

CMYK percentages

%21.01
%17.23
%0
%6.67

Codes

Color #BCC5EE in popluar color models

BCC5EE
RGB188197238
HSL229°59.52%83.53%
HSB/HSV229°21.01%93.33%
CMYK21.01%17.23%0.00%
6.67%

Color #BCC5EE in popluar number systems.

HEXBCC5EE
Decimal188197238
Binary101111001100010111101110
Octal274305356

Shades and tints

Shades of #BCC5EE

#BCC5EE
(188,197,238)
#ABB4D9
(171,180,217)
#9AA3C4
(154,163,196)
#8992AF
(137,146,175)
#78819A
(120,129,154)
#677085
(103,112,133)
#565F70
(86,95,112)
#454E5B
(69,78,91)
#343D46
(52,61,70)
#232C31
(35,44,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #BCC5EE

#BCC5EE
(188,197,238)
#C2CAEF
(194,202,239)
#C8CFF0
(200,207,240)
#CED4F1
(206,212,241)
#D4D9F2
(212,217,242)
#DADEF3
(218,222,243)
#E0E3F4
(224,227,244)
#E6E8F5
(230,232,245)
#ECEDF6
(236,237,246)
#F2F2F7
(242,242,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5EE color. Also use rgb(188,197,238) instead hex code.

Text Font Color

.myTextColor { color: #BCC5EE; }

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

This text font color is #BCC5EE.


Background Color

.myBgColor { background-color: #BCC5EE; }

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

This div background color is #BCC5EE.


Border color

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

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

This div border color is #BCC5EE.


Opacity

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

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

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

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

This text has shadow with #BCC5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5EE on black background.


Color preview on white background

This text has color #BCC5EE on white background.



Black color preview on #BCC5EE background

This text has black color on #BCC5EE background.


White color preview on #BCC5EE background

This text has white color on #BCC5EE background.