COLOR #BCC2C6

HEX: #BCC2C6
RGB: (188,194,198)

Color info

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

RGB color model

#BCC2C6 color RGB value is (188,194,198).

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

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 198 of 255 = 78%

188
194
198

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 198 = 580 (100%)
R 188 of 580 ~ 32.41%
G 194 of 580 ~ 33.45%
B 198 of 580 ~ 34.14%

%32.41
%33.45
%34.14

CMYK color model

#BCC2C6 color CMYK value is (5,2,0,22).

  • cyan value is 5.05%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,2,0,22)
C5M2Y0K22 
(5%,2%,0%,22%)
(0.05/0.02/0.00/0.22)	

CMYK percentages

%5.05
%2.02
%0
%22.35

Codes

Color #BCC2C6 in popluar color models

BCC2C6
RGB188194198
HSL204°8.06%75.69%
HSB/HSV204°5.05%77.65%
CMYK5.05%2.02%0.00%
22.35%

Color #BCC2C6 in popluar number systems.

HEXBCC2C6
Decimal188194198
Binary101111001100001011000110
Octal274302306

Shades and tints

Shades of #BCC2C6

#BCC2C6
(188,194,198)
#ABB1B4
(171,177,180)
#9AA0A2
(154,160,162)
#898F90
(137,143,144)
#787E7E
(120,126,126)
#676D6C
(103,109,108)
#565C5A
(86,92,90)
#454B48
(69,75,72)
#343A36
(52,58,54)
#232924
(35,41,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCC2C6

#BCC2C6
(188,194,198)
#C2C7CB
(194,199,203)
#C8CCD0
(200,204,208)
#CED1D5
(206,209,213)
#D4D6DA
(212,214,218)
#DADBDF
(218,219,223)
#E0E0E4
(224,224,228)
#E6E5E9
(230,229,233)
#ECEAEE
(236,234,238)
#F2EFF3
(242,239,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2C6; }

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

This text font color is #BCC2C6.


Background Color

.myBgColor { background-color: #BCC2C6; }

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

This div background color is #BCC2C6.


Border color

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

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

This div border color is #BCC2C6.


Opacity

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

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

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

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

This text has shadow with #BCC2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2C6 on black background.


Color preview on white background

This text has color #BCC2C6 on white background.



Black color preview on #BCC2C6 background

This text has black color on #BCC2C6 background.


White color preview on #BCC2C6 background

This text has white color on #BCC2C6 background.