COLOR #BDDEDF

HEX: #BDDEDF RGB: (189,222,223)

Color info

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

RGB color model

#BDDEDF color RGB value is (189,222,223).

RGB: (189,222,223) (74%, 87%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 222 of 255 = 87%
B 223 of 255 = 87%

189
222
223

R + G + B ~ 83%. #BDDEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 222 + 223 = 634 (100%)
R 189 of 634 ~ 29.81%
G 222 of 634 ~ 35.02%
B 223 of 634 ~ 35.17'%

%29.81
%35.02
%35.17

CMYK color model

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

  • cyan value is 15.25%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (15,0,0,13)
C15M0Y0K13 (15%, 0%, 0%, 13%)
(0.15 / 0.00 / 0.00 / 0.13)

CMYK percentages

%15.25
%0.45
%0
%12.55

Codes

Color #BDDEDF in popluar color models

BD DE DF
RGB 189 222 223
HSL 182° 34.69% 80.78%
HSB/HSV 182° 15.25% 87.45%
CMYK 15.25% 0.45% 0.00%
12.55%

Color #BDDEDF in popluar number systems.

HEX BD DE DF
Decimal 189 222 223
Binary 10111101 11011110 11011111
Octal 275 336 337

Shades and tints

Shades of #BDDEDF

#BDDEDF
(189,222,223)
#ACCACB
(172,202,203)
#9BB6B7
(155,182,183)
#8AA2A3
(138,162,163)
#798E8F
(121,142,143)
#687A7B
(104,122,123)
#576667
(87,102,103)
#465253
(70,82,83)
#353E3F
(53,62,63)
#242A2B
(36,42,43)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #BDDEDF

#BDDEDF
(189,222,223)
#C3E1E1
(195,225,225)
#C9E4E3
(201,228,227)
#CFE7E5
(207,231,229)
#D5EAE7
(213,234,231)
#DBEDE9
(219,237,233)
#E1F0EB
(225,240,235)
#E7F3ED
(231,243,237)
#EDF6EF
(237,246,239)
#F3F9F1
(243,249,241)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDEDF; }

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

This text font color is #BDDEDF.

Background Color

.myBgColor { background-color: #BDDEDF; }

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

This div background color is #BDDEDF.

Border color

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

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

This div border color is #BDDEDF.

Opacity

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

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

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

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

This text has shadow with #BDDEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDEDF.

Preview

Color preview on black background

This text has color #BDDEDF on black background.


Color preview on white background

This text has color #BDDEDF on white background.


Black color preview on #BDDEDF background

This text has black color on #BDDEDF background.


White color preview on #BDDEDF background

This text has white color on #BDDEDF background.


Related colors

Complementary color

Complementary color for #hex is #422120.


I love getcolorcode.com

Triadic colors

1 #DFBDDE and #DEDFBD with #BDDEDF are triadic colors.

2 #DFDEBD and #DEBDDF with #BDDEDF are triadic colors.