COLOR #BCC3CA

HEX: #BCC3CA RGB: (188,195,202)

Color info

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

RGB color model

#BCC3CA color RGB value is (188,195,202).

RGB: (188,195,202) (74%, 76%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 202 of 255 = 79%

188
195
202

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

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 202 = 585 (100%)
R 188 of 585 ~ 32.14%
G 195 of 585 ~ 33.33%
B 202 of 585 ~ 34.53'%

%32.14
%33.33
%34.53

CMYK color model

#BCC3CA color CMYK value is (7,3,0,21).

  • cyan value is 6.93%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,3,0,21)
C7M3Y0K21 (7%, 3%, 0%, 21%)
(0.07 / 0.03 / 0.00 / 0.21)

CMYK percentages

%6.93
%3.47
%0
%20.78

Codes

Color #BCC3CA in popluar color models

BC C3 CA
RGB 188 195 202
HSL 210° 11.67% 76.47%
HSB/HSV 210° 6.93% 79.22%
CMYK 6.93% 3.47% 0.00%
20.78%

Color #BCC3CA in popluar number systems.

HEX BC C3 CA
Decimal 188 195 202
Binary 10111100 11000011 11001010
Octal 274 303 312

Shades and tints

Shades of #BCC3CA

#BCC3CA
(188,195,202)
#ABB2B8
(171,178,184)
#9AA1A6
(154,161,166)
#899094
(137,144,148)
#787F82
(120,127,130)
#676E70
(103,110,112)
#565D5E
(86,93,94)
#454C4C
(69,76,76)
#343B3A
(52,59,58)
#232A28
(35,42,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCC3CA

#BCC3CA
(188,195,202)
#C2C8CE
(194,200,206)
#C8CDD2
(200,205,210)
#CED2D6
(206,210,214)
#D4D7DA
(212,215,218)
#DADCDE
(218,220,222)
#E0E1E2
(224,225,226)
#E6E6E6
(230,230,230)
#ECEBEA
(236,235,234)
#F2F0EE
(242,240,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3CA; }

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

This text font color is #BCC3CA.

Background Color

.myBgColor { background-color: #BCC3CA; }

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

This div background color is #BCC3CA.

Border color

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

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

This div border color is #BCC3CA.

Opacity

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

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

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

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

This text has shadow with #BCC3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC3CA.

Preview

Color preview on black background

This text has color #BCC3CA on black background.


Color preview on white background

This text has color #BCC3CA on white background.


Black color preview on #BCC3CA background

This text has black color on #BCC3CA background.


White color preview on #BCC3CA background

This text has white color on #BCC3CA background.


Related colors

Complementary color

Complementary color for #hex is #433C35.


I love getcolorcode.com

Triadic colors

1 #CABCC3 and #C3CABC with #BCC3CA are triadic colors.

2 #CAC3BC and #C3BCCA with #BCC3CA are triadic colors.