COLOR #BCC5CD

HEX: #BCC5CD
RGB: (188,197,205)

Color info

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

RGB color model

#BCC5CD color RGB value is (188,197,205).

  • red value is 188;
  • green value is 197;
  • blue value is 205.
RGB:
(188,197,205)
(74%,77%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 205 of 255 = 80%

188
197
205

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 205 = 590 (100%)
R 188 of 590 ~ 31.86%
G 197 of 590 ~ 33.39%
B 205 of 590 ~ 34.75%

%31.86
%33.39
%34.75

CMYK color model

#BCC5CD color CMYK value is (8,4,0,20).

  • cyan value is 8.29%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,4,0,20)
C8M4Y0K20 
(8%,4%,0%,20%)
(0.08/0.04/0.00/0.20)	

CMYK percentages

%8.29
%3.9
%0
%19.61

Codes

Color #BCC5CD in popluar color models

BCC5CD
RGB188197205
HSL208°14.53%77.06%
HSB/HSV208°8.29%80.39%
CMYK8.29%3.90%0.00%
19.61%

Color #BCC5CD in popluar number systems.

HEXBCC5CD
Decimal188197205
Binary101111001100010111001101
Octal274305315

Shades and tints

Shades of #BCC5CD

#BCC5CD
(188,197,205)
#ABB4BB
(171,180,187)
#9AA3A9
(154,163,169)
#899297
(137,146,151)
#788185
(120,129,133)
#677073
(103,112,115)
#565F61
(86,95,97)
#454E4F
(69,78,79)
#343D3D
(52,61,61)
#232C2B
(35,44,43)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #BCC5CD

#BCC5CD
(188,197,205)
#C2CAD1
(194,202,209)
#C8CFD5
(200,207,213)
#CED4D9
(206,212,217)
#D4D9DD
(212,217,221)
#DADEE1
(218,222,225)
#E0E3E5
(224,227,229)
#E6E8E9
(230,232,233)
#ECEDED
(236,237,237)
#F2F2F1
(242,242,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5CD color. Also use rgb(188,197,205) instead hex code.

Text Font Color

.myTextColor { color: #BCC5CD; }

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

This text font color is #BCC5CD.


Background Color

.myBgColor { background-color: #BCC5CD; }

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

This div background color is #BCC5CD.


Border color

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

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

This div border color is #BCC5CD.


Opacity

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

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

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

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

This text has shadow with #BCC5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5CD on black background.


Color preview on white background

This text has color #BCC5CD on white background.



Black color preview on #BCC5CD background

This text has black color on #BCC5CD background.


White color preview on #BCC5CD background

This text has white color on #BCC5CD background.