COLOR #BCC2BE

HEX: #BCC2BE
RGB: (188,194,190)

Color info

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

RGB color model

#BCC2BE color RGB value is (188,194,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 194 of 255 = 76%
B 190 of 255 = 75%

188
194
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 194 + 190 = 572 (100%)
R 188 of 572 ~ 32.87%
G 194 of 572 ~ 33.92%
B 190 of 572 ~ 33.22%

%32.87
%33.92
%33.22

CMYK color model

#BCC2BE color CMYK value is (3,0,2,24).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK:
(3,0,2,24)
C3M0Y2K24 
(3%,0%,2%,24%)
(0.03/0.00/0.02/0.24)	

CMYK percentages

%3.09
%0
%2.06
%23.92

Codes

Color #BCC2BE in popluar color models

BCC2BE
RGB188194190
HSL140°4.69%74.90%
HSB/HSV140°3.09%76.08%
CMYK3.09%0.00%2.06%
23.92%

Color #BCC2BE in popluar number systems.

HEXBCC2BE
Decimal188194190
Binary101111001100001010111110
Octal274302276

Shades and tints

Shades of #BCC2BE

#BCC2BE
(188,194,190)
#ABB1AD
(171,177,173)
#9AA09C
(154,160,156)
#898F8B
(137,143,139)
#787E7A
(120,126,122)
#676D69
(103,109,105)
#565C58
(86,92,88)
#454B47
(69,75,71)
#343A36
(52,58,54)
#232925
(35,41,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #BCC2BE

#BCC2BE
(188,194,190)
#C2C7C3
(194,199,195)
#C8CCC8
(200,204,200)
#CED1CD
(206,209,205)
#D4D6D2
(212,214,210)
#DADBD7
(218,219,215)
#E0E0DC
(224,224,220)
#E6E5E1
(230,229,225)
#ECEAE6
(236,234,230)
#F2EFEB
(242,239,235)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2BE; }

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

This text font color is #BCC2BE.


Background Color

.myBgColor { background-color: #BCC2BE; }

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

This div background color is #BCC2BE.


Border color

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

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

This div border color is #BCC2BE.


Opacity

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

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

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

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

This text has shadow with #BCC2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC2BE on black background.


Color preview on white background

This text has color #BCC2BE on white background.



Black color preview on #BCC2BE background

This text has black color on #BCC2BE background.


White color preview on #BCC2BE background

This text has white color on #BCC2BE background.