COLOR #BED4DD

HEX: #BED4DD RGB: (190,212,221)

Color info

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

RGB color model

#BED4DD color RGB value is (190,212,221).

RGB: (190,212,221) (75%, 83%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 221 of 255 = 87%

190
212
221

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

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 221 = 623 (100%)
R 190 of 623 ~ 30.5%
G 212 of 623 ~ 34.03%
B 221 of 623 ~ 35.47'%

%30.5
%34.03
%35.47

CMYK color model

#BED4DD color CMYK value is (14,4,0,13).

  • cyan value is 14.03%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,4,0,13)
C14M4Y0K13 (14%, 4%, 0%, 13%)
(0.14 / 0.04 / 0.00 / 0.13)

CMYK percentages

%14.03
%4.07
%0
%13.33

Codes

Color #BED4DD in popluar color models

BE D4 DD
RGB 190 212 221
HSL 197° 31.31% 80.59%
HSB/HSV 197° 14.03% 86.67%
CMYK 14.03% 4.07% 0.00%
13.33%

Color #BED4DD in popluar number systems.

HEX BE D4 DD
Decimal 190 212 221
Binary 10111110 11010100 11011101
Octal 276 324 335

Shades and tints

Shades of #BED4DD

#BED4DD
(190,212,221)
#ADC1C9
(173,193,201)
#9CAEB5
(156,174,181)
#8B9BA1
(139,155,161)
#7A888D
(122,136,141)
#697579
(105,117,121)
#586265
(88,98,101)
#474F51
(71,79,81)
#363C3D
(54,60,61)
#252929
(37,41,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BED4DD

#BED4DD
(190,212,221)
#C3D7E0
(195,215,224)
#C8DAE3
(200,218,227)
#CDDDE6
(205,221,230)
#D2E0E9
(210,224,233)
#D7E3EC
(215,227,236)
#DCE6EF
(220,230,239)
#E1E9F2
(225,233,242)
#E6ECF5
(230,236,245)
#EBEFF8
(235,239,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED4DD color. Also use rgb(190,212,221) instead hex code.

Text Font Color

.myTextColor { color: #BED4DD; }

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

This text font color is #BED4DD.

Background Color

.myBgColor { background-color: #BED4DD; }

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

This div background color is #BED4DD.

Border color

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

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

This div border color is #BED4DD.

Opacity

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

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

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

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

This text has shadow with #BED4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4DD.

Preview

Color preview on black background

This text has color #BED4DD on black background.


Color preview on white background

This text has color #BED4DD on white background.


Black color preview on #BED4DD background

This text has black color on #BED4DD background.


White color preview on #BED4DD background

This text has white color on #BED4DD background.


Related colors

Complementary color

Complementary color for #hex is #412B22.


I love getcolorcode.com

Triadic colors

1 #DDBED4 and #D4DDBE with #BED4DD are triadic colors.

2 #DDD4BE and #D4BEDD with #BED4DD are triadic colors.