COLOR #BDDEDB

HEX: #BDDEDB RGB: (189,222,219)

Color info

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

RGB color model

#BDDEDB color RGB value is (189,222,219).

RGB: (189,222,219) (74%, 87%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 219 of 255 = 86%

189
222
219

R + G + B ~ 82%. #BDDEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 219 = 630 (100%)
R 189 of 630 ~ 30%
G 222 of 630 ~ 35.24%
B 219 of 630 ~ 34.76'%

%30
%35.24
%34.76

CMYK color model

#BDDEDB color CMYK value is (15,0,1,13).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (15,0,1,13)
C15M0Y1K13 (15%, 0%, 1%, 13%)
(0.15 / 0.00 / 0.01 / 0.13)

CMYK percentages

%14.86
%0
%1.35
%12.94

Codes

Color #BDDEDB in popluar color models

BD DE DB
RGB 189 222 219
HSL 175° 33.33% 80.59%
HSB/HSV 175° 14.86% 87.06%
CMYK 14.86% 0.00% 1.35%
12.94%

Color #BDDEDB in popluar number systems.

HEX BD DE DB
Decimal 189 222 219
Binary 10111101 11011110 11011011
Octal 275 336 333

Shades and tints

Shades of #BDDEDB

#BDDEDB
(189,222,219)
#ACCAC8
(172,202,200)
#9BB6B5
(155,182,181)
#8AA2A2
(138,162,162)
#798E8F
(121,142,143)
#687A7C
(104,122,124)
#576669
(87,102,105)
#465256
(70,82,86)
#353E43
(53,62,67)
#242A30
(36,42,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #BDDEDB

#BDDEDB
(189,222,219)
#C3E1DE
(195,225,222)
#C9E4E1
(201,228,225)
#CFE7E4
(207,231,228)
#D5EAE7
(213,234,231)
#DBEDEA
(219,237,234)
#E1F0ED
(225,240,237)
#E7F3F0
(231,243,240)
#EDF6F3
(237,246,243)
#F3F9F6
(243,249,246)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEDB; }

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

This text font color is #BDDEDB.

Background Color

.myBgColor { background-color: #BDDEDB; }

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

This div background color is #BDDEDB.

Border color

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

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

This div border color is #BDDEDB.

Opacity

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

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

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

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

This text has shadow with #BDDEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDEDB.

Preview

Color preview on black background

This text has color #BDDEDB on black background.


Color preview on white background

This text has color #BDDEDB on white background.


Black color preview on #BDDEDB background

This text has black color on #BDDEDB background.


White color preview on #BDDEDB background

This text has white color on #BDDEDB background.


Related colors

Complementary color

Complementary color for #hex is #422124.


I love getcolorcode.com

Triadic colors

1 #DBBDDE and #DEDBBD with #BDDEDB are triadic colors.

2 #DBDEBD and #DEBDDB with #BDDEDB are triadic colors.