COLOR #BCC1C4

HEX: #BCC1C4 RGB: (188,193,196)

Color info

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

RGB color model

#BCC1C4 color RGB value is (188,193,196).

RGB: (188,193,196) (74%, 76%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 196 of 255 = 77%

188
193
196

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

Portions of RGB colors in percentages

R + G + B = 188 + 193 + 196 = 577 (100%)
R 188 of 577 ~ 32.58%
G 193 of 577 ~ 33.45%
B 196 of 577 ~ 33.97'%

%32.58
%33.45
%33.97

CMYK color model

#BCC1C4 color CMYK value is (4,2,0,23).

  • cyan value is 4.08%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (4,2,0,23) C4M2Y0K23 (4%,2%,0%,23%) (0.04/0.02/0.00/0.23) 

CMYK percentages

%4.08
%1.53
%0
%23.14

Codes

Color #BCC1C4 in popluar color models

BC C1 C4
RGB 188 193 196
HSL 203° 6.35% 75.29%
HSB/HSV 203° 4.08% 76.86%
CMYK 4.08% 1.53% 0.00%
23.14%

Color #BCC1C4 in popluar number systems.

HEX BC C1 C4
Decimal 188 193 196
Binary 10111100 11000001 11000100
Octal 274 301 304

Shades and tints

Shades of #BCC1C4

#BCC1C4
(188,193,196)
#ABB0B3
(171,176,179)
#9A9FA2
(154,159,162)
#898E91
(137,142,145)
#787D80
(120,125,128)
#676C6F
(103,108,111)
#565B5E
(86,91,94)
#454A4D
(69,74,77)
#34393C
(52,57,60)
#23282B
(35,40,43)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCC1C4

#BCC1C4
(188,193,196)
#C2C6C9
(194,198,201)
#C8CBCE
(200,203,206)
#CED0D3
(206,208,211)
#D4D5D8
(212,213,216)
#DADADD
(218,218,221)
#E0DFE2
(224,223,226)
#E6E4E7
(230,228,231)
#ECE9EC
(236,233,236)
#F2EEF1
(242,238,241)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC1C4; }

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

This text font color is #BCC1C4.

Background Color

.myBgColor { background-color: #BCC1C4; }

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

This div background color is #BCC1C4.

Border color

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

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

This div border color is #BCC1C4.

Opacity

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

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

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

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

This text has shadow with #BCC1C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC1C4.

Preview

Color preview on black background

This text has color #BCC1C4 on black background.


Color preview on white background

This text has color #BCC1C4 on white background.


Black color preview on #BCC1C4 background

This text has black color on #BCC1C4 background.


White color preview on #BCC1C4 background

This text has white color on #BCC1C4 background.


Related colors

Complementary color

Complementary color for #hex is #433E3B.


I love getcolorcode.com

Triadic colors

1 #C4BCC1 and #C1C4BC with #BCC1C4 are triadic colors.

2 #C4C1BC and #C1BCC4 with #BCC1C4 are triadic colors.