COLOR #BCEFE1

HEX: #BCEFE1 RGB: (188,239,225)

Color info

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

RGB color model

#BCEFE1 color RGB value is (188,239,225).

RGB: (188,239,225) (74%, 94%, 88%)

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 225 of 255 = 88%

188
239
225

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

Portions of RGB colors in percentages

R + G + B = 188 + 239 + 225 = 652 (100%)
R 188 of 652 ~ 28.83%
G 239 of 652 ~ 36.66%
B 225 of 652 ~ 34.51'%

%28.83
%36.66
%34.51

CMYK color model

#BCEFE1 color CMYK value is (21,0,6,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%

CMYK: (21,0,6,6)
C21M0Y6K6 (21%, 0%, 6%, 6%)
(0.21 / 0.00 / 0.06 / 0.06)

CMYK percentages

%21.34
%0
%5.86
%6.27

Codes

Color #BCEFE1 in popluar color models

BC EF E1
RGB 188 239 225
HSL 164° 61.45% 83.73%
HSB/HSV 164° 21.34% 93.73%
CMYK 21.34% 0.00% 5.86%
6.27%

Color #BCEFE1 in popluar number systems.

HEX BC EF E1
Decimal 188 239 225
Binary 10111100 11101111 11100001
Octal 274 357 341

Shades and tints

Shades of #BCEFE1

#BCEFE1
(188,239,225)
#ABDACD
(171,218,205)
#9AC5B9
(154,197,185)
#89B0A5
(137,176,165)
#789B91
(120,155,145)
#67867D
(103,134,125)
#567169
(86,113,105)
#455C55
(69,92,85)
#344741
(52,71,65)
#23322D
(35,50,45)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #BCEFE1

#BCEFE1
(188,239,225)
#C2F0E3
(194,240,227)
#C8F1E5
(200,241,229)
#CEF2E7
(206,242,231)
#D4F3E9
(212,243,233)
#DAF4EB
(218,244,235)
#E0F5ED
(224,245,237)
#E6F6EF
(230,246,239)
#ECF7F1
(236,247,241)
#F2F8F3
(242,248,243)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEFE1 color. Also use rgb(188,239,225) instead hex code.

Text Font Color

.myTextColor { color: #BCEFE1; }

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

This text font color is #BCEFE1.

Background Color

.myBgColor { background-color: #BCEFE1; }

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

This div background color is #BCEFE1.

Border color

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

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

This div border color is #BCEFE1.

Opacity

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

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

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

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

This text has shadow with #BCEFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEFE1.

Preview

Color preview on black background

This text has color #BCEFE1 on black background.


Color preview on white background

This text has color #BCEFE1 on white background.


Black color preview on #BCEFE1 background

This text has black color on #BCEFE1 background.


White color preview on #BCEFE1 background

This text has white color on #BCEFE1 background.


Related colors

Complementary color

Complementary color for #hex is #43101E.


I love getcolorcode.com

Triadic colors

1 #E1BCEF and #EFE1BC with #BCEFE1 are triadic colors.

2 #E1EFBC and #EFBCE1 with #BCEFE1 are triadic colors.