COLOR #BCDFC2

HEX: #BCDFC2
RGB: (188,223,194)

Color info

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

RGB color model

#BCDFC2 color RGB value is (188,223,194).

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

RGB channels and saturation

R 188 of 255 = 74%
G 223 of 255 = 87%
B 194 of 255 = 76%

188
223
194

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

Portions of RGB colors in percentages

R + G + B =
188 + 223 + 194 = 605 (100%)
R 188 of 605 ~ 31.07%
G 223 of 605 ~ 36.86%
B 194 of 605 ~ 32.07%

%31.07
%36.86
%32.07

CMYK color model

#BCDFC2 color CMYK value is (16,0,13,13).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(16,0,13,13)
C16M0Y13K13 
(16%,0%,13%,13%)
(0.16/0.00/0.13/0.13)	

CMYK percentages

%15.7
%0
%13
%12.55

Codes

Color #BCDFC2 in popluar color models

BCDFC2
RGB188223194
HSL130°35.35%80.59%
HSB/HSV130°15.70%87.45%
CMYK15.70%0.00%13.00%
12.55%

Color #BCDFC2 in popluar number systems.

HEXBCDFC2
Decimal188223194
Binary101111001101111111000010
Octal274337302

Shades and tints

Shades of #BCDFC2

#BCDFC2
(188,223,194)
#ABCBB1
(171,203,177)
#9AB7A0
(154,183,160)
#89A38F
(137,163,143)
#788F7E
(120,143,126)
#677B6D
(103,123,109)
#56675C
(86,103,92)
#45534B
(69,83,75)
#343F3A
(52,63,58)
#232B29
(35,43,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCDFC2

#BCDFC2
(188,223,194)
#C2E1C7
(194,225,199)
#C8E3CC
(200,227,204)
#CEE5D1
(206,229,209)
#D4E7D6
(212,231,214)
#DAE9DB
(218,233,219)
#E0EBE0
(224,235,224)
#E6EDE5
(230,237,229)
#ECEFEA
(236,239,234)
#F2F1EF
(242,241,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDFC2; }

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

This text font color is #BCDFC2.


Background Color

.myBgColor { background-color: #BCDFC2; }

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

This div background color is #BCDFC2.


Border color

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

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

This div border color is #BCDFC2.


Opacity

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

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

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

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

This text has shadow with #BCDFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDFC2 on black background.


Color preview on white background

This text has color #BCDFC2 on white background.



Black color preview on #BCDFC2 background

This text has black color on #BCDFC2 background.


White color preview on #BCDFC2 background

This text has white color on #BCDFC2 background.