COLOR #BCC0D6

HEX: #BCC0D6
RGB: (188,192,214)

Color info

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

RGB color model

#BCC0D6 color RGB value is (188,192,214).

  • red value is 188;
  • green value is 192;
  • blue value is 214.
RGB: (188,192,214) (74%,75%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 214 of 255 = 84%

188
192
214

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

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 214 = 594 (100%)
R 188 of 594 ~ 31.65%
G 192 of 594 ~ 32.32%
B 214 of 594 ~ 36.03%

%31.65
%32.32
%36.03

CMYK color model

#BCC0D6 color CMYK value is (12,10,0,16).

  • cyan value is 12.15%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (12,10,0,16) C12M10Y0K16 (12%,10%,0%,16%) (0.12/0.10/0.00/0.16)

CMYK percentages

%12.15
%10.28
%0
%16.08

Codes

Color #BCC0D6 in popluar color models

BCC0D6
RGB188192214
HSL231°24.07%78.82%
HSB/HSV231°12.15%83.92%
CMYK12.15%10.28%0.00%
16.08%

Color #BCC0D6 in popluar number systems.

HEXBCC0D6
Decimal188192214
Binary101111001100000011010110
Octal274300326

Shades and tints

Shades of #BCC0D6

#BCC0D6
(188,192,214)
#ABAFC3
(171,175,195)
#9A9EB0
(154,158,176)
#898D9D
(137,141,157)
#787C8A
(120,124,138)
#676B77
(103,107,119)
#565A64
(86,90,100)
#454951
(69,73,81)
#34383E
(52,56,62)
#23272B
(35,39,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #BCC0D6

#BCC0D6
(188,192,214)
#C2C5D9
(194,197,217)
#C8CADC
(200,202,220)
#CECFDF
(206,207,223)
#D4D4E2
(212,212,226)
#DAD9E5
(218,217,229)
#E0DEE8
(224,222,232)
#E6E3EB
(230,227,235)
#ECE8EE
(236,232,238)
#F2EDF1
(242,237,241)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC0D6 color. Also use rgb(188,192,214) instead hex code.

Text Font Color

.myTextColor { color: #BCC0D6; }

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

This text font color is #BCC0D6.


Background Color

.myBgColor { background-color: #BCC0D6; }

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

This div background color is #BCC0D6.


Border color

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

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

This div border color is #BCC0D6.


Opacity

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

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

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

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

This text has shadow with #BCC0D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BCC0D6 on black background.


Color preview on white background

This text has color #BCC0D6 on white background.



Black color preview on #BCC0D6 background

This text has black color on #BCC0D6 background.


White color preview on #BCC0D6 background

This text has white color on #BCC0D6 background.