COLOR #BCC4C6

HEX: #BCC4C6
RGB: (188,196,198)

Color info

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

RGB color model

#BCC4C6 color RGB value is (188,196,198).

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

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 198 of 255 = 78%

188
196
198

R + G + B ~ 76%. #BCC4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 196 + 198 = 582 (100%)
R 188 of 582 ~ 32.3%
G 196 of 582 ~ 33.68%
B 198 of 582 ~ 34.02%

%32.3
%33.68
%34.02

CMYK color model

#BCC4C6 color CMYK value is (5,1,0,22).

  • cyan value is 5.05%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,1,0,22)
C5M1Y0K22 
(5%,1%,0%,22%)
(0.05/0.01/0.00/0.22)	

CMYK percentages

%5.05
%1.01
%0
%22.35

Codes

Color #BCC4C6 in popluar color models

BCC4C6
RGB188196198
HSL192°8.06%75.69%
HSB/HSV192°5.05%77.65%
CMYK5.05%1.01%0.00%
22.35%

Color #BCC4C6 in popluar number systems.

HEXBCC4C6
Decimal188196198
Binary101111001100010011000110
Octal274304306

Shades and tints

Shades of #BCC4C6

#BCC4C6
(188,196,198)
#ABB3B4
(171,179,180)
#9AA2A2
(154,162,162)
#899190
(137,145,144)
#78807E
(120,128,126)
#676F6C
(103,111,108)
#565E5A
(86,94,90)
#454D48
(69,77,72)
#343C36
(52,60,54)
#232B24
(35,43,36)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #BCC4C6

#BCC4C6
(188,196,198)
#C2C9CB
(194,201,203)
#C8CED0
(200,206,208)
#CED3D5
(206,211,213)
#D4D8DA
(212,216,218)
#DADDDF
(218,221,223)
#E0E2E4
(224,226,228)
#E6E7E9
(230,231,233)
#ECECEE
(236,236,238)
#F2F1F3
(242,241,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC4C6; }

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

This text font color is #BCC4C6.


Background Color

.myBgColor { background-color: #BCC4C6; }

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

This div background color is #BCC4C6.


Border color

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

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

This div border color is #BCC4C6.


Opacity

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

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

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

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

This text has shadow with #BCC4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4C6 on black background.


Color preview on white background

This text has color #BCC4C6 on white background.



Black color preview on #BCC4C6 background

This text has black color on #BCC4C6 background.


White color preview on #BCC4C6 background

This text has white color on #BCC4C6 background.