COLOR #BCF2DD

HEX: #BCF2DD
RGB: (188,242,221)

Color info

#BCF2DD contains red, green and blue colors in about the same proportion. Web safe color of #BCF2DD is #CCFFCC (or #CFC).

RGB color model

#BCF2DD color RGB value is (188,242,221).

  • red value is 188;
  • green value is 242;
  • blue value is 221.
RGB:
(188,242,221)
(74%,95%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 242 of 255 = 95%
B 221 of 255 = 87%

188
242
221

R + G + B ~ 85%. #BCF2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 242 + 221 = 651 (100%)
R 188 of 651 ~ 28.88%
G 242 of 651 ~ 37.17%
B 221 of 651 ~ 33.95%

%28.88
%37.17
%33.95

CMYK color model

#BCF2DD color CMYK value is (22,0,9,5).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK:
(22,0,9,5)
C22M0Y9K5 
(22%,0%,9%,5%)
(0.22/0.00/0.09/0.05)	

CMYK percentages

%22.31
%0
%8.68
%5.1

Codes

Color #BCF2DD in popluar color models

BCF2DD
RGB188242221
HSL157°67.50%84.31%
HSB/HSV157°22.31%94.90%
CMYK22.31%0.00%8.68%
5.10%

Color #BCF2DD in popluar number systems.

HEXBCF2DD
Decimal188242221
Binary101111001111001011011101
Octal274362335

Shades and tints

Shades of #BCF2DD

#BCF2DD
(188,242,221)
#ABDCC9
(171,220,201)
#9AC6B5
(154,198,181)
#89B0A1
(137,176,161)
#789A8D
(120,154,141)
#678479
(103,132,121)
#566E65
(86,110,101)
#455851
(69,88,81)
#34423D
(52,66,61)
#232C29
(35,44,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCF2DD

#BCF2DD
(188,242,221)
#C2F3E0
(194,243,224)
#C8F4E3
(200,244,227)
#CEF5E6
(206,245,230)
#D4F6E9
(212,246,233)
#DAF7EC
(218,247,236)
#E0F8EF
(224,248,239)
#E6F9F2
(230,249,242)
#ECFAF5
(236,250,245)
#F2FBF8
(242,251,248)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF2DD color. Also use rgb(188,242,221) instead hex code.

Text Font Color

.myTextColor { color: #BCF2DD; }

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

This text font color is #BCF2DD.


Background Color

.myBgColor { background-color: #BCF2DD; }

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

This div background color is #BCF2DD.


Border color

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

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

This div border color is #BCF2DD.


Opacity

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

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

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

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

This text has shadow with #BCF2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCF2DD on black background.


Color preview on white background

This text has color #BCF2DD on white background.



Black color preview on #BCF2DD background

This text has black color on #BCF2DD background.


White color preview on #BCF2DD background

This text has white color on #BCF2DD background.