COLOR #BCC4BE

HEX: #BCC4BE
RGB: (188,196,190)

Color info

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

RGB color model

#BCC4BE color RGB value is (188,196,190).

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

RGB channels and saturation

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

188
196
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 190 = 574 (100%)
R 188 of 574 ~ 32.75%
G 196 of 574 ~ 34.15%
B 190 of 574 ~ 33.1%

%32.75
%34.15
%33.1

CMYK color model

#BCC4BE color CMYK value is (4,0,3,23).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(4,0,3,23)
C4M0Y3K23 
(4%,0%,3%,23%)
(0.04/0.00/0.03/0.23)	

CMYK percentages

%4.08
%0
%3.06
%23.14

Codes

Color #BCC4BE in popluar color models

BCC4BE
RGB188196190
HSL135°6.35%75.29%
HSB/HSV135°4.08%76.86%
CMYK4.08%0.00%3.06%
23.14%

Color #BCC4BE in popluar number systems.

HEXBCC4BE
Decimal188196190
Binary101111001100010010111110
Octal274304276

Shades and tints

Shades of #BCC4BE

#BCC4BE
(188,196,190)
#ABB3AD
(171,179,173)
#9AA29C
(154,162,156)
#89918B
(137,145,139)
#78807A
(120,128,122)
#676F69
(103,111,105)
#565E58
(86,94,88)
#454D47
(69,77,71)
#343C36
(52,60,54)
#232B25
(35,43,37)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #BCC4BE

#BCC4BE
(188,196,190)
#C2C9C3
(194,201,195)
#C8CEC8
(200,206,200)
#CED3CD
(206,211,205)
#D4D8D2
(212,216,210)
#DADDD7
(218,221,215)
#E0E2DC
(224,226,220)
#E6E7E1
(230,231,225)
#ECECE6
(236,236,230)
#F2F1EB
(242,241,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4BE; }

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

This text font color is #BCC4BE.


Background Color

.myBgColor { background-color: #BCC4BE; }

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

This div background color is #BCC4BE.


Border color

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

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

This div border color is #BCC4BE.


Opacity

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

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

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

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

This text has shadow with #BCC4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4BE on black background.


Color preview on white background

This text has color #BCC4BE on white background.



Black color preview on #BCC4BE background

This text has black color on #BCC4BE background.


White color preview on #BCC4BE background

This text has white color on #BCC4BE background.