COLOR #BCCCE0

HEX: #BCCCE0
RGB: (188,204,224)

Color info

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

RGB color model

#BCCCE0 color RGB value is (188,204,224).

  • red value is 188;
  • green value is 204;
  • blue value is 224.
RGB:
(188,204,224)
(74%,80%,88%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 224 of 255 = 88%

188
204
224

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 224 = 616 (100%)
R 188 of 616 ~ 30.52%
G 204 of 616 ~ 33.12%
B 224 of 616 ~ 36.36%

%30.52
%33.12
%36.36

CMYK color model

#BCCCE0 color CMYK value is (16,9,0,12).

  • cyan value is 16.07%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,9,0,12)
C16M9Y0K12 
(16%,9%,0%,12%)
(0.16/0.09/0.00/0.12)	

CMYK percentages

%16.07
%8.93
%0
%12.16

Codes

Color #BCCCE0 in popluar color models

BCCCE0
RGB188204224
HSL213°36.73%80.78%
HSB/HSV213°16.07%87.84%
CMYK16.07%8.93%0.00%
12.16%

Color #BCCCE0 in popluar number systems.

HEXBCCCE0
Decimal188204224
Binary101111001100110011100000
Octal274314340

Shades and tints

Shades of #BCCCE0

#BCCCE0
(188,204,224)
#ABBACC
(171,186,204)
#9AA8B8
(154,168,184)
#8996A4
(137,150,164)
#788490
(120,132,144)
#67727C
(103,114,124)
#566068
(86,96,104)
#454E54
(69,78,84)
#343C40
(52,60,64)
#232A2C
(35,42,44)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #BCCCE0

#BCCCE0
(188,204,224)
#C2D0E2
(194,208,226)
#C8D4E4
(200,212,228)
#CED8E6
(206,216,230)
#D4DCE8
(212,220,232)
#DAE0EA
(218,224,234)
#E0E4EC
(224,228,236)
#E6E8EE
(230,232,238)
#ECECF0
(236,236,240)
#F2F0F2
(242,240,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCCE0 color. Also use rgb(188,204,224) instead hex code.

Text Font Color

.myTextColor { color: #BCCCE0; }

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

This text font color is #BCCCE0.


Background Color

.myBgColor { background-color: #BCCCE0; }

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

This div background color is #BCCCE0.


Border color

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

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

This div border color is #BCCCE0.


Opacity

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

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

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

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

This text has shadow with #BCCCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCE0 on black background.


Color preview on white background

This text has color #BCCCE0 on white background.



Black color preview on #BCCCE0 background

This text has black color on #BCCCE0 background.


White color preview on #BCCCE0 background

This text has white color on #BCCCE0 background.