COLOR #BCC3E2

HEX: #BCC3E2
RGB: (188,195,226)

Color info

#BCC3E2 contains red, green and blue colors in about the same proportion. Web safe color of #BCC3E2 is #CCCCCC (or #CCC).

RGB color model

#BCC3E2 color RGB value is (188,195,226).

  • red value is 188;
  • green value is 195;
  • blue value is 226.
RGB:
(188,195,226)
(74%,76%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 226 of 255 = 89%

188
195
226

R + G + B ~ 80%. #BCC3E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 195 + 226 = 609 (100%)
R 188 of 609 ~ 30.87%
G 195 of 609 ~ 32.02%
B 226 of 609 ~ 37.11%

%30.87
%32.02
%37.11

CMYK color model

#BCC3E2 color CMYK value is (17,14,0,11).

  • cyan value is 16.81%
  • magenta value is 13.72%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,14,0,11)
C17M14Y0K11 
(17%,14%,0%,11%)
(0.17/0.14/0.00/0.11)	

CMYK percentages

%16.81
%13.72
%0
%11.37

Codes

Color #BCC3E2 in popluar color models

BCC3E2
RGB188195226
HSL229°39.58%81.18%
HSB/HSV229°16.81%88.63%
CMYK16.81%13.72%0.00%
11.37%

Color #BCC3E2 in popluar number systems.

HEXBCC3E2
Decimal188195226
Binary101111001100001111100010
Octal274303342

Shades and tints

Shades of #BCC3E2

#BCC3E2
(188,195,226)
#ABB2CE
(171,178,206)
#9AA1BA
(154,161,186)
#8990A6
(137,144,166)
#787F92
(120,127,146)
#676E7E
(103,110,126)
#565D6A
(86,93,106)
#454C56
(69,76,86)
#343B42
(52,59,66)
#232A2E
(35,42,46)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #BCC3E2

#BCC3E2
(188,195,226)
#C2C8E4
(194,200,228)
#C8CDE6
(200,205,230)
#CED2E8
(206,210,232)
#D4D7EA
(212,215,234)
#DADCEC
(218,220,236)
#E0E1EE
(224,225,238)
#E6E6F0
(230,230,240)
#ECEBF2
(236,235,242)
#F2F0F4
(242,240,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC3E2 color. Also use rgb(188,195,226) instead hex code.

Text Font Color

.myTextColor { color: #BCC3E2; }

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

This text font color is #BCC3E2.


Background Color

.myBgColor { background-color: #BCC3E2; }

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

This div background color is #BCC3E2.


Border color

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

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

This div border color is #BCC3E2.


Opacity

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

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

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

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

This text has shadow with #BCC3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3E2 on black background.


Color preview on white background

This text has color #BCC3E2 on white background.



Black color preview on #BCC3E2 background

This text has black color on #BCC3E2 background.


White color preview on #BCC3E2 background

This text has white color on #BCC3E2 background.