COLOR #BCC8C6

HEX: #BCC8C6
RGB: (188,200,198)

Color info

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

RGB color model

#BCC8C6 color RGB value is (188,200,198).

  • red value is 188;
  • green value is 200;
  • blue value is 198.
RGB:
(188,200,198)
(74%,78%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 198 of 255 = 78%

188
200
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 200 + 198 = 586 (100%)
R 188 of 586 ~ 32.08%
G 200 of 586 ~ 34.13%
B 198 of 586 ~ 33.79%

%32.08
%34.13
%33.79

CMYK color model

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

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

CMYK percentages

%6
%0
%1
%21.57

Codes

Color #BCC8C6 in popluar color models

BCC8C6
RGB188200198
HSL170°9.84%76.08%
HSB/HSV170°6.00%78.43%
CMYK6.00%0.00%1.00%
21.57%

Color #BCC8C6 in popluar number systems.

HEXBCC8C6
Decimal188200198
Binary101111001100100011000110
Octal274310306

Shades and tints

Shades of #BCC8C6

#BCC8C6
(188,200,198)
#ABB6B4
(171,182,180)
#9AA4A2
(154,164,162)
#899290
(137,146,144)
#78807E
(120,128,126)
#676E6C
(103,110,108)
#565C5A
(86,92,90)
#454A48
(69,74,72)
#343836
(52,56,54)
#232624
(35,38,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BCC8C6

#BCC8C6
(188,200,198)
#C2CDCB
(194,205,203)
#C8D2D0
(200,210,208)
#CED7D5
(206,215,213)
#D4DCDA
(212,220,218)
#DAE1DF
(218,225,223)
#E0E6E4
(224,230,228)
#E6EBE9
(230,235,233)
#ECF0EE
(236,240,238)
#F2F5F3
(242,245,243)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8C6; }

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

This text font color is #BCC8C6.


Background Color

.myBgColor { background-color: #BCC8C6; }

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

This div background color is #BCC8C6.


Border color

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

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

This div border color is #BCC8C6.


Opacity

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

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

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

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

This text has shadow with #BCC8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC8C6 on black background.


Color preview on white background

This text has color #BCC8C6 on white background.



Black color preview on #BCC8C6 background

This text has black color on #BCC8C6 background.


White color preview on #BCC8C6 background

This text has white color on #BCC8C6 background.