COLOR #BCC5BE

HEX: #BCC5BE
RGB: (188,197,190)

Color info

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

RGB color model

#BCC5BE color RGB value is (188,197,190).

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

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 190 of 255 = 75%

188
197
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 190 = 575 (100%)
R 188 of 575 ~ 32.7%
G 197 of 575 ~ 34.26%
B 190 of 575 ~ 33.04%

%32.7
%34.26
%33.04

CMYK color model

#BCC5BE color CMYK value is (5,0,4,23).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(5,0,4,23)
C5M0Y4K23 
(5%,0%,4%,23%)
(0.05/0.00/0.04/0.23)	

CMYK percentages

%4.57
%0
%3.55
%22.75

Codes

Color #BCC5BE in popluar color models

BCC5BE
RGB188197190
HSL133°7.20%75.49%
HSB/HSV133°4.57%77.25%
CMYK4.57%0.00%3.55%
22.75%

Color #BCC5BE in popluar number systems.

HEXBCC5BE
Decimal188197190
Binary101111001100010110111110
Octal274305276

Shades and tints

Shades of #BCC5BE

#BCC5BE
(188,197,190)
#ABB4AD
(171,180,173)
#9AA39C
(154,163,156)
#89928B
(137,146,139)
#78817A
(120,129,122)
#677069
(103,112,105)
#565F58
(86,95,88)
#454E47
(69,78,71)
#343D36
(52,61,54)
#232C25
(35,44,37)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #BCC5BE

#BCC5BE
(188,197,190)
#C2CAC3
(194,202,195)
#C8CFC8
(200,207,200)
#CED4CD
(206,212,205)
#D4D9D2
(212,217,210)
#DADED7
(218,222,215)
#E0E3DC
(224,227,220)
#E6E8E1
(230,232,225)
#ECEDE6
(236,237,230)
#F2F2EB
(242,242,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC5BE; }

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

This text font color is #BCC5BE.


Background Color

.myBgColor { background-color: #BCC5BE; }

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

This div background color is #BCC5BE.


Border color

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

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

This div border color is #BCC5BE.


Opacity

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

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

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

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

This text has shadow with #BCC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5BE on black background.


Color preview on white background

This text has color #BCC5BE on white background.



Black color preview on #BCC5BE background

This text has black color on #BCC5BE background.


White color preview on #BCC5BE background

This text has white color on #BCC5BE background.