COLOR #BCE0D0

HEX: #BCE0D0 RGB: (188,224,208)

Color info

#BCE0D0 contains red, green and blue colors in about the same proportion. Web safe color of #BCE0D0 is #CCCCCC (or #CCC).

RGB color model

#BCE0D0 color RGB value is (188,224,208).

RGB: (188,224,208) (74%, 88%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 224 of 255 = 88%
B 208 of 255 = 82%

188
224
208

R + G + B ~ 81%. #BCE0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 224 + 208 = 620 (100%)
R 188 of 620 ~ 30.32%
G 224 of 620 ~ 36.13%
B 208 of 620 ~ 33.55'%

%30.32
%36.13
%33.55

CMYK color model

#BCE0D0 color CMYK value is (16,0,7,12).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 12.16%
CMYK: (16,0,7,12) C16M0Y7K12 (16%,0%,7%,12%) (0.16/0.00/0.07/0.12) 

CMYK percentages

%16.07
%0
%7.14
%12.16

Codes

Color #BCE0D0 in popluar color models

BC E0 D0
RGB 188 224 208
HSL 153° 36.73% 80.78%
HSB/HSV 153° 16.07% 87.84%
CMYK 16.07% 0.00% 7.14%
12.16%

Color #BCE0D0 in popluar number systems.

HEX BC E0 D0
Decimal 188 224 208
Binary 10111100 11100000 11010000
Octal 274 340 320

Shades and tints

Shades of #BCE0D0

#BCE0D0
(188,224,208)
#ABCCBE
(171,204,190)
#9AB8AC
(154,184,172)
#89A49A
(137,164,154)
#789088
(120,144,136)
#677C76
(103,124,118)
#566864
(86,104,100)
#455452
(69,84,82)
#344040
(52,64,64)
#232C2E
(35,44,46)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #BCE0D0

#BCE0D0
(188,224,208)
#C2E2D4
(194,226,212)
#C8E4D8
(200,228,216)
#CEE6DC
(206,230,220)
#D4E8E0
(212,232,224)
#DAEAE4
(218,234,228)
#E0ECE8
(224,236,232)
#E6EEEC
(230,238,236)
#ECF0F0
(236,240,240)
#F2F2F4
(242,242,244)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE0D0 color. Also use rgb(188,224,208) instead hex code.

Text Font Color

.myTextColor { color: #BCE0D0; }

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

This text font color is #BCE0D0.

Background Color

.myBgColor { background-color: #BCE0D0; }

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

This div background color is #BCE0D0.

Border color

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

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

This div border color is #BCE0D0.

Opacity

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

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

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

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

This text has shadow with #BCE0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE0D0.

Preview

Color preview on black background

This text has color #BCE0D0 on black background.


Color preview on white background

This text has color #BCE0D0 on white background.


Black color preview on #BCE0D0 background

This text has black color on #BCE0D0 background.


White color preview on #BCE0D0 background

This text has white color on #BCE0D0 background.


Related colors

Complementary color

Complementary color for #hex is #431F2F.


I love getcolorcode.com

Triadic colors

1 #D0BCE0 and #E0D0BC with #BCE0D0 are triadic colors.

2 #D0E0BC and #E0BCD0 with #BCE0D0 are triadic colors.