COLOR #BDEBDD

HEX: #BDEBDD RGB: (189,235,221)

Color info

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

RGB color model

#BDEBDD color RGB value is (189,235,221).

RGB: (189,235,221) (74%, 92%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 221 of 255 = 87%

189
235
221

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

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 221 = 645 (100%)
R 189 of 645 ~ 29.3%
G 235 of 645 ~ 36.43%
B 221 of 645 ~ 34.26'%

%29.3
%36.43
%34.26

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • 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
%5.96
%7.84

Codes

Color #BDEBDD in popluar color models

BD EB DD
RGB 189 235 221
HSL 162° 53.49% 83.14%
HSB/HSV 162° 19.57% 92.16%
CMYK 19.57% 0.00% 5.96%
7.84%

Color #BDEBDD in popluar number systems.

HEX BD EB DD
Decimal 189 235 221
Binary 10111101 11101011 11011101
Octal 275 353 335

Shades and tints

Shades of #BDEBDD

#BDEBDD
(189,235,221)
#ACD6C9
(172,214,201)
#9BC1B5
(155,193,181)
#8AACA1
(138,172,161)
#79978D
(121,151,141)
#688279
(104,130,121)
#576D65
(87,109,101)
#465851
(70,88,81)
#35433D
(53,67,61)
#242E29
(36,46,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDEBDD

#BDEBDD
(189,235,221)
#C3ECE0
(195,236,224)
#C9EDE3
(201,237,227)
#CFEEE6
(207,238,230)
#D5EFE9
(213,239,233)
#DBF0EC
(219,240,236)
#E1F1EF
(225,241,239)
#E7F2F2
(231,242,242)
#EDF3F5
(237,243,245)
#F3F4F8
(243,244,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBDD; }

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

This text font color is #BDEBDD.

Background Color

.myBgColor { background-color: #BDEBDD; }

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

This div background color is #BDEBDD.

Border color

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

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

This div border color is #BDEBDD.

Opacity

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

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

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

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

This text has shadow with #BDEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBDD.

Preview

Color preview on black background

This text has color #BDEBDD on black background.


Color preview on white background

This text has color #BDEBDD on white background.


Black color preview on #BDEBDD background

This text has black color on #BDEBDD background.


White color preview on #BDEBDD background

This text has white color on #BDEBDD background.


Related colors

Complementary color

Complementary color for #hex is #421422.


I love getcolorcode.com

Triadic colors

1 #DDBDEB and #EBDDBD with #BDEBDD are triadic colors.

2 #DDEBBD and #EBBDDD with #BDEBDD are triadic colors.