COLOR #BCD3C2

HEX: #BCD3C2
RGB: (188,211,194)

Color info

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

RGB color model

#BCD3C2 color RGB value is (188,211,194).

  • red value is 188;
  • green value is 211;
  • blue value is 194.
RGB:
(188,211,194)
(74%,83%,76%)

RGB channels and saturation

R 188 of 255 = 74%
G 211 of 255 = 83%
B 194 of 255 = 76%

188
211
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 211 + 194 = 593 (100%)
R 188 of 593 ~ 31.7%
G 211 of 593 ~ 35.58%
B 194 of 593 ~ 32.72%

%31.7
%35.58
%32.72

CMYK color model

#BCD3C2 color CMYK value is (11,0,8,17).

  • cyan value is 10.90%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 17.25%
CMYK:
(11,0,8,17)
C11M0Y8K17 
(11%,0%,8%,17%)
(0.11/0.00/0.08/0.17)	

CMYK percentages

%10.9
%0
%8.06
%17.25

Codes

Color #BCD3C2 in popluar color models

BCD3C2
RGB188211194
HSL136°20.72%78.24%
HSB/HSV136°10.90%82.75%
CMYK10.90%0.00%8.06%
17.25%

Color #BCD3C2 in popluar number systems.

HEXBCD3C2
Decimal188211194
Binary101111001101001111000010
Octal274323302

Shades and tints

Shades of #BCD3C2

#BCD3C2
(188,211,194)
#ABC0B1
(171,192,177)
#9AADA0
(154,173,160)
#899A8F
(137,154,143)
#78877E
(120,135,126)
#67746D
(103,116,109)
#56615C
(86,97,92)
#454E4B
(69,78,75)
#343B3A
(52,59,58)
#232829
(35,40,41)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #BCD3C2

#BCD3C2
(188,211,194)
#C2D7C7
(194,215,199)
#C8DBCC
(200,219,204)
#CEDFD1
(206,223,209)
#D4E3D6
(212,227,214)
#DAE7DB
(218,231,219)
#E0EBE0
(224,235,224)
#E6EFE5
(230,239,229)
#ECF3EA
(236,243,234)
#F2F7EF
(242,247,239)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD3C2; }

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

This text font color is #BCD3C2.


Background Color

.myBgColor { background-color: #BCD3C2; }

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

This div background color is #BCD3C2.


Border color

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

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

This div border color is #BCD3C2.


Opacity

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

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

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

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

This text has shadow with #BCD3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD3C2 on black background.


Color preview on white background

This text has color #BCD3C2 on white background.



Black color preview on #BCD3C2 background

This text has black color on #BCD3C2 background.


White color preview on #BCD3C2 background

This text has white color on #BCD3C2 background.