COLOR #BCC4EC

HEX: #BCC4EC
RGB: (188,196,236)

Color info

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

RGB color model

#BCC4EC color RGB value is (188,196,236).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 236 of 255 = 93%

188
196
236

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

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 236 = 620 (100%)
R 188 of 620 ~ 30.32%
G 196 of 620 ~ 31.61%
B 236 of 620 ~ 38.06%

%30.32
%31.61
%38.06

CMYK color model

#BCC4EC color CMYK value is (20,17,0,7).

  • cyan value is 20.34%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,17,0,7)
C20M17Y0K7 
(20%,17%,0%,7%)
(0.20/0.17/0.00/0.07)	

CMYK percentages

%20.34
%16.95
%0
%7.45

Codes

Color #BCC4EC in popluar color models

BCC4EC
RGB188196236
HSL230°55.81%83.14%
HSB/HSV230°20.34%92.55%
CMYK20.34%16.95%0.00%
7.45%

Color #BCC4EC in popluar number systems.

HEXBCC4EC
Decimal188196236
Binary101111001100010011101100
Octal274304354

Shades and tints

Shades of #BCC4EC

#BCC4EC
(188,196,236)
#ABB3D7
(171,179,215)
#9AA2C2
(154,162,194)
#8991AD
(137,145,173)
#788098
(120,128,152)
#676F83
(103,111,131)
#565E6E
(86,94,110)
#454D59
(69,77,89)
#343C44
(52,60,68)
#232B2F
(35,43,47)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCC4EC

#BCC4EC
(188,196,236)
#C2C9ED
(194,201,237)
#C8CEEE
(200,206,238)
#CED3EF
(206,211,239)
#D4D8F0
(212,216,240)
#DADDF1
(218,221,241)
#E0E2F2
(224,226,242)
#E6E7F3
(230,231,243)
#ECECF4
(236,236,244)
#F2F1F5
(242,241,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC4EC color. Also use rgb(188,196,236) instead hex code.

Text Font Color

.myTextColor { color: #BCC4EC; }

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

This text font color is #BCC4EC.


Background Color

.myBgColor { background-color: #BCC4EC; }

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

This div background color is #BCC4EC.


Border color

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

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

This div border color is #BCC4EC.


Opacity

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

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

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

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

This text has shadow with #BCC4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4EC on black background.


Color preview on white background

This text has color #BCC4EC on white background.



Black color preview on #BCC4EC background

This text has black color on #BCC4EC background.


White color preview on #BCC4EC background

This text has white color on #BCC4EC background.