COLOR #BCCBD4

HEX: #BCCBD4
RGB: (188,203,212)

Color info

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

RGB color model

#BCCBD4 color RGB value is (188,203,212).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 212 of 255 = 83%

188
203
212

R + G + B ~ 79%. #BCCBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 212 = 603 (100%)
R 188 of 603 ~ 31.18%
G 203 of 603 ~ 33.67%
B 212 of 603 ~ 35.16%

%31.18
%33.67
%35.16

CMYK color model

#BCCBD4 color CMYK value is (11,4,0,17).

  • cyan value is 11.32%
  • magenta value is 4.25%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,4,0,17)
C11M4Y0K17 
(11%,4%,0%,17%)
(0.11/0.04/0.00/0.17)	

CMYK percentages

%11.32
%4.25
%0
%16.86

Codes

Color #BCCBD4 in popluar color models

BCCBD4
RGB188203212
HSL203°21.82%78.43%
HSB/HSV203°11.32%83.14%
CMYK11.32%4.25%0.00%
16.86%

Color #BCCBD4 in popluar number systems.

HEXBCCBD4
Decimal188203212
Binary101111001100101111010100
Octal274313324

Shades and tints

Shades of #BCCBD4

#BCCBD4
(188,203,212)
#ABB9C1
(171,185,193)
#9AA7AE
(154,167,174)
#89959B
(137,149,155)
#788388
(120,131,136)
#677175
(103,113,117)
#565F62
(86,95,98)
#454D4F
(69,77,79)
#343B3C
(52,59,60)
#232929
(35,41,41)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCCBD4

#BCCBD4
(188,203,212)
#C2CFD7
(194,207,215)
#C8D3DA
(200,211,218)
#CED7DD
(206,215,221)
#D4DBE0
(212,219,224)
#DADFE3
(218,223,227)
#E0E3E6
(224,227,230)
#E6E7E9
(230,231,233)
#ECEBEC
(236,235,236)
#F2EFEF
(242,239,239)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBD4; }

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

This text font color is #BCCBD4.


Background Color

.myBgColor { background-color: #BCCBD4; }

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

This div background color is #BCCBD4.


Border color

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

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

This div border color is #BCCBD4.


Opacity

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

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

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

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

This text has shadow with #BCCBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBD4 on black background.


Color preview on white background

This text has color #BCCBD4 on white background.



Black color preview on #BCCBD4 background

This text has black color on #BCCBD4 background.


White color preview on #BCCBD4 background

This text has white color on #BCCBD4 background.