COLOR #BCC2CD

HEX: #BCC2CD RGB: (188,194,205)

Color info

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

RGB color model

#BCC2CD color RGB value is (188,194,205).

RGB: (188,194,205) (74%, 76%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 205 of 255 = 80%

188
194
205

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 205 = 587 (100%)
R 188 of 587 ~ 32.03%
G 194 of 587 ~ 33.05%
B 205 of 587 ~ 34.92'%

%32.03
%33.05
%34.92

CMYK color model

#BCC2CD color CMYK value is (8,5,0,20).

  • cyan value is 8.29%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (8,5,0,20)
C8M5Y0K20 (8%, 5%, 0%, 20%)
(0.08 / 0.05 / 0.00 / 0.20)

CMYK percentages

%8.29
%5.37
%0
%19.61

Codes

Color #BCC2CD in popluar color models

BC C2 CD
RGB 188 194 205
HSL 219° 14.53% 77.06%
HSB/HSV 219° 8.29% 80.39%
CMYK 8.29% 5.37% 0.00%
19.61%

Color #BCC2CD in popluar number systems.

HEX BC C2 CD
Decimal 188 194 205
Binary 10111100 11000010 11001101
Octal 274 302 315

Shades and tints

Shades of #BCC2CD

#BCC2CD
(188,194,205)
#ABB1BB
(171,177,187)
#9AA0A9
(154,160,169)
#898F97
(137,143,151)
#787E85
(120,126,133)
#676D73
(103,109,115)
#565C61
(86,92,97)
#454B4F
(69,75,79)
#343A3D
(52,58,61)
#23292B
(35,41,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCC2CD

#BCC2CD
(188,194,205)
#C2C7D1
(194,199,209)
#C8CCD5
(200,204,213)
#CED1D9
(206,209,217)
#D4D6DD
(212,214,221)
#DADBE1
(218,219,225)
#E0E0E5
(224,224,229)
#E6E5E9
(230,229,233)
#ECEAED
(236,234,237)
#F2EFF1
(242,239,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2CD; }

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

This text font color is #BCC2CD.

Background Color

.myBgColor { background-color: #BCC2CD; }

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

This div background color is #BCC2CD.

Border color

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

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

This div border color is #BCC2CD.

Opacity

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

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

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

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

This text has shadow with #BCC2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC2CD.

Preview

Color preview on black background

This text has color #BCC2CD on black background.


Color preview on white background

This text has color #BCC2CD on white background.


Black color preview on #BCC2CD background

This text has black color on #BCC2CD background.


White color preview on #BCC2CD background

This text has white color on #BCC2CD background.


Related colors

Complementary color

Complementary color for #hex is #433D32.


I love getcolorcode.com

Triadic colors

1 #CDBCC2 and #C2CDBC with #BCC2CD are triadic colors.

2 #CDC2BC and #C2BCCD with #BCC2CD are triadic colors.