COLOR #BDE6CC

HEX: #BDE6CC RGB: (189,230,204)

Color info

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

RGB color model

#BDE6CC color RGB value is (189,230,204).

RGB: (189,230,204) (74%, 90%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 204 of 255 = 80%

189
230
204

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

Portions of RGB colors in percentages

R + G + B = 189 + 230 + 204 = 623 (100%)
R 189 of 623 ~ 30.34%
G 230 of 623 ~ 36.92%
B 204 of 623 ~ 32.74'%

%30.34
%36.92
%32.74

CMYK color model

#BDE6CC color CMYK value is (18,0,11,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK: (18,0,11,10) C18M0Y11K10 (18%,0%,11%,10%) (0.18/0.00/0.11/0.10) 

CMYK percentages

%17.83
%0
%11.3
%9.8

Codes

Color #BDE6CC in popluar color models

BD E6 CC
RGB 189 230 204
HSL 142° 45.05% 82.16%
HSB/HSV 142° 17.83% 90.20%
CMYK 17.83% 0.00% 11.30%
9.80%

Color #BDE6CC in popluar number systems.

HEX BD E6 CC
Decimal 189 230 204
Binary 10111101 11100110 11001100
Octal 275 346 314

Shades and tints

Shades of #BDE6CC

#BDE6CC
(189,230,204)
#ACD2BA
(172,210,186)
#9BBEA8
(155,190,168)
#8AAA96
(138,170,150)
#799684
(121,150,132)
#688272
(104,130,114)
#576E60
(87,110,96)
#465A4E
(70,90,78)
#35463C
(53,70,60)
#24322A
(36,50,42)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #BDE6CC

#BDE6CC
(189,230,204)
#C3E8D0
(195,232,208)
#C9EAD4
(201,234,212)
#CFECD8
(207,236,216)
#D5EEDC
(213,238,220)
#DBF0E0
(219,240,224)
#E1F2E4
(225,242,228)
#E7F4E8
(231,244,232)
#EDF6EC
(237,246,236)
#F3F8F0
(243,248,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE6CC color. Also use rgb(189,230,204) instead hex code.

Text Font Color

.myTextColor { color: #BDE6CC; }

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

This text font color is #BDE6CC.

Background Color

.myBgColor { background-color: #BDE6CC; }

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

This div background color is #BDE6CC.

Border color

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

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

This div border color is #BDE6CC.

Opacity

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

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

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

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

This text has shadow with #BDE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE6CC.

Preview

Color preview on black background

This text has color #BDE6CC on black background.


Color preview on white background

This text has color #BDE6CC on white background.


Black color preview on #BDE6CC background

This text has black color on #BDE6CC background.


White color preview on #BDE6CC background

This text has white color on #BDE6CC background.


Related colors

Complementary color

Complementary color for #hex is #421933.


I love getcolorcode.com

Triadic colors

1 #CCBDE6 and #E6CCBD with #BDE6CC are triadic colors.

2 #CCE6BD and #E6BDCC with #BDE6CC are triadic colors.