COLOR #BCE6D9

HEX: #BCE6D9 RGB: (188,230,217)

Color info

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

RGB color model

#BCE6D9 color RGB value is (188,230,217).

RGB: (188,230,217) (74%, 90%, 85%)

RGB channels and saturation

R 188 of 255 = 74%
G 230 of 255 = 90%
B 217 of 255 = 85%

188
230
217

R + G + B ~ 83%. #BCE6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 230 + 217 = 635 (100%)
R 188 of 635 ~ 29.61%
G 230 of 635 ~ 36.22%
B 217 of 635 ~ 34.17'%

%29.61
%36.22
%34.17

CMYK color model

#BCE6D9 color CMYK value is (18,0,6,10).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK: (18,0,6,10) C18M0Y6K10 (18%,0%,6%,10%) (0.18/0.00/0.06/0.10) 

CMYK percentages

%18.26
%0
%5.65
%9.8

Codes

Color #BCE6D9 in popluar color models

BC E6 D9
RGB 188 230 217
HSL 161° 45.65% 81.96%
HSB/HSV 161° 18.26% 90.20%
CMYK 18.26% 0.00% 5.65%
9.80%

Color #BCE6D9 in popluar number systems.

HEX BC E6 D9
Decimal 188 230 217
Binary 10111100 11100110 11011001
Octal 274 346 331

Shades and tints

Shades of #BCE6D9

#BCE6D9
(188,230,217)
#ABD2C6
(171,210,198)
#9ABEB3
(154,190,179)
#89AAA0
(137,170,160)
#78968D
(120,150,141)
#67827A
(103,130,122)
#566E67
(86,110,103)
#455A54
(69,90,84)
#344641
(52,70,65)
#23322E
(35,50,46)
#121E1B
(18,30,27)
#000000
(0,0,0)

Tints of #BCE6D9

#BCE6D9
(188,230,217)
#C2E8DC
(194,232,220)
#C8EADF
(200,234,223)
#CEECE2
(206,236,226)
#D4EEE5
(212,238,229)
#DAF0E8
(218,240,232)
#E0F2EB
(224,242,235)
#E6F4EE
(230,244,238)
#ECF6F1
(236,246,241)
#F2F8F4
(242,248,244)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE6D9 color. Also use rgb(188,230,217) instead hex code.

Text Font Color

.myTextColor { color: #BCE6D9; }

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

This text font color is #BCE6D9.

Background Color

.myBgColor { background-color: #BCE6D9; }

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

This div background color is #BCE6D9.

Border color

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

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

This div border color is #BCE6D9.

Opacity

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

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

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

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

This text has shadow with #BCE6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCE6D9.

Preview

Color preview on black background

This text has color #BCE6D9 on black background.


Color preview on white background

This text has color #BCE6D9 on white background.


Black color preview on #BCE6D9 background

This text has black color on #BCE6D9 background.


White color preview on #BCE6D9 background

This text has white color on #BCE6D9 background.


Related colors

Complementary color

Complementary color for #hex is #431926.


I love getcolorcode.com

Triadic colors

1 #D9BCE6 and #E6D9BC with #BCE6D9 are triadic colors.

2 #D9E6BC and #E6BCD9 with #BCE6D9 are triadic colors.