COLOR #BCC1EE

HEX: #BCC1EE
RGB: (188,193,238)

Color info

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

RGB color model

#BCC1EE color RGB value is (188,193,238).

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

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 238 of 255 = 93%

188
193
238

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

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 238 = 619 (100%)
R 188 of 619 ~ 30.37%
G 193 of 619 ~ 31.18%
B 238 of 619 ~ 38.45%

%30.37
%31.18
%38.45

CMYK color model

#BCC1EE color CMYK value is (21,19,0,7).

  • cyan value is 21.01%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,19,0,7)
C21M19Y0K7 
(21%,19%,0%,7%)
(0.21/0.19/0.00/0.07)	

CMYK percentages

%21.01
%18.91
%0
%6.67

Codes

Color #BCC1EE in popluar color models

BCC1EE
RGB188193238
HSL234°59.52%83.53%
HSB/HSV234°21.01%93.33%
CMYK21.01%18.91%0.00%
6.67%

Color #BCC1EE in popluar number systems.

HEXBCC1EE
Decimal188193238
Binary101111001100000111101110
Octal274301356

Shades and tints

Shades of #BCC1EE

#BCC1EE
(188,193,238)
#ABB0D9
(171,176,217)
#9A9FC4
(154,159,196)
#898EAF
(137,142,175)
#787D9A
(120,125,154)
#676C85
(103,108,133)
#565B70
(86,91,112)
#454A5B
(69,74,91)
#343946
(52,57,70)
#232831
(35,40,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #BCC1EE

#BCC1EE
(188,193,238)
#C2C6EF
(194,198,239)
#C8CBF0
(200,203,240)
#CED0F1
(206,208,241)
#D4D5F2
(212,213,242)
#DADAF3
(218,218,243)
#E0DFF4
(224,223,244)
#E6E4F5
(230,228,245)
#ECE9F6
(236,233,246)
#F2EEF7
(242,238,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1EE; }

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

This text font color is #BCC1EE.


Background Color

.myBgColor { background-color: #BCC1EE; }

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

This div background color is #BCC1EE.


Border color

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

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

This div border color is #BCC1EE.


Opacity

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

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

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

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

This text has shadow with #BCC1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1EE on black background.


Color preview on white background

This text has color #BCC1EE on white background.



Black color preview on #BCC1EE background

This text has black color on #BCC1EE background.


White color preview on #BCC1EE background

This text has white color on #BCC1EE background.