COLOR #BDDDEC

HEX: #BDDDEC RGB: (189,221,236)

Color info

#BDDDEC contains red, green and blue colors in about the same proportion. Web safe color of #BDDDEC is #CCCCFF (or #CCF).

RGB color model

#BDDDEC color RGB value is (189,221,236).

RGB: (189,221,236) (74%, 87%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 221 of 255 = 87%
B 236 of 255 = 93%

189
221
236

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

Portions of RGB colors in percentages

R + G + B = 189 + 221 + 236 = 646 (100%)
R 189 of 646 ~ 29.26%
G 221 of 646 ~ 34.21%
B 236 of 646 ~ 36.53'%

%29.26
%34.21
%36.53

CMYK color model

#BDDDEC color CMYK value is (20,6,0,7).

  • cyan value is 19.92%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (20,6,0,7)
C20M6Y0K7 (20%, 6%, 0%, 7%)
(0.20 / 0.06 / 0.00 / 0.07)

CMYK percentages

%19.92
%6.36
%0
%7.45

Codes

Color #BDDDEC in popluar color models

BD DD EC
RGB 189 221 236
HSL 199° 55.29% 83.33%
HSB/HSV 199° 19.92% 92.55%
CMYK 19.92% 6.36% 0.00%
7.45%

Color #BDDDEC in popluar number systems.

HEX BD DD EC
Decimal 189 221 236
Binary 10111101 11011101 11101100
Octal 275 335 354

Shades and tints

Shades of #BDDDEC

#BDDDEC
(189,221,236)
#ACC9D7
(172,201,215)
#9BB5C2
(155,181,194)
#8AA1AD
(138,161,173)
#798D98
(121,141,152)
#687983
(104,121,131)
#57656E
(87,101,110)
#465159
(70,81,89)
#353D44
(53,61,68)
#24292F
(36,41,47)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #BDDDEC

#BDDDEC
(189,221,236)
#C3E0ED
(195,224,237)
#C9E3EE
(201,227,238)
#CFE6EF
(207,230,239)
#D5E9F0
(213,233,240)
#DBECF1
(219,236,241)
#E1EFF2
(225,239,242)
#E7F2F3
(231,242,243)
#EDF5F4
(237,245,244)
#F3F8F5
(243,248,245)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDDEC color. Also use rgb(189,221,236) instead hex code.

Text Font Color

.myTextColor { color: #BDDDEC; }

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

This text font color is #BDDDEC.

Background Color

.myBgColor { background-color: #BDDDEC; }

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

This div background color is #BDDDEC.

Border color

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

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

This div border color is #BDDDEC.

Opacity

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

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

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

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

This text has shadow with #BDDDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDDEC.

Preview

Color preview on black background

This text has color #BDDDEC on black background.


Color preview on white background

This text has color #BDDDEC on white background.


Black color preview on #BDDDEC background

This text has black color on #BDDDEC background.


White color preview on #BDDDEC background

This text has white color on #BDDDEC background.


Related colors

Complementary color

Complementary color for #hex is #422213.


I love getcolorcode.com

Triadic colors

1 #ECBDDD and #DDECBD with #BDDDEC are triadic colors.

2 #ECDDBD and #DDBDEC with #BDDDEC are triadic colors.