COLOR #BCC3C0

HEX: #BCC3C0 RGB: (188,195,192)

Color info

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

RGB color model

#BCC3C0 color RGB value is (188,195,192).

RGB: (188,195,192) (74%, 76%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 192 of 255 = 75%

188
195
192

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

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 192 = 575 (100%)
R 188 of 575 ~ 32.7%
G 195 of 575 ~ 33.91%
B 192 of 575 ~ 33.39'%

%32.7
%33.91
%33.39

CMYK color model

#BCC3C0 color CMYK value is (4,0,2,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 23.53%

CMYK: (4,0,2,24)
C4M0Y2K24 (4%, 0%, 2%, 24%)
(0.04 / 0.00 / 0.02 / 0.24)

CMYK percentages

%3.59
%0
%1.54
%23.53

Codes

Color #BCC3C0 in popluar color models

BC C3 C0
RGB 188 195 192
HSL 154° 5.51% 75.10%
HSB/HSV 154° 3.59% 76.47%
CMYK 3.59% 0.00% 1.54%
23.53%

Color #BCC3C0 in popluar number systems.

HEX BC C3 C0
Decimal 188 195 192
Binary 10111100 11000011 11000000
Octal 274 303 300

Shades and tints

Shades of #BCC3C0

#BCC3C0
(188,195,192)
#ABB2AF
(171,178,175)
#9AA19E
(154,161,158)
#89908D
(137,144,141)
#787F7C
(120,127,124)
#676E6B
(103,110,107)
#565D5A
(86,93,90)
#454C49
(69,76,73)
#343B38
(52,59,56)
#232A27
(35,42,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCC3C0

#BCC3C0
(188,195,192)
#C2C8C5
(194,200,197)
#C8CDCA
(200,205,202)
#CED2CF
(206,210,207)
#D4D7D4
(212,215,212)
#DADCD9
(218,220,217)
#E0E1DE
(224,225,222)
#E6E6E3
(230,230,227)
#ECEBE8
(236,235,232)
#F2F0ED
(242,240,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3C0; }

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

This text font color is #BCC3C0.

Background Color

.myBgColor { background-color: #BCC3C0; }

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

This div background color is #BCC3C0.

Border color

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

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

This div border color is #BCC3C0.

Opacity

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

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

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

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

This text has shadow with #BCC3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC3C0.

Preview

Color preview on black background

This text has color #BCC3C0 on black background.


Color preview on white background

This text has color #BCC3C0 on white background.


Black color preview on #BCC3C0 background

This text has black color on #BCC3C0 background.


White color preview on #BCC3C0 background

This text has white color on #BCC3C0 background.


Related colors

Complementary color

Complementary color for #hex is #433C3F.


I love getcolorcode.com

Triadic colors

1 #C0BCC3 and #C3C0BC with #BCC3C0 are triadic colors.

2 #C0C3BC and #C3BCC0 with #BCC3C0 are triadic colors.