COLOR #BCC2ED

HEX: #BCC2ED
RGB: (188,194,237)

Color info

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

RGB color model

#BCC2ED color RGB value is (188,194,237).

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

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 237 of 255 = 93%

188
194
237

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 237 = 619 (100%)
R 188 of 619 ~ 30.37%
G 194 of 619 ~ 31.34%
B 237 of 619 ~ 38.29%

%30.37
%31.34
%38.29

CMYK color model

#BCC2ED color CMYK value is (21,18,0,7).

  • cyan value is 20.68%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,18,0,7)
C21M18Y0K7 
(21%,18%,0%,7%)
(0.21/0.18/0.00/0.07)	

CMYK percentages

%20.68
%18.14
%0
%7.06

Codes

Color #BCC2ED in popluar color models

BCC2ED
RGB188194237
HSL233°57.65%83.33%
HSB/HSV233°20.68%92.94%
CMYK20.68%18.14%0.00%
7.06%

Color #BCC2ED in popluar number systems.

HEXBCC2ED
Decimal188194237
Binary101111001100001011101101
Octal274302355

Shades and tints

Shades of #BCC2ED

#BCC2ED
(188,194,237)
#ABB1D8
(171,177,216)
#9AA0C3
(154,160,195)
#898FAE
(137,143,174)
#787E99
(120,126,153)
#676D84
(103,109,132)
#565C6F
(86,92,111)
#454B5A
(69,75,90)
#343A45
(52,58,69)
#232930
(35,41,48)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCC2ED

#BCC2ED
(188,194,237)
#C2C7EE
(194,199,238)
#C8CCEF
(200,204,239)
#CED1F0
(206,209,240)
#D4D6F1
(212,214,241)
#DADBF2
(218,219,242)
#E0E0F3
(224,224,243)
#E6E5F4
(230,229,244)
#ECEAF5
(236,234,245)
#F2EFF6
(242,239,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC2ED color. Also use rgb(188,194,237) instead hex code.

Text Font Color

.myTextColor { color: #BCC2ED; }

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

This text font color is #BCC2ED.


Background Color

.myBgColor { background-color: #BCC2ED; }

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

This div background color is #BCC2ED.


Border color

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

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

This div border color is #BCC2ED.


Opacity

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

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

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

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

This text has shadow with #BCC2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2ED on black background.


Color preview on white background

This text has color #BCC2ED on white background.



Black color preview on #BCC2ED background

This text has black color on #BCC2ED background.


White color preview on #BCC2ED background

This text has white color on #BCC2ED background.