COLOR #BCCBE4

HEX: #BCCBE4
RGB: (188,203,228)

Color info

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

RGB color model

#BCCBE4 color RGB value is (188,203,228).

  • red value is 188;
  • green value is 203;
  • blue value is 228.
RGB:
(188,203,228)
(74%,80%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 228 of 255 = 89%

188
203
228

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 228 = 619 (100%)
R 188 of 619 ~ 30.37%
G 203 of 619 ~ 32.79%
B 228 of 619 ~ 36.83%

%30.37
%32.79
%36.83

CMYK color model

#BCCBE4 color CMYK value is (18,11,0,11).

  • cyan value is 17.54%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,11,0,11)
C18M11Y0K11 
(18%,11%,0%,11%)
(0.18/0.11/0.00/0.11)	

CMYK percentages

%17.54
%10.96
%0
%10.59

Codes

Color #BCCBE4 in popluar color models

BCCBE4
RGB188203228
HSL218°42.55%81.57%
HSB/HSV218°17.54%89.41%
CMYK17.54%10.96%0.00%
10.59%

Color #BCCBE4 in popluar number systems.

HEXBCCBE4
Decimal188203228
Binary101111001100101111100100
Octal274313344

Shades and tints

Shades of #BCCBE4

#BCCBE4
(188,203,228)
#ABB9D0
(171,185,208)
#9AA7BC
(154,167,188)
#8995A8
(137,149,168)
#788394
(120,131,148)
#677180
(103,113,128)
#565F6C
(86,95,108)
#454D58
(69,77,88)
#343B44
(52,59,68)
#232930
(35,41,48)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #BCCBE4

#BCCBE4
(188,203,228)
#C2CFE6
(194,207,230)
#C8D3E8
(200,211,232)
#CED7EA
(206,215,234)
#D4DBEC
(212,219,236)
#DADFEE
(218,223,238)
#E0E3F0
(224,227,240)
#E6E7F2
(230,231,242)
#ECEBF4
(236,235,244)
#F2EFF6
(242,239,246)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCBE4 color. Also use rgb(188,203,228) instead hex code.

Text Font Color

.myTextColor { color: #BCCBE4; }

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

This text font color is #BCCBE4.


Background Color

.myBgColor { background-color: #BCCBE4; }

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

This div background color is #BCCBE4.


Border color

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

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

This div border color is #BCCBE4.


Opacity

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

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

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

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

This text has shadow with #BCCBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBE4 on black background.


Color preview on white background

This text has color #BCCBE4 on white background.



Black color preview on #BCCBE4 background

This text has black color on #BCCBE4 background.


White color preview on #BCCBE4 background

This text has white color on #BCCBE4 background.