COLOR #BCC4CE

HEX: #BCC4CE RGB: (188,196,206)

Color info

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

RGB color model

#BCC4CE color RGB value is (188,196,206).

RGB: (188,196,206) (74%, 77%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 196 of 255 = 77%
B 206 of 255 = 81%

188
196
206

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

Portions of RGB colors in percentages

R + G + B = 188 + 196 + 206 = 590 (100%)
R 188 of 590 ~ 31.86%
G 196 of 590 ~ 33.22%
B 206 of 590 ~ 34.92'%

%31.86
%33.22
%34.92

CMYK color model

#BCC4CE color CMYK value is (9,5,0,19).

  • cyan value is 8.74%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,5,0,19)
C9M5Y0K19 (9%, 5%, 0%, 19%)
(0.09 / 0.05 / 0.00 / 0.19)

CMYK percentages

%8.74
%4.85
%0
%19.22

Codes

Color #BCC4CE in popluar color models

BC C4 CE
RGB 188 196 206
HSL 213° 15.52% 77.25%
HSB/HSV 213° 8.74% 80.78%
CMYK 8.74% 4.85% 0.00%
19.22%

Color #BCC4CE in popluar number systems.

HEX BC C4 CE
Decimal 188 196 206
Binary 10111100 11000100 11001110
Octal 274 304 316

Shades and tints

Shades of #BCC4CE

#BCC4CE
(188,196,206)
#ABB3BC
(171,179,188)
#9AA2AA
(154,162,170)
#899198
(137,145,152)
#788086
(120,128,134)
#676F74
(103,111,116)
#565E62
(86,94,98)
#454D50
(69,77,80)
#343C3E
(52,60,62)
#232B2C
(35,43,44)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #BCC4CE

#BCC4CE
(188,196,206)
#C2C9D2
(194,201,210)
#C8CED6
(200,206,214)
#CED3DA
(206,211,218)
#D4D8DE
(212,216,222)
#DADDE2
(218,221,226)
#E0E2E6
(224,226,230)
#E6E7EA
(230,231,234)
#ECECEE
(236,236,238)
#F2F1F2
(242,241,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC4CE color. Also use rgb(188,196,206) instead hex code.

Text Font Color

.myTextColor { color: #BCC4CE; }

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

This text font color is #BCC4CE.

Background Color

.myBgColor { background-color: #BCC4CE; }

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

This div background color is #BCC4CE.

Border color

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

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

This div border color is #BCC4CE.

Opacity

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

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

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

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

This text has shadow with #BCC4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC4CE.

Preview

Color preview on black background

This text has color #BCC4CE on black background.


Color preview on white background

This text has color #BCC4CE on white background.


Black color preview on #BCC4CE background

This text has black color on #BCC4CE background.


White color preview on #BCC4CE background

This text has white color on #BCC4CE background.


Related colors

Complementary color

Complementary color for #hex is #433B31.


I love getcolorcode.com

Triadic colors

1 #CEBCC4 and #C4CEBC with #BCC4CE are triadic colors.

2 #CEC4BC and #C4BCCE with #BCC4CE are triadic colors.