COLOR #BCD1CE

HEX: #BCD1CE RGB: (188,209,206)

Color info

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

RGB color model

#BCD1CE color RGB value is (188,209,206).

RGB: (188,209,206) (74%, 82%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 206 of 255 = 81%

188
209
206

R + G + B ~ 79%. #BCD1CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 209 + 206 = 603 (100%)
R 188 of 603 ~ 31.18%
G 209 of 603 ~ 34.66%
B 206 of 603 ~ 34.16'%

%31.18
%34.66
%34.16

CMYK color model

#BCD1CE color CMYK value is (10,0,1,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK: (10,0,1,18) C10M0Y1K18 (10%,0%,1%,18%) (0.10/0.00/0.01/0.18) 

CMYK percentages

%10.05
%0
%1.44
%18.04

Codes

Color #BCD1CE in popluar color models

BC D1 CE
RGB 188 209 206
HSL 171° 18.58% 77.84%
HSB/HSV 171° 10.05% 81.96%
CMYK 10.05% 0.00% 1.44%
18.04%

Color #BCD1CE in popluar number systems.

HEX BC D1 CE
Decimal 188 209 206
Binary 10111100 11010001 11001110
Octal 274 321 316

Shades and tints

Shades of #BCD1CE

#BCD1CE
(188,209,206)
#ABBEBC
(171,190,188)
#9AABAA
(154,171,170)
#899898
(137,152,152)
#788586
(120,133,134)
#677274
(103,114,116)
#565F62
(86,95,98)
#454C50
(69,76,80)
#34393E
(52,57,62)
#23262C
(35,38,44)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #BCD1CE

#BCD1CE
(188,209,206)
#C2D5D2
(194,213,210)
#C8D9D6
(200,217,214)
#CEDDDA
(206,221,218)
#D4E1DE
(212,225,222)
#DAE5E2
(218,229,226)
#E0E9E6
(224,233,230)
#E6EDEA
(230,237,234)
#ECF1EE
(236,241,238)
#F2F5F2
(242,245,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1CE; }

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

This text font color is #BCD1CE.

Background Color

.myBgColor { background-color: #BCD1CE; }

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

This div background color is #BCD1CE.

Border color

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

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

This div border color is #BCD1CE.

Opacity

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

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

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

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

This text has shadow with #BCD1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD1CE.

Preview

Color preview on black background

This text has color #BCD1CE on black background.


Color preview on white background

This text has color #BCD1CE on white background.


Black color preview on #BCD1CE background

This text has black color on #BCD1CE background.


White color preview on #BCD1CE background

This text has white color on #BCD1CE background.


Related colors

Complementary color

Complementary color for #hex is #432E31.


I love getcolorcode.com

Triadic colors

1 #CEBCD1 and #D1CEBC with #BCD1CE are triadic colors.

2 #CED1BC and #D1BCCE with #BCD1CE are triadic colors.