COLOR #BCC0DC

HEX: #BCC0DC
RGB: (188,192,220)

Color info

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

RGB color model

#BCC0DC color RGB value is (188,192,220).

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

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 220 of 255 = 86%

188
192
220

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

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 220 = 600 (100%)
R 188 of 600 ~ 31.33%
G 192 of 600 ~ 32%
B 220 of 600 ~ 36.67%

%31.33
%32
%36.67

CMYK color model

#BCC0DC color CMYK value is (15,13,0,14).

  • cyan value is 14.55%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,13,0,14)
C15M13Y0K14 
(15%,13%,0%,14%)
(0.15/0.13/0.00/0.14)	

CMYK percentages

%14.55
%12.73
%0
%13.73

Codes

Color #BCC0DC in popluar color models

BCC0DC
RGB188192220
HSL233°31.37%80.00%
HSB/HSV233°14.55%86.27%
CMYK14.55%12.73%0.00%
13.73%

Color #BCC0DC in popluar number systems.

HEXBCC0DC
Decimal188192220
Binary101111001100000011011100
Octal274300334

Shades and tints

Shades of #BCC0DC

#BCC0DC
(188,192,220)
#ABAFC8
(171,175,200)
#9A9EB4
(154,158,180)
#898DA0
(137,141,160)
#787C8C
(120,124,140)
#676B78
(103,107,120)
#565A64
(86,90,100)
#454950
(69,73,80)
#34383C
(52,56,60)
#232728
(35,39,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #BCC0DC

#BCC0DC
(188,192,220)
#C2C5DF
(194,197,223)
#C8CAE2
(200,202,226)
#CECFE5
(206,207,229)
#D4D4E8
(212,212,232)
#DAD9EB
(218,217,235)
#E0DEEE
(224,222,238)
#E6E3F1
(230,227,241)
#ECE8F4
(236,232,244)
#F2EDF7
(242,237,247)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0DC; }

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

This text font color is #BCC0DC.


Background Color

.myBgColor { background-color: #BCC0DC; }

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

This div background color is #BCC0DC.


Border color

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

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

This div border color is #BCC0DC.


Opacity

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

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

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

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

This text has shadow with #BCC0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC0DC on black background.


Color preview on white background

This text has color #BCC0DC on white background.



Black color preview on #BCC0DC background

This text has black color on #BCC0DC background.


White color preview on #BCC0DC background

This text has white color on #BCC0DC background.