COLOR #BCC3CF

HEX: #BCC3CF RGB: (188,195,207)

Color info

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

RGB color model

#BCC3CF color RGB value is (188,195,207).

RGB: (188,195,207) (74%, 76%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 207 of 255 = 81%

188
195
207

R + G + B ~ 77%. #BCC3CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 207 = 590 (100%)
R 188 of 590 ~ 31.86%
G 195 of 590 ~ 33.05%
B 207 of 590 ~ 35.08'%

%31.86
%33.05
%35.08

CMYK color model

#BCC3CF color CMYK value is (9,6,0,19).

  • cyan value is 9.18%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (9,6,0,19)
C9M6Y0K19 (9%, 6%, 0%, 19%)
(0.09 / 0.06 / 0.00 / 0.19)

CMYK percentages

%9.18
%5.8
%0
%18.82

Codes

Color #BCC3CF in popluar color models

BC C3 CF
RGB 188 195 207
HSL 218° 16.52% 77.45%
HSB/HSV 218° 9.18% 81.18%
CMYK 9.18% 5.80% 0.00%
18.82%

Color #BCC3CF in popluar number systems.

HEX BC C3 CF
Decimal 188 195 207
Binary 10111100 11000011 11001111
Octal 274 303 317

Shades and tints

Shades of #BCC3CF

#BCC3CF
(188,195,207)
#ABB2BD
(171,178,189)
#9AA1AB
(154,161,171)
#899099
(137,144,153)
#787F87
(120,127,135)
#676E75
(103,110,117)
#565D63
(86,93,99)
#454C51
(69,76,81)
#343B3F
(52,59,63)
#232A2D
(35,42,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCC3CF

#BCC3CF
(188,195,207)
#C2C8D3
(194,200,211)
#C8CDD7
(200,205,215)
#CED2DB
(206,210,219)
#D4D7DF
(212,215,223)
#DADCE3
(218,220,227)
#E0E1E7
(224,225,231)
#E6E6EB
(230,230,235)
#ECEBEF
(236,235,239)
#F2F0F3
(242,240,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3CF; }

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

This text font color is #BCC3CF.

Background Color

.myBgColor { background-color: #BCC3CF; }

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

This div background color is #BCC3CF.

Border color

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

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

This div border color is #BCC3CF.

Opacity

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

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

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

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

This text has shadow with #BCC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC3CF.

Preview

Color preview on black background

This text has color #BCC3CF on black background.


Color preview on white background

This text has color #BCC3CF on white background.


Black color preview on #BCC3CF background

This text has black color on #BCC3CF background.


White color preview on #BCC3CF background

This text has white color on #BCC3CF background.


Related colors

Complementary color

Complementary color for #hex is #433C30.


I love getcolorcode.com

Triadic colors

1 #CFBCC3 and #C3CFBC with #BCC3CF are triadic colors.

2 #CFC3BC and #C3BCCF with #BCC3CF are triadic colors.