COLOR #BCF9E5

HEX: #BCF9E5 RGB: (188,249,229)

Color info

#BCF9E5 contains mainly green and blue colors. Web safe color of #BCF9E5 is #CCFFCC (or #CFC).

RGB color model

#BCF9E5 color RGB value is (188,249,229).

RGB: (188,249,229) (74%, 98%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 249 of 255 = 98%
B 229 of 255 = 90%

188
249
229

R + G + B ~ 87%. #BCF9E5 is light color.

Portions of RGB colors in percentages

R + G + B = 188 + 249 + 229 = 666 (100%)
R 188 of 666 ~ 28.23%
G 249 of 666 ~ 37.39%
B 229 of 666 ~ 34.38'%

%28.23
%37.39
%34.38

CMYK color model

#BCF9E5 color CMYK value is (24,0,8,2).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 2.35%

CMYK: (24,0,8,2)
C24M0Y8K2 (24%, 0%, 8%, 2%)
(0.24 / 0.00 / 0.08 / 0.02)

CMYK percentages

%24.5
%0
%8.03
%2.35

Codes

Color #BCF9E5 in popluar color models

BC F9 E5
RGB 188 249 229
HSL 160° 83.56% 85.69%
HSB/HSV 160° 24.50% 97.65%
CMYK 24.50% 0.00% 8.03%
2.35%

Color #BCF9E5 in popluar number systems.

HEX BC F9 E5
Decimal 188 249 229
Binary 10111100 11111001 11100101
Octal 274 371 345

Shades and tints

Shades of #BCF9E5

#BCF9E5
(188,249,229)
#ABE3D1
(171,227,209)
#9ACDBD
(154,205,189)
#89B7A9
(137,183,169)
#78A195
(120,161,149)
#678B81
(103,139,129)
#56756D
(86,117,109)
#455F59
(69,95,89)
#344945
(52,73,69)
#233331
(35,51,49)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #BCF9E5

#BCF9E5
(188,249,229)
#C2F9E7
(194,249,231)
#C8F9E9
(200,249,233)
#CEF9EB
(206,249,235)
#D4F9ED
(212,249,237)
#DAF9EF
(218,249,239)
#E0F9F1
(224,249,241)
#E6F9F3
(230,249,243)
#ECF9F5
(236,249,245)
#F2F9F7
(242,249,247)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCF9E5 color. Also use rgb(188,249,229) instead hex code.

Text Font Color

.myTextColor { color: #BCF9E5; }

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

This text font color is #BCF9E5.

Background Color

.myBgColor { background-color: #BCF9E5; }

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

This div background color is #BCF9E5.

Border color

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

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

This div border color is #BCF9E5.

Opacity

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

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

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

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

This text has shadow with #BCF9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCF9E5.

Preview

Color preview on black background

This text has color #BCF9E5 on black background.


Color preview on white background

This text has color #BCF9E5 on white background.


Black color preview on #BCF9E5 background

This text has black color on #BCF9E5 background.


White color preview on #BCF9E5 background

This text has white color on #BCF9E5 background.


Related colors

Complementary color

Complementary color for #hex is #43061A.


I love getcolorcode.com

Triadic colors

1 #E5BCF9 and #F9E5BC with #BCF9E5 are triadic colors.

2 #E5F9BC and #F9BCE5 with #BCF9E5 are triadic colors.