COLOR #BCC7D6

HEX: #BCC7D6 RGB: (188,199,214)

Color info

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

RGB color model

#BCC7D6 color RGB value is (188,199,214).

RGB: (188,199,214) (74%, 78%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 214 of 255 = 84%

188
199
214

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

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 214 = 601 (100%)
R 188 of 601 ~ 31.28%
G 199 of 601 ~ 33.11%
B 214 of 601 ~ 35.61'%

%31.28
%33.11
%35.61

CMYK color model

#BCC7D6 color CMYK value is (12,7,0,16).

  • cyan value is 12.15%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (12,7,0,16)
C12M7Y0K16 (12%, 7%, 0%, 16%)
(0.12 / 0.07 / 0.00 / 0.16)

CMYK percentages

%12.15
%7.01
%0
%16.08

Codes

Color #BCC7D6 in popluar color models

BC C7 D6
RGB 188 199 214
HSL 215° 24.07% 78.82%
HSB/HSV 215° 12.15% 83.92%
CMYK 12.15% 7.01% 0.00%
16.08%

Color #BCC7D6 in popluar number systems.

HEX BC C7 D6
Decimal 188 199 214
Binary 10111100 11000111 11010110
Octal 274 307 326

Shades and tints

Shades of #BCC7D6

#BCC7D6
(188,199,214)
#ABB5C3
(171,181,195)
#9AA3B0
(154,163,176)
#89919D
(137,145,157)
#787F8A
(120,127,138)
#676D77
(103,109,119)
#565B64
(86,91,100)
#454951
(69,73,81)
#34373E
(52,55,62)
#23252B
(35,37,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCC7D6

#BCC7D6
(188,199,214)
#C2CCD9
(194,204,217)
#C8D1DC
(200,209,220)
#CED6DF
(206,214,223)
#D4DBE2
(212,219,226)
#DAE0E5
(218,224,229)
#E0E5E8
(224,229,232)
#E6EAEB
(230,234,235)
#ECEFEE
(236,239,238)
#F2F4F1
(242,244,241)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7D6; }

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

This text font color is #BCC7D6.

Background Color

.myBgColor { background-color: #BCC7D6; }

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

This div background color is #BCC7D6.

Border color

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

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

This div border color is #BCC7D6.

Opacity

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

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

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

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

This text has shadow with #BCC7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC7D6.

Preview

Color preview on black background

This text has color #BCC7D6 on black background.


Color preview on white background

This text has color #BCC7D6 on white background.


Black color preview on #BCC7D6 background

This text has black color on #BCC7D6 background.


White color preview on #BCC7D6 background

This text has white color on #BCC7D6 background.


Related colors

Complementary color

Complementary color for #hex is #433829.


I love getcolorcode.com

Triadic colors

1 #D6BCC7 and #C7D6BC with #BCC7D6 are triadic colors.

2 #D6C7BC and #C7BCD6 with #BCC7D6 are triadic colors.