COLOR #BCC7CC

HEX: #BCC7CC
RGB: (188,199,204)

Color info

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

RGB color model

#BCC7CC color RGB value is (188,199,204).

  • red value is 188;
  • green value is 199;
  • blue value is 204.
RGB:
(188,199,204)
(74%,78%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 204 of 255 = 80%

188
199
204

R + G + B ~ 77%. #BCC7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 199 + 204 = 591 (100%)
R 188 of 591 ~ 31.81%
G 199 of 591 ~ 33.67%
B 204 of 591 ~ 34.52%

%31.81
%33.67
%34.52

CMYK color model

#BCC7CC color CMYK value is (8,2,0,20).

  • cyan value is 7.84%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,2,0,20)
C8M2Y0K20 
(8%,2%,0%,20%)
(0.08/0.02/0.00/0.20)	

CMYK percentages

%7.84
%2.45
%0
%20

Codes

Color #BCC7CC in popluar color models

BCC7CC
RGB188199204
HSL199°13.56%76.86%
HSB/HSV199°7.84%80.00%
CMYK7.84%2.45%0.00%
20.00%

Color #BCC7CC in popluar number systems.

HEXBCC7CC
Decimal188199204
Binary101111001100011111001100
Octal274307314

Shades and tints

Shades of #BCC7CC

#BCC7CC
(188,199,204)
#ABB5BA
(171,181,186)
#9AA3A8
(154,163,168)
#899196
(137,145,150)
#787F84
(120,127,132)
#676D72
(103,109,114)
#565B60
(86,91,96)
#45494E
(69,73,78)
#34373C
(52,55,60)
#23252A
(35,37,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCC7CC

#BCC7CC
(188,199,204)
#C2CCD0
(194,204,208)
#C8D1D4
(200,209,212)
#CED6D8
(206,214,216)
#D4DBDC
(212,219,220)
#DAE0E0
(218,224,224)
#E0E5E4
(224,229,228)
#E6EAE8
(230,234,232)
#ECEFEC
(236,239,236)
#F2F4F0
(242,244,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7CC; }

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

This text font color is #BCC7CC.


Background Color

.myBgColor { background-color: #BCC7CC; }

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

This div background color is #BCC7CC.


Border color

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

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

This div border color is #BCC7CC.


Opacity

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

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

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

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

This text has shadow with #BCC7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7CC on black background.


Color preview on white background

This text has color #BCC7CC on white background.



Black color preview on #BCC7CC background

This text has black color on #BCC7CC background.


White color preview on #BCC7CC background

This text has white color on #BCC7CC background.