COLOR #BCC8CF

HEX: #BCC8CF RGB: (188,200,207)

Color info

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

RGB color model

#BCC8CF color RGB value is (188,200,207).

RGB: (188,200,207) (74%, 78%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 200 of 255 = 78%
B 207 of 255 = 81%

188
200
207

R + G + B ~ 78%. #BCC8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 200 + 207 = 595 (100%)
R 188 of 595 ~ 31.6%
G 200 of 595 ~ 33.61%
B 207 of 595 ~ 34.79'%

%31.6
%33.61
%34.79

CMYK color model

#BCC8CF color CMYK value is (9,3,0,19).

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

CMYK: (9,3,0,19)
C9M3Y0K19 (9%, 3%, 0%, 19%)
(0.09 / 0.03 / 0.00 / 0.19)

CMYK percentages

%9.18
%3.38
%0
%18.82

Codes

Color #BCC8CF in popluar color models

BC C8 CF
RGB 188 200 207
HSL 202° 16.52% 77.45%
HSB/HSV 202° 9.18% 81.18%
CMYK 9.18% 3.38% 0.00%
18.82%

Color #BCC8CF in popluar number systems.

HEX BC C8 CF
Decimal 188 200 207
Binary 10111100 11001000 11001111
Octal 274 310 317

Shades and tints

Shades of #BCC8CF

#BCC8CF
(188,200,207)
#ABB6BD
(171,182,189)
#9AA4AB
(154,164,171)
#899299
(137,146,153)
#788087
(120,128,135)
#676E75
(103,110,117)
#565C63
(86,92,99)
#454A51
(69,74,81)
#34383F
(52,56,63)
#23262D
(35,38,45)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #BCC8CF

#BCC8CF
(188,200,207)
#C2CDD3
(194,205,211)
#C8D2D7
(200,210,215)
#CED7DB
(206,215,219)
#D4DCDF
(212,220,223)
#DAE1E3
(218,225,227)
#E0E6E7
(224,230,231)
#E6EBEB
(230,235,235)
#ECF0EF
(236,240,239)
#F2F5F3
(242,245,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC8CF; }

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

This text font color is #BCC8CF.

Background Color

.myBgColor { background-color: #BCC8CF; }

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

This div background color is #BCC8CF.

Border color

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

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

This div border color is #BCC8CF.

Opacity

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

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

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

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

This text has shadow with #BCC8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC8CF.

Preview

Color preview on black background

This text has color #BCC8CF on black background.


Color preview on white background

This text has color #BCC8CF on white background.


Black color preview on #BCC8CF background

This text has black color on #BCC8CF background.


White color preview on #BCC8CF background

This text has white color on #BCC8CF background.


Related colors

Complementary color

Complementary color for #hex is #433730.


I love getcolorcode.com

Triadic colors

1 #CFBCC8 and #C8CFBC with #BCC8CF are triadic colors.

2 #CFC8BC and #C8BCCF with #BCC8CF are triadic colors.