COLOR #BCC0DF

HEX: #BCC0DF RGB: (188,192,223)

Color info

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

RGB color model

#BCC0DF color RGB value is (188,192,223).

RGB: (188,192,223) (74%, 75%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 223 of 255 = 87%

188
192
223

R + G + B ~ 79%. #BCC0DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 223 = 603 (100%)
R 188 of 603 ~ 31.18%
G 192 of 603 ~ 31.84%
B 223 of 603 ~ 36.98'%

%31.18
%31.84
%36.98

CMYK color model

#BCC0DF color CMYK value is (16,14,0,13).

  • cyan value is 15.70%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (16,14,0,13)
C16M14Y0K13 (16%, 14%, 0%, 13%)
(0.16 / 0.14 / 0.00 / 0.13)

CMYK percentages

%15.7
%13.9
%0
%12.55

Codes

Color #BCC0DF in popluar color models

BC C0 DF
RGB 188 192 223
HSL 233° 35.35% 80.59%
HSB/HSV 233° 15.70% 87.45%
CMYK 15.70% 13.90% 0.00%
12.55%

Color #BCC0DF in popluar number systems.

HEX BC C0 DF
Decimal 188 192 223
Binary 10111100 11000000 11011111
Octal 274 300 337

Shades and tints

Shades of #BCC0DF

#BCC0DF
(188,192,223)
#ABAFCB
(171,175,203)
#9A9EB7
(154,158,183)
#898DA3
(137,141,163)
#787C8F
(120,124,143)
#676B7B
(103,107,123)
#565A67
(86,90,103)
#454953
(69,73,83)
#34383F
(52,56,63)
#23272B
(35,39,43)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCC0DF

#BCC0DF
(188,192,223)
#C2C5E1
(194,197,225)
#C8CAE3
(200,202,227)
#CECFE5
(206,207,229)
#D4D4E7
(212,212,231)
#DAD9E9
(218,217,233)
#E0DEEB
(224,222,235)
#E6E3ED
(230,227,237)
#ECE8EF
(236,232,239)
#F2EDF1
(242,237,241)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0DF; }

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

This text font color is #BCC0DF.

Background Color

.myBgColor { background-color: #BCC0DF; }

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

This div background color is #BCC0DF.

Border color

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

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

This div border color is #BCC0DF.

Opacity

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

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

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

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

This text has shadow with #BCC0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0DF.

Preview

Color preview on black background

This text has color #BCC0DF on black background.


Color preview on white background

This text has color #BCC0DF on white background.


Black color preview on #BCC0DF background

This text has black color on #BCC0DF background.


White color preview on #BCC0DF background

This text has white color on #BCC0DF background.


Related colors

Complementary color

Complementary color for #hex is #433F20.


I love getcolorcode.com

Triadic colors

1 #DFBCC0 and #C0DFBC with #BCC0DF are triadic colors.

2 #DFC0BC and #C0BCDF with #BCC0DF are triadic colors.