COLOR #BCC6EA

HEX: #BCC6EA
RGB: (188,198,234)

Color info

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

RGB color model

#BCC6EA color RGB value is (188,198,234).

  • red value is 188;
  • green value is 198;
  • blue value is 234.
RGB:
(188,198,234)
(74%,78%,92%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 234 of 255 = 92%

188
198
234

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

Portions of RGB colors in percentages

R + G + B =
188 + 198 + 234 = 620 (100%)
R 188 of 620 ~ 30.32%
G 198 of 620 ~ 31.94%
B 234 of 620 ~ 37.74%

%30.32
%31.94
%37.74

CMYK color model

#BCC6EA color CMYK value is (20,15,0,8).

  • cyan value is 19.66%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,15,0,8)
C20M15Y0K8 
(20%,15%,0%,8%)
(0.20/0.15/0.00/0.08)	

CMYK percentages

%19.66
%15.38
%0
%8.24

Codes

Color #BCC6EA in popluar color models

BCC6EA
RGB188198234
HSL227°52.27%82.75%
HSB/HSV227°19.66%91.76%
CMYK19.66%15.38%0.00%
8.24%

Color #BCC6EA in popluar number systems.

HEXBCC6EA
Decimal188198234
Binary101111001100011011101010
Octal274306352

Shades and tints

Shades of #BCC6EA

#BCC6EA
(188,198,234)
#ABB4D5
(171,180,213)
#9AA2C0
(154,162,192)
#8990AB
(137,144,171)
#787E96
(120,126,150)
#676C81
(103,108,129)
#565A6C
(86,90,108)
#454857
(69,72,87)
#343642
(52,54,66)
#23242D
(35,36,45)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCC6EA

#BCC6EA
(188,198,234)
#C2CBEB
(194,203,235)
#C8D0EC
(200,208,236)
#CED5ED
(206,213,237)
#D4DAEE
(212,218,238)
#DADFEF
(218,223,239)
#E0E4F0
(224,228,240)
#E6E9F1
(230,233,241)
#ECEEF2
(236,238,242)
#F2F3F3
(242,243,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6EA color. Also use rgb(188,198,234) instead hex code.

Text Font Color

.myTextColor { color: #BCC6EA; }

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

This text font color is #BCC6EA.


Background Color

.myBgColor { background-color: #BCC6EA; }

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

This div background color is #BCC6EA.


Border color

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

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

This div border color is #BCC6EA.


Opacity

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

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

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

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

This text has shadow with #BCC6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6EA on black background.


Color preview on white background

This text has color #BCC6EA on white background.



Black color preview on #BCC6EA background

This text has black color on #BCC6EA background.


White color preview on #BCC6EA background

This text has white color on #BCC6EA background.