COLOR #BCC0CF

HEX: #BCC0CF RGB: (188,192,207)

Color info

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

RGB color model

#BCC0CF color RGB value is (188,192,207).

RGB: (188,192,207) (74%, 75%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 207 of 255 = 81%

188
192
207

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

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 207 = 587 (100%)
R 188 of 587 ~ 32.03%
G 192 of 587 ~ 32.71%
B 207 of 587 ~ 35.26'%

%32.03
%32.71
%35.26

CMYK color model

#BCC0CF color CMYK value is (9,7,0,19).

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

CMYK: (9,7,0,19)
C9M7Y0K19 (9%, 7%, 0%, 19%)
(0.09 / 0.07 / 0.00 / 0.19)

CMYK percentages

%9.18
%7.25
%0
%18.82

Codes

Color #BCC0CF in popluar color models

BC C0 CF
RGB 188 192 207
HSL 227° 16.52% 77.45%
HSB/HSV 227° 9.18% 81.18%
CMYK 9.18% 7.25% 0.00%
18.82%

Color #BCC0CF in popluar number systems.

HEX BC C0 CF
Decimal 188 192 207
Binary 10111100 11000000 11001111
Octal 274 300 317

Shades and tints

Shades of #BCC0CF

#BCC0CF
(188,192,207)
#ABAFBD
(171,175,189)
#9A9EAB
(154,158,171)
#898D99
(137,141,153)
#787C87
(120,124,135)
#676B75
(103,107,117)
#565A63
(86,90,99)
#454951
(69,73,81)
#34383F
(52,56,63)
#23272D
(35,39,45)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #BCC0CF

#BCC0CF
(188,192,207)
#C2C5D3
(194,197,211)
#C8CAD7
(200,202,215)
#CECFDB
(206,207,219)
#D4D4DF
(212,212,223)
#DAD9E3
(218,217,227)
#E0DEE7
(224,222,231)
#E6E3EB
(230,227,235)
#ECE8EF
(236,232,239)
#F2EDF3
(242,237,243)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC0CF; }

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

This text font color is #BCC0CF.

Background Color

.myBgColor { background-color: #BCC0CF; }

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

This div background color is #BCC0CF.

Border color

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

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

This div border color is #BCC0CF.

Opacity

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

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

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

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

This text has shadow with #BCC0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0CF.

Preview

Color preview on black background

This text has color #BCC0CF on black background.


Color preview on white background

This text has color #BCC0CF on white background.


Black color preview on #BCC0CF background

This text has black color on #BCC0CF background.


White color preview on #BCC0CF background

This text has white color on #BCC0CF background.


Related colors

Complementary color

Complementary color for #hex is #433F30.


I love getcolorcode.com

Triadic colors

1 #CFBCC0 and #C0CFBC with #BCC0CF are triadic colors.

2 #CFC0BC and #C0BCCF with #BCC0CF are triadic colors.