COLOR #BCC2CF

HEX: #BCC2CF RGB: (188,194,207)

Color info

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

RGB color model

#BCC2CF color RGB value is (188,194,207).

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

RGB channels and saturation

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

188
194
207

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

Portions of RGB colors in percentages

R + G + B = 188 + 194 + 207 = 589 (100%)
R 188 of 589 ~ 31.92%
G 194 of 589 ~ 32.94%
B 207 of 589 ~ 35.14'%

%31.92
%32.94
%35.14

CMYK color model

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

  • cyan value is 9.18%
  • magenta value is 6.28%
  • 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
%6.28
%0
%18.82

Codes

Color #BCC2CF in popluar color models

BC C2 CF
RGB 188 194 207
HSL 221° 16.52% 77.45%
HSB/HSV 221° 9.18% 81.18%
CMYK 9.18% 6.28% 0.00%
18.82%

Color #BCC2CF in popluar number systems.

HEX BC C2 CF
Decimal 188 194 207
Binary 10111100 11000010 11001111
Octal 274 302 317

Shades and tints

Shades of #BCC2CF

#BCC2CF
(188,194,207)
#ABB1BD
(171,177,189)
#9AA0AB
(154,160,171)
#898F99
(137,143,153)
#787E87
(120,126,135)
#676D75
(103,109,117)
#565C63
(86,92,99)
#454B51
(69,75,81)
#343A3F
(52,58,63)
#23292D
(35,41,45)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #BCC2CF

#BCC2CF
(188,194,207)
#C2C7D3
(194,199,211)
#C8CCD7
(200,204,215)
#CED1DB
(206,209,219)
#D4D6DF
(212,214,223)
#DADBE3
(218,219,227)
#E0E0E7
(224,224,231)
#E6E5EB
(230,229,235)
#ECEAEF
(236,234,239)
#F2EFF3
(242,239,243)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC2CF; }

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

This text font color is #BCC2CF.

Background Color

.myBgColor { background-color: #BCC2CF; }

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

This div background color is #BCC2CF.

Border color

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

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

This div border color is #BCC2CF.

Opacity

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

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

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

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

This text has shadow with #BCC2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC2CF.

Preview

Color preview on black background

This text has color #BCC2CF on black background.


Color preview on white background

This text has color #BCC2CF on white background.


Black color preview on #BCC2CF background

This text has black color on #BCC2CF background.


White color preview on #BCC2CF background

This text has white color on #BCC2CF background.


Related colors

Complementary color

Complementary color for #hex is #433D30.


I love getcolorcode.com

Triadic colors

1 #CFBCC2 and #C2CFBC with #BCC2CF are triadic colors.

2 #CFC2BC and #C2BCCF with #BCC2CF are triadic colors.