COLOR #BED2DD

HEX: #BED2DD RGB: (190,210,221)

Color info

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

RGB color model

#BED2DD color RGB value is (190,210,221).

RGB: (190,210,221) (75%, 82%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 221 of 255 = 87%

190
210
221

R + G + B ~ 81%. #BED2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 210 + 221 = 621 (100%)
R 190 of 621 ~ 30.6%
G 210 of 621 ~ 33.82%
B 221 of 621 ~ 35.59'%

%30.6
%33.82
%35.59

CMYK color model

#BED2DD color CMYK value is (14,5,0,13).

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

CMYK: (14,5,0,13)
C14M5Y0K13 (14%, 5%, 0%, 13%)
(0.14 / 0.05 / 0.00 / 0.13)

CMYK percentages

%14.03
%4.98
%0
%13.33

Codes

Color #BED2DD in popluar color models

BE D2 DD
RGB 190 210 221
HSL 201° 31.31% 80.59%
HSB/HSV 201° 14.03% 86.67%
CMYK 14.03% 4.98% 0.00%
13.33%

Color #BED2DD in popluar number systems.

HEX BE D2 DD
Decimal 190 210 221
Binary 10111110 11010010 11011101
Octal 276 322 335

Shades and tints

Shades of #BED2DD

#BED2DD
(190,210,221)
#ADBFC9
(173,191,201)
#9CACB5
(156,172,181)
#8B99A1
(139,153,161)
#7A868D
(122,134,141)
#697379
(105,115,121)
#586065
(88,96,101)
#474D51
(71,77,81)
#363A3D
(54,58,61)
#252729
(37,39,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BED2DD

#BED2DD
(190,210,221)
#C3D6E0
(195,214,224)
#C8DAE3
(200,218,227)
#CDDEE6
(205,222,230)
#D2E2E9
(210,226,233)
#D7E6EC
(215,230,236)
#DCEAEF
(220,234,239)
#E1EEF2
(225,238,242)
#E6F2F5
(230,242,245)
#EBF6F8
(235,246,248)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2DD; }

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

This text font color is #BED2DD.

Background Color

.myBgColor { background-color: #BED2DD; }

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

This div background color is #BED2DD.

Border color

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

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

This div border color is #BED2DD.

Opacity

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

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

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

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

This text has shadow with #BED2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED2DD.

Preview

Color preview on black background

This text has color #BED2DD on black background.


Color preview on white background

This text has color #BED2DD on white background.


Black color preview on #BED2DD background

This text has black color on #BED2DD background.


White color preview on #BED2DD background

This text has white color on #BED2DD background.


Related colors

Complementary color

Complementary color for #hex is #412D22.


I love getcolorcode.com

Triadic colors

1 #DDBED2 and #D2DDBE with #BED2DD are triadic colors.

2 #DDD2BE and #D2BEDD with #BED2DD are triadic colors.