COLOR #BCF6DD

HEX: #BCF6DD RGB: (188,246,221)

Color info

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

RGB color model

#BCF6DD color RGB value is (188,246,221).

RGB: (188,246,221) (74%, 96%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 246 of 255 = 96%
B 221 of 255 = 87%

188
246
221

R + G + B ~ 86%. #BCF6DD is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 246 + 221 = 655 (100%)
R 188 of 655 ~ 28.7%
G 246 of 655 ~ 37.56%
B 221 of 655 ~ 33.74'%

%28.7
%37.56
%33.74

CMYK color model

#BCF6DD color CMYK value is (24,0,10,4).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (24,0,10,4)
C24M0Y10K4 (24%, 0%, 10%, 4%)
(0.24 / 0.00 / 0.10 / 0.04)

CMYK percentages

%23.58
%0
%10.16
%3.53

Codes

Color #BCF6DD in popluar color models

BC F6 DD
RGB 188 246 221
HSL 154° 76.32% 85.10%
HSB/HSV 154° 23.58% 96.47%
CMYK 23.58% 0.00% 10.16%
3.53%

Color #BCF6DD in popluar number systems.

HEX BC F6 DD
Decimal 188 246 221
Binary 10111100 11110110 11011101
Octal 274 366 335

Shades and tints

Shades of #BCF6DD

#BCF6DD
(188,246,221)
#ABE0C9
(171,224,201)
#9ACAB5
(154,202,181)
#89B4A1
(137,180,161)
#789E8D
(120,158,141)
#678879
(103,136,121)
#567265
(86,114,101)
#455C51
(69,92,81)
#34463D
(52,70,61)
#233029
(35,48,41)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #BCF6DD

#BCF6DD
(188,246,221)
#C2F6E0
(194,246,224)
#C8F6E3
(200,246,227)
#CEF6E6
(206,246,230)
#D4F6E9
(212,246,233)
#DAF6EC
(218,246,236)
#E0F6EF
(224,246,239)
#E6F6F2
(230,246,242)
#ECF6F5
(236,246,245)
#F2F6F8
(242,246,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCF6DD; }

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

This text font color is #BCF6DD.

Background Color

.myBgColor { background-color: #BCF6DD; }

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

This div background color is #BCF6DD.

Border color

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

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

This div border color is #BCF6DD.

Opacity

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

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

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

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

This text has shadow with #BCF6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF6DD.

Preview

Color preview on black background

This text has color #BCF6DD on black background.


Color preview on white background

This text has color #BCF6DD on white background.


Black color preview on #BCF6DD background

This text has black color on #BCF6DD background.


White color preview on #BCF6DD background

This text has white color on #BCF6DD background.


Related colors

Complementary color

Complementary color for #hex is #430922.


I love getcolorcode.com

Triadic colors

1 #DDBCF6 and #F6DDBC with #BCF6DD are triadic colors.

2 #DDF6BC and #F6BCDD with #BCF6DD are triadic colors.