COLOR #BDDECC

HEX: #BDDECC RGB: (189,222,204)

Color info

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

RGB color model

#BDDECC color RGB value is (189,222,204).

RGB: (189,222,204) (74%, 87%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 204 of 255 = 80%

189
222
204

R + G + B ~ 80%. #BDDECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 204 = 615 (100%)
R 189 of 615 ~ 30.73%
G 222 of 615 ~ 36.1%
B 204 of 615 ~ 33.17'%

%30.73
%36.1
%33.17

CMYK color model

#BDDECC color CMYK value is (15,0,8,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%
CMYK: (15,0,8,13) C15M0Y8K13 (15%,0%,8%,13%) (0.15/0.00/0.08/0.13) 

CMYK percentages

%14.86
%0
%8.11
%12.94

Codes

Color #BDDECC in popluar color models

BD DE CC
RGB 189 222 204
HSL 147° 33.33% 80.59%
HSB/HSV 147° 14.86% 87.06%
CMYK 14.86% 0.00% 8.11%
12.94%

Color #BDDECC in popluar number systems.

HEX BD DE CC
Decimal 189 222 204
Binary 10111101 11011110 11001100
Octal 275 336 314

Shades and tints

Shades of #BDDECC

#BDDECC
(189,222,204)
#ACCABA
(172,202,186)
#9BB6A8
(155,182,168)
#8AA296
(138,162,150)
#798E84
(121,142,132)
#687A72
(104,122,114)
#576660
(87,102,96)
#46524E
(70,82,78)
#353E3C
(53,62,60)
#242A2A
(36,42,42)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #BDDECC

#BDDECC
(189,222,204)
#C3E1D0
(195,225,208)
#C9E4D4
(201,228,212)
#CFE7D8
(207,231,216)
#D5EADC
(213,234,220)
#DBEDE0
(219,237,224)
#E1F0E4
(225,240,228)
#E7F3E8
(231,243,232)
#EDF6EC
(237,246,236)
#F3F9F0
(243,249,240)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDECC; }

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

This text font color is #BDDECC.

Background Color

.myBgColor { background-color: #BDDECC; }

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

This div background color is #BDDECC.

Border color

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

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

This div border color is #BDDECC.

Opacity

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

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

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

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

This text has shadow with #BDDECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDECC.

Preview

Color preview on black background

This text has color #BDDECC on black background.


Color preview on white background

This text has color #BDDECC on white background.


Black color preview on #BDDECC background

This text has black color on #BDDECC background.


White color preview on #BDDECC background

This text has white color on #BDDECC background.


Related colors

Complementary color

Complementary color for #hex is #422133.


I love getcolorcode.com

Triadic colors

1 #CCBDDE and #DECCBD with #BDDECC are triadic colors.

2 #CCDEBD and #DEBDCC with #BDDECC are triadic colors.