COLOR #BCC9E6

HEX: #BCC9E6
RGB: (188,201,230)

Color info

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

RGB color model

#BCC9E6 color RGB value is (188,201,230).

  • red value is 188;
  • green value is 201;
  • blue value is 230.
RGB:
(188,201,230)
(74%,79%,90%)

RGB channels and saturation

R 188 of 255 = 74%
G 201 of 255 = 79%
B 230 of 255 = 90%

188
201
230

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

Portions of RGB colors in percentages

R + G + B =
188 + 201 + 230 = 619 (100%)
R 188 of 619 ~ 30.37%
G 201 of 619 ~ 32.47%
B 230 of 619 ~ 37.16%

%30.37
%32.47
%37.16

CMYK color model

#BCC9E6 color CMYK value is (18,13,0,10).

  • cyan value is 18.26%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(18,13,0,10)
C18M13Y0K10 
(18%,13%,0%,10%)
(0.18/0.13/0.00/0.10)	

CMYK percentages

%18.26
%12.61
%0
%9.8

Codes

Color #BCC9E6 in popluar color models

BCC9E6
RGB188201230
HSL221°45.65%81.96%
HSB/HSV221°18.26%90.20%
CMYK18.26%12.61%0.00%
9.80%

Color #BCC9E6 in popluar number systems.

HEXBCC9E6
Decimal188201230
Binary101111001100100111100110
Octal274311346

Shades and tints

Shades of #BCC9E6

#BCC9E6
(188,201,230)
#ABB7D2
(171,183,210)
#9AA5BE
(154,165,190)
#8993AA
(137,147,170)
#788196
(120,129,150)
#676F82
(103,111,130)
#565D6E
(86,93,110)
#454B5A
(69,75,90)
#343946
(52,57,70)
#232732
(35,39,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #BCC9E6

#BCC9E6
(188,201,230)
#C2CDE8
(194,205,232)
#C8D1EA
(200,209,234)
#CED5EC
(206,213,236)
#D4D9EE
(212,217,238)
#DADDF0
(218,221,240)
#E0E1F2
(224,225,242)
#E6E5F4
(230,229,244)
#ECE9F6
(236,233,246)
#F2EDF8
(242,237,248)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC9E6 color. Also use rgb(188,201,230) instead hex code.

Text Font Color

.myTextColor { color: #BCC9E6; }

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

This text font color is #BCC9E6.


Background Color

.myBgColor { background-color: #BCC9E6; }

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

This div background color is #BCC9E6.


Border color

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

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

This div border color is #BCC9E6.


Opacity

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

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

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

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

This text has shadow with #BCC9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9E6 on black background.


Color preview on white background

This text has color #BCC9E6 on white background.



Black color preview on #BCC9E6 background

This text has black color on #BCC9E6 background.


White color preview on #BCC9E6 background

This text has white color on #BCC9E6 background.