COLOR #BDEDDC

HEX: #BDEDDC RGB: (189,237,220)

Color info

#BDEDDC contains red, green and blue colors in about the same proportion. Web safe color of #BDEDDC is #CCFFCC (or #CFC).

RGB color model

#BDEDDC color RGB value is (189,237,220).

RGB: (189,237,220) (74%, 93%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 237 of 255 = 93%
B 220 of 255 = 86%

189
237
220

R + G + B ~ 84%. #BDEDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 237 + 220 = 646 (100%)
R 189 of 646 ~ 29.26%
G 237 of 646 ~ 36.69%
B 220 of 646 ~ 34.06'%

%29.26
%36.69
%34.06

CMYK color model

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

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%

CMYK: (20,0,7,7)
C20M0Y7K7 (20%, 0%, 7%, 7%)
(0.20 / 0.00 / 0.07 / 0.07)

CMYK percentages

%20.25
%0
%7.17
%7.06

Codes

Color #BDEDDC in popluar color models

BD ED DC
RGB 189 237 220
HSL 159° 57.14% 83.53%
HSB/HSV 159° 20.25% 92.94%
CMYK 20.25% 0.00% 7.17%
7.06%

Color #BDEDDC in popluar number systems.

HEX BD ED DC
Decimal 189 237 220
Binary 10111101 11101101 11011100
Octal 275 355 334

Shades and tints

Shades of #BDEDDC

#BDEDDC
(189,237,220)
#ACD8C8
(172,216,200)
#9BC3B4
(155,195,180)
#8AAEA0
(138,174,160)
#79998C
(121,153,140)
#688478
(104,132,120)
#576F64
(87,111,100)
#465A50
(70,90,80)
#35453C
(53,69,60)
#243028
(36,48,40)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #BDEDDC

#BDEDDC
(189,237,220)
#C3EEDF
(195,238,223)
#C9EFE2
(201,239,226)
#CFF0E5
(207,240,229)
#D5F1E8
(213,241,232)
#DBF2EB
(219,242,235)
#E1F3EE
(225,243,238)
#E7F4F1
(231,244,241)
#EDF5F4
(237,245,244)
#F3F6F7
(243,246,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEDDC color. Also use rgb(189,237,220) instead hex code.

Text Font Color

.myTextColor { color: #BDEDDC; }

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

This text font color is #BDEDDC.

Background Color

.myBgColor { background-color: #BDEDDC; }

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

This div background color is #BDEDDC.

Border color

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

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

This div border color is #BDEDDC.

Opacity

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

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

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

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

This text has shadow with #BDEDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEDDC.

Preview

Color preview on black background

This text has color #BDEDDC on black background.


Color preview on white background

This text has color #BDEDDC on white background.


Black color preview on #BDEDDC background

This text has black color on #BDEDDC background.


White color preview on #BDEDDC background

This text has white color on #BDEDDC background.


Related colors

Complementary color

Complementary color for #hex is #421223.


I love getcolorcode.com

Triadic colors

1 #DCBDED and #EDDCBD with #BDEDDC are triadic colors.

2 #DCEDBD and #EDBDDC with #BDEDDC are triadic colors.