COLOR #BCC0BF

HEX: #BCC0BF
RGB: (188,192,191)

Color info

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

RGB color model

#BCC0BF color RGB value is (188,192,191).

  • red value is 188;
  • green value is 192;
  • blue value is 191.
RGB:
(188,192,191)
(74%,75%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 191 of 255 = 75%

188
192
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 192 + 191 = 571 (100%)
R 188 of 571 ~ 32.92%
G 192 of 571 ~ 33.63%
B 191 of 571 ~ 33.45%

%32.92
%33.63
%33.45

CMYK color model

#BCC0BF color CMYK value is (2,0,1,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.71%
CMYK:
(2,0,1,25)
C2M0Y1K25 
(2%,0%,1%,25%)
(0.02/0.00/0.01/0.25)	

CMYK percentages

%2.08
%0
%0.52
%24.71

Codes

Color #BCC0BF in popluar color models

BCC0BF
RGB188192191
HSL165°3.08%74.51%
HSB/HSV165°2.08%75.29%
CMYK2.08%0.00%0.52%
24.71%

Color #BCC0BF in popluar number systems.

HEXBCC0BF
Decimal188192191
Binary101111001100000010111111
Octal274300277

Shades and tints

Shades of #BCC0BF

#BCC0BF
(188,192,191)
#ABAFAE
(171,175,174)
#9A9E9D
(154,158,157)
#898D8C
(137,141,140)
#787C7B
(120,124,123)
#676B6A
(103,107,106)
#565A59
(86,90,89)
#454948
(69,73,72)
#343837
(52,56,55)
#232726
(35,39,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCC0BF

#BCC0BF
(188,192,191)
#C2C5C4
(194,197,196)
#C8CAC9
(200,202,201)
#CECFCE
(206,207,206)
#D4D4D3
(212,212,211)
#DAD9D8
(218,217,216)
#E0DEDD
(224,222,221)
#E6E3E2
(230,227,226)
#ECE8E7
(236,232,231)
#F2EDEC
(242,237,236)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC0BF color. Also use rgb(188,192,191) instead hex code.

Text Font Color

.myTextColor { color: #BCC0BF; }

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

This text font color is #BCC0BF.


Background Color

.myBgColor { background-color: #BCC0BF; }

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

This div background color is #BCC0BF.


Border color

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

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

This div border color is #BCC0BF.


Opacity

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

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

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

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

This text has shadow with #BCC0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC0BF on black background.


Color preview on white background

This text has color #BCC0BF on white background.



Black color preview on #BCC0BF background

This text has black color on #BCC0BF background.


White color preview on #BCC0BF background

This text has white color on #BCC0BF background.