COLOR #BDEBDC

HEX: #BDEBDC RGB: (189,235,220)

Color info

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

RGB color model

#BDEBDC color RGB value is (189,235,220).

RGB: (189,235,220) (74%, 92%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 220 of 255 = 86%

189
235
220

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

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 220 = 644 (100%)
R 189 of 644 ~ 29.35%
G 235 of 644 ~ 36.49%
B 220 of 644 ~ 34.16'%

%29.35
%36.49
%34.16

CMYK color model

#BDEBDC color CMYK value is (20,0,6,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK: (20,0,6,8) C20M0Y6K8 (20%,0%,6%,8%) (0.20/0.00/0.06/0.08) 

CMYK percentages

%19.57
%0
%6.38
%7.84

Codes

Color #BDEBDC in popluar color models

BD EB DC
RGB 189 235 220
HSL 160° 53.49% 83.14%
HSB/HSV 160° 19.57% 92.16%
CMYK 19.57% 0.00% 6.38%
7.84%

Color #BDEBDC in popluar number systems.

HEX BD EB DC
Decimal 189 235 220
Binary 10111101 11101011 11011100
Octal 275 353 334

Shades and tints

Shades of #BDEBDC

#BDEBDC
(189,235,220)
#ACD6C8
(172,214,200)
#9BC1B4
(155,193,180)
#8AACA0
(138,172,160)
#79978C
(121,151,140)
#688278
(104,130,120)
#576D64
(87,109,100)
#465850
(70,88,80)
#35433C
(53,67,60)
#242E28
(36,46,40)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDEBDC

#BDEBDC
(189,235,220)
#C3ECDF
(195,236,223)
#C9EDE2
(201,237,226)
#CFEEE5
(207,238,229)
#D5EFE8
(213,239,232)
#DBF0EB
(219,240,235)
#E1F1EE
(225,241,238)
#E7F2F1
(231,242,241)
#EDF3F4
(237,243,244)
#F3F4F7
(243,244,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBDC; }

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

This text font color is #BDEBDC.

Background Color

.myBgColor { background-color: #BDEBDC; }

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

This div background color is #BDEBDC.

Border color

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

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

This div border color is #BDEBDC.

Opacity

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

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

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

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

This text has shadow with #BDEBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBDC.

Preview

Color preview on black background

This text has color #BDEBDC on black background.


Color preview on white background

This text has color #BDEBDC on white background.


Black color preview on #BDEBDC background

This text has black color on #BDEBDC background.


White color preview on #BDEBDC background

This text has white color on #BDEBDC background.


Related colors

Complementary color

Complementary color for #hex is #421423.


I love getcolorcode.com

Triadic colors

1 #DCBDEB and #EBDCBD with #BDEBDC are triadic colors.

2 #DCEBBD and #EBBDDC with #BDEBDC are triadic colors.