COLOR #BED2DB

HEX: #BED2DB RGB: (190,210,219)

Color info

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

RGB color model

#BED2DB color RGB value is (190,210,219).

RGB: (190,210,219) (75%, 82%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 219 of 255 = 86%

190
210
219

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

Portions of RGB colors in percentages

R + G + B = 190 + 210 + 219 = 619 (100%)
R 190 of 619 ~ 30.69%
G 210 of 619 ~ 33.93%
B 219 of 619 ~ 35.38'%

%30.69
%33.93
%35.38

CMYK color model

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

  • cyan value is 13.24%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%

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

CMYK percentages

%13.24
%4.11
%0
%14.12

Codes

Color #BED2DB in popluar color models

BE D2 DB
RGB 190 210 219
HSL 199° 28.71% 80.20%
HSB/HSV 199° 13.24% 85.88%
CMYK 13.24% 4.11% 0.00%
14.12%

Color #BED2DB in popluar number systems.

HEX BE D2 DB
Decimal 190 210 219
Binary 10111110 11010010 11011011
Octal 276 322 333

Shades and tints

Shades of #BED2DB

#BED2DB
(190,210,219)
#ADBFC8
(173,191,200)
#9CACB5
(156,172,181)
#8B99A2
(139,153,162)
#7A868F
(122,134,143)
#69737C
(105,115,124)
#586069
(88,96,105)
#474D56
(71,77,86)
#363A43
(54,58,67)
#252730
(37,39,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BED2DB

#BED2DB
(190,210,219)
#C3D6DE
(195,214,222)
#C8DAE1
(200,218,225)
#CDDEE4
(205,222,228)
#D2E2E7
(210,226,231)
#D7E6EA
(215,230,234)
#DCEAED
(220,234,237)
#E1EEF0
(225,238,240)
#E6F2F3
(230,242,243)
#EBF6F6
(235,246,246)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED2DB; }

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

This text font color is #BED2DB.

Background Color

.myBgColor { background-color: #BED2DB; }

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

This div background color is #BED2DB.

Border color

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

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

This div border color is #BED2DB.

Opacity

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

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

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

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

This text has shadow with #BED2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED2DB.

Preview

Color preview on black background

This text has color #BED2DB on black background.


Color preview on white background

This text has color #BED2DB on white background.


Black color preview on #BED2DB background

This text has black color on #BED2DB background.


White color preview on #BED2DB background

This text has white color on #BED2DB background.


Related colors

Complementary color

Complementary color for #hex is #412D24.


I love getcolorcode.com

Triadic colors

1 #DBBED2 and #D2DBBE with #BED2DB are triadic colors.

2 #DBD2BE and #D2BEDB with #BED2DB are triadic colors.