COLOR #BCC1C2

HEX: #BCC1C2
RGB: (188,193,194)

Color info

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

RGB color model

#BCC1C2 color RGB value is (188,193,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 194 of 255 = 76%

188
193
194

R + G + B ~ 75%. #BCC1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 194 = 575 (100%)
R 188 of 575 ~ 32.7%
G 193 of 575 ~ 33.57%
B 194 of 575 ~ 33.74%

%32.7
%33.57
%33.74

CMYK color model

#BCC1C2 color CMYK value is (3,1,0,24).

  • cyan value is 3.09%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,1,0,24)
C3M1Y0K24 
(3%,1%,0%,24%)
(0.03/0.01/0.00/0.24)	

CMYK percentages

%3.09
%0.52
%0
%23.92

Codes

Color #BCC1C2 in popluar color models

BCC1C2
RGB188193194
HSL190°4.69%74.90%
HSB/HSV190°3.09%76.08%
CMYK3.09%0.52%0.00%
23.92%

Color #BCC1C2 in popluar number systems.

HEXBCC1C2
Decimal188193194
Binary101111001100000111000010
Octal274301302

Shades and tints

Shades of #BCC1C2

#BCC1C2
(188,193,194)
#ABB0B1
(171,176,177)
#9A9FA0
(154,159,160)
#898E8F
(137,142,143)
#787D7E
(120,125,126)
#676C6D
(103,108,109)
#565B5C
(86,91,92)
#454A4B
(69,74,75)
#34393A
(52,57,58)
#232829
(35,40,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCC1C2

#BCC1C2
(188,193,194)
#C2C6C7
(194,198,199)
#C8CBCC
(200,203,204)
#CED0D1
(206,208,209)
#D4D5D6
(212,213,214)
#DADADB
(218,218,219)
#E0DFE0
(224,223,224)
#E6E4E5
(230,228,229)
#ECE9EA
(236,233,234)
#F2EEEF
(242,238,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1C2; }

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

This text font color is #BCC1C2.


Background Color

.myBgColor { background-color: #BCC1C2; }

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

This div background color is #BCC1C2.


Border color

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

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

This div border color is #BCC1C2.


Opacity

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

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

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

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

This text has shadow with #BCC1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1C2 on black background.


Color preview on white background

This text has color #BCC1C2 on white background.



Black color preview on #BCC1C2 background

This text has black color on #BCC1C2 background.


White color preview on #BCC1C2 background

This text has white color on #BCC1C2 background.