COLOR #BED5D4

HEX: #BED5D4 RGB: (190,213,212)

Color info

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

RGB color model

#BED5D4 color RGB value is (190,213,212).

RGB: (190,213,212) (75%, 84%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 212 of 255 = 83%

190
213
212

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

Portions of RGB colors in percentages

R + G + B = 190 + 213 + 212 = 615 (100%)
R 190 of 615 ~ 30.89%
G 213 of 615 ~ 34.63%
B 212 of 615 ~ 34.47'%

%30.89
%34.63
%34.47

CMYK color model

#BED5D4 color CMYK value is (11,0,0,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.47%

CMYK: (11,0,0,16)
C11M0Y0K16 (11%, 0%, 0%, 16%)
(0.11 / 0.00 / 0.00 / 0.16)

CMYK percentages

%10.8
%0
%0.47
%16.47

Codes

Color #BED5D4 in popluar color models

BE D5 D4
RGB 190 213 212
HSL 177° 21.50% 79.02%
HSB/HSV 177° 10.80% 83.53%
CMYK 10.80% 0.00% 0.47%
16.47%

Color #BED5D4 in popluar number systems.

HEX BE D5 D4
Decimal 190 213 212
Binary 10111110 11010101 11010100
Octal 276 325 324

Shades and tints

Shades of #BED5D4

#BED5D4
(190,213,212)
#ADC2C1
(173,194,193)
#9CAFAE
(156,175,174)
#8B9C9B
(139,156,155)
#7A8988
(122,137,136)
#697675
(105,118,117)
#586362
(88,99,98)
#47504F
(71,80,79)
#363D3C
(54,61,60)
#252A29
(37,42,41)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BED5D4

#BED5D4
(190,213,212)
#C3D8D7
(195,216,215)
#C8DBDA
(200,219,218)
#CDDEDD
(205,222,221)
#D2E1E0
(210,225,224)
#D7E4E3
(215,228,227)
#DCE7E6
(220,231,230)
#E1EAE9
(225,234,233)
#E6EDEC
(230,237,236)
#EBF0EF
(235,240,239)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED5D4; }

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

This text font color is #BED5D4.

Background Color

.myBgColor { background-color: #BED5D4; }

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

This div background color is #BED5D4.

Border color

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

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

This div border color is #BED5D4.

Opacity

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

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

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

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

This text has shadow with #BED5D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED5D4.

Preview

Color preview on black background

This text has color #BED5D4 on black background.


Color preview on white background

This text has color #BED5D4 on white background.


Black color preview on #BED5D4 background

This text has black color on #BED5D4 background.


White color preview on #BED5D4 background

This text has white color on #BED5D4 background.


Related colors

Complementary color

Complementary color for #hex is #412A2B.


I love getcolorcode.com

Triadic colors

1 #D4BED5 and #D5D4BE with #BED5D4 are triadic colors.

2 #D4D5BE and #D5BED4 with #BED5D4 are triadic colors.