COLOR #BCC1D5

HEX: #BCC1D5
RGB: (188,193,213)

Color info

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

RGB color model

#BCC1D5 color RGB value is (188,193,213).

  • red value is 188;
  • green value is 193;
  • blue value is 213.
RGB:
(188,193,213)
(74%,76%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 213 of 255 = 84%

188
193
213

R + G + B ~ 78%. #BCC1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 213 = 594 (100%)
R 188 of 594 ~ 31.65%
G 193 of 594 ~ 32.49%
B 213 of 594 ~ 35.86%

%31.65
%32.49
%35.86

CMYK color model

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

  • cyan value is 11.74%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,9,0,16)
C12M9Y0K16 
(12%,9%,0%,16%)
(0.12/0.09/0.00/0.16)	

CMYK percentages

%11.74
%9.39
%0
%16.47

Codes

Color #BCC1D5 in popluar color models

BCC1D5
RGB188193213
HSL228°22.94%78.63%
HSB/HSV228°11.74%83.53%
CMYK11.74%9.39%0.00%
16.47%

Color #BCC1D5 in popluar number systems.

HEXBCC1D5
Decimal188193213
Binary101111001100000111010101
Octal274301325

Shades and tints

Shades of #BCC1D5

#BCC1D5
(188,193,213)
#ABB0C2
(171,176,194)
#9A9FAF
(154,159,175)
#898E9C
(137,142,156)
#787D89
(120,125,137)
#676C76
(103,108,118)
#565B63
(86,91,99)
#454A50
(69,74,80)
#34393D
(52,57,61)
#23282A
(35,40,42)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BCC1D5

#BCC1D5
(188,193,213)
#C2C6D8
(194,198,216)
#C8CBDB
(200,203,219)
#CED0DE
(206,208,222)
#D4D5E1
(212,213,225)
#DADAE4
(218,218,228)
#E0DFE7
(224,223,231)
#E6E4EA
(230,228,234)
#ECE9ED
(236,233,237)
#F2EEF0
(242,238,240)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC1D5 color. Also use rgb(188,193,213) instead hex code.

Text Font Color

.myTextColor { color: #BCC1D5; }

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

This text font color is #BCC1D5.


Background Color

.myBgColor { background-color: #BCC1D5; }

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

This div background color is #BCC1D5.


Border color

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

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

This div border color is #BCC1D5.


Opacity

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

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

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

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

This text has shadow with #BCC1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1D5 on black background.


Color preview on white background

This text has color #BCC1D5 on white background.



Black color preview on #BCC1D5 background

This text has black color on #BCC1D5 background.


White color preview on #BCC1D5 background

This text has white color on #BCC1D5 background.