COLOR #BCC5C8

HEX: #BCC5C8 RGB: (188,197,200)

Color info

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

RGB color model

#BCC5C8 color RGB value is (188,197,200).

RGB: (188,197,200) (74%, 77%, 78%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 200 of 255 = 78%

188
197
200

R + G + B ~ 76%. #BCC5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 197 + 200 = 585 (100%)
R 188 of 585 ~ 32.14%
G 197 of 585 ~ 33.68%
B 200 of 585 ~ 34.19'%

%32.14
%33.68
%34.19

CMYK color model

#BCC5C8 color CMYK value is (6,1,0,22).

  • cyan value is 6.00%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (6,1,0,22) C6M1Y0K22 (6%,1%,0%,22%) (0.06/0.01/0.00/0.22) 

CMYK percentages

%6
%1.5
%0
%21.57

Codes

Color #BCC5C8 in popluar color models

BC C5 C8
RGB 188 197 200
HSL 195° 9.84% 76.08%
HSB/HSV 195° 6.00% 78.43%
CMYK 6.00% 1.50% 0.00%
21.57%

Color #BCC5C8 in popluar number systems.

HEX BC C5 C8
Decimal 188 197 200
Binary 10111100 11000101 11001000
Octal 274 305 310

Shades and tints

Shades of #BCC5C8

#BCC5C8
(188,197,200)
#ABB4B6
(171,180,182)
#9AA3A4
(154,163,164)
#899292
(137,146,146)
#788180
(120,129,128)
#67706E
(103,112,110)
#565F5C
(86,95,92)
#454E4A
(69,78,74)
#343D38
(52,61,56)
#232C26
(35,44,38)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #BCC5C8

#BCC5C8
(188,197,200)
#C2CACD
(194,202,205)
#C8CFD2
(200,207,210)
#CED4D7
(206,212,215)
#D4D9DC
(212,217,220)
#DADEE1
(218,222,225)
#E0E3E6
(224,227,230)
#E6E8EB
(230,232,235)
#ECEDF0
(236,237,240)
#F2F2F5
(242,242,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5C8; }

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

This text font color is #BCC5C8.

Background Color

.myBgColor { background-color: #BCC5C8; }

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

This div background color is #BCC5C8.

Border color

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

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

This div border color is #BCC5C8.

Opacity

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

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

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

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

This text has shadow with #BCC5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC5C8.

Preview

Color preview on black background

This text has color #BCC5C8 on black background.


Color preview on white background

This text has color #BCC5C8 on white background.


Black color preview on #BCC5C8 background

This text has black color on #BCC5C8 background.


White color preview on #BCC5C8 background

This text has white color on #BCC5C8 background.


Related colors

Complementary color

Complementary color for #hex is #433A37.


I love getcolorcode.com

Triadic colors

1 #C8BCC5 and #C5C8BC with #BCC5C8 are triadic colors.

2 #C8C5BC and #C5BCC8 with #BCC5C8 are triadic colors.