COLOR #BCCCD9

HEX: #BCCCD9
RGB: (188,204,217)

Color info

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

RGB color model

#BCCCD9 color RGB value is (188,204,217).

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

RGB channels and saturation

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

188
204
217

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 217 = 609 (100%)
R 188 of 609 ~ 30.87%
G 204 of 609 ~ 33.5%
B 217 of 609 ~ 35.63%

%30.87
%33.5
%35.63

CMYK color model

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

  • cyan value is 13.36%
  • magenta value is 5.99%
  • 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
%5.99
%0
%14.9

Codes

Color #BCCCD9 in popluar color models

BCCCD9
RGB188204217
HSL207°27.62%79.41%
HSB/HSV207°13.36%85.10%
CMYK13.36%5.99%0.00%
14.90%

Color #BCCCD9 in popluar number systems.

HEXBCCCD9
Decimal188204217
Binary101111001100110011011001
Octal274314331

Shades and tints

Shades of #BCCCD9

#BCCCD9
(188,204,217)
#ABBAC6
(171,186,198)
#9AA8B3
(154,168,179)
#8996A0
(137,150,160)
#78848D
(120,132,141)
#67727A
(103,114,122)
#566067
(86,96,103)
#454E54
(69,78,84)
#343C41
(52,60,65)
#232A2E
(35,42,46)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCCCD9

#BCCCD9
(188,204,217)
#C2D0DC
(194,208,220)
#C8D4DF
(200,212,223)
#CED8E2
(206,216,226)
#D4DCE5
(212,220,229)
#DAE0E8
(218,224,232)
#E0E4EB
(224,228,235)
#E6E8EE
(230,232,238)
#ECECF1
(236,236,241)
#F2F0F4
(242,240,244)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCD9; }

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

This text font color is #BCCCD9.


Background Color

.myBgColor { background-color: #BCCCD9; }

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

This div background color is #BCCCD9.


Border color

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

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

This div border color is #BCCCD9.


Opacity

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

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

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

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

This text has shadow with #BCCCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCD9 on black background.


Color preview on white background

This text has color #BCCCD9 on white background.



Black color preview on #BCCCD9 background

This text has black color on #BCCCD9 background.


White color preview on #BCCCD9 background

This text has white color on #BCCCD9 background.