COLOR #BCEEDE

HEX: #BCEEDE RGB: (188,238,222)

Color info

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

RGB color model

#BCEEDE color RGB value is (188,238,222).

RGB: (188,238,222) (74%, 93%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 238 of 255 = 93%
B 222 of 255 = 87%

188
238
222

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

Portions of RGB colors in percentages

R + G + B = 188 + 238 + 222 = 648 (100%)
R 188 of 648 ~ 29.01%
G 238 of 648 ~ 36.73%
B 222 of 648 ~ 34.26'%

%29.01
%36.73
%34.26

CMYK color model

#BCEEDE color CMYK value is (21,0,7,7).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK: (21,0,7,7) C21M0Y7K7 (21%,0%,7%,7%) (0.21/0.00/0.07/0.07) 

CMYK percentages

%21.01
%0
%6.72
%6.67

Codes

Color #BCEEDE in popluar color models

BC EE DE
RGB 188 238 222
HSL 161° 59.52% 83.53%
HSB/HSV 161° 21.01% 93.33%
CMYK 21.01% 0.00% 6.72%
6.67%

Color #BCEEDE in popluar number systems.

HEX BC EE DE
Decimal 188 238 222
Binary 10111100 11101110 11011110
Octal 274 356 336

Shades and tints

Shades of #BCEEDE

#BCEEDE
(188,238,222)
#ABD9CA
(171,217,202)
#9AC4B6
(154,196,182)
#89AFA2
(137,175,162)
#789A8E
(120,154,142)
#67857A
(103,133,122)
#567066
(86,112,102)
#455B52
(69,91,82)
#34463E
(52,70,62)
#23312A
(35,49,42)
#121C16
(18,28,22)
#000000
(0,0,0)

Tints of #BCEEDE

#BCEEDE
(188,238,222)
#C2EFE1
(194,239,225)
#C8F0E4
(200,240,228)
#CEF1E7
(206,241,231)
#D4F2EA
(212,242,234)
#DAF3ED
(218,243,237)
#E0F4F0
(224,244,240)
#E6F5F3
(230,245,243)
#ECF6F6
(236,246,246)
#F2F7F9
(242,247,249)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEEDE color. Also use rgb(188,238,222) instead hex code.

Text Font Color

.myTextColor { color: #BCEEDE; }

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

This text font color is #BCEEDE.

Background Color

.myBgColor { background-color: #BCEEDE; }

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

This div background color is #BCEEDE.

Border color

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

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

This div border color is #BCEEDE.

Opacity

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

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

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

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

This text has shadow with #BCEEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEEDE.

Preview

Color preview on black background

This text has color #BCEEDE on black background.


Color preview on white background

This text has color #BCEEDE on white background.


Black color preview on #BCEEDE background

This text has black color on #BCEEDE background.


White color preview on #BCEEDE background

This text has white color on #BCEEDE background.


Related colors

Complementary color

Complementary color for #hex is #431121.


I love getcolorcode.com

Triadic colors

1 #DEBCEE and #EEDEBC with #BCEEDE are triadic colors.

2 #DEEEBC and #EEBCDE with #BCEEDE are triadic colors.