COLOR #BCCBD9

HEX: #BCCBD9
RGB: (188,203,217)

Color info

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

RGB color model

#BCCBD9 color RGB value is (188,203,217).

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

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 217 of 255 = 85%

188
203
217

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 217 = 608 (100%)
R 188 of 608 ~ 30.92%
G 203 of 608 ~ 33.39%
B 217 of 608 ~ 35.69%

%30.92
%33.39
%35.69

CMYK color model

#BCCBD9 color CMYK value is (13,6,0,15).

  • cyan value is 13.36%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(13,6,0,15)
C13M6Y0K15 
(13%,6%,0%,15%)
(0.13/0.06/0.00/0.15)	

CMYK percentages

%13.36
%6.45
%0
%14.9

Codes

Color #BCCBD9 in popluar color models

BCCBD9
RGB188203217
HSL209°27.62%79.41%
HSB/HSV209°13.36%85.10%
CMYK13.36%6.45%0.00%
14.90%

Color #BCCBD9 in popluar number systems.

HEXBCCBD9
Decimal188203217
Binary101111001100101111011001
Octal274313331

Shades and tints

Shades of #BCCBD9

#BCCBD9
(188,203,217)
#ABB9C6
(171,185,198)
#9AA7B3
(154,167,179)
#8995A0
(137,149,160)
#78838D
(120,131,141)
#67717A
(103,113,122)
#565F67
(86,95,103)
#454D54
(69,77,84)
#343B41
(52,59,65)
#23292E
(35,41,46)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #BCCBD9

#BCCBD9
(188,203,217)
#C2CFDC
(194,207,220)
#C8D3DF
(200,211,223)
#CED7E2
(206,215,226)
#D4DBE5
(212,219,229)
#DADFE8
(218,223,232)
#E0E3EB
(224,227,235)
#E6E7EE
(230,231,238)
#ECEBF1
(236,235,241)
#F2EFF4
(242,239,244)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBD9; }

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

This text font color is #BCCBD9.


Background Color

.myBgColor { background-color: #BCCBD9; }

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

This div background color is #BCCBD9.


Border color

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

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

This div border color is #BCCBD9.


Opacity

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

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

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

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

This text has shadow with #BCCBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBD9 on black background.


Color preview on white background

This text has color #BCCBD9 on white background.



Black color preview on #BCCBD9 background

This text has black color on #BCCBD9 background.


White color preview on #BCCBD9 background

This text has white color on #BCCBD9 background.