COLOR #BEDDD5

HEX: #BEDDD5 RGB: (190,221,213)

Color info

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

RGB color model

#BEDDD5 color RGB value is (190,221,213).

RGB: (190,221,213) (75%, 87%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 213 of 255 = 84%

190
221
213

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

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 213 = 624 (100%)
R 190 of 624 ~ 30.45%
G 221 of 624 ~ 35.42%
B 213 of 624 ~ 34.13'%

%30.45
%35.42
%34.13

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK: (14,0,4,13) C14M0Y4K13 (14%,0%,4%,13%) (0.14/0.00/0.04/0.13) 

CMYK percentages

%14.03
%0
%3.62
%13.33

Codes

Color #BEDDD5 in popluar color models

BE DD D5
RGB 190 221 213
HSL 165° 31.31% 80.59%
HSB/HSV 165° 14.03% 86.67%
CMYK 14.03% 0.00% 3.62%
13.33%

Color #BEDDD5 in popluar number systems.

HEX BE DD D5
Decimal 190 221 213
Binary 10111110 11011101 11010101
Octal 276 335 325

Shades and tints

Shades of #BEDDD5

#BEDDD5
(190,221,213)
#ADC9C2
(173,201,194)
#9CB5AF
(156,181,175)
#8BA19C
(139,161,156)
#7A8D89
(122,141,137)
#697976
(105,121,118)
#586563
(88,101,99)
#475150
(71,81,80)
#363D3D
(54,61,61)
#25292A
(37,41,42)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEDDD5

#BEDDD5
(190,221,213)
#C3E0D8
(195,224,216)
#C8E3DB
(200,227,219)
#CDE6DE
(205,230,222)
#D2E9E1
(210,233,225)
#D7ECE4
(215,236,228)
#DCEFE7
(220,239,231)
#E1F2EA
(225,242,234)
#E6F5ED
(230,245,237)
#EBF8F0
(235,248,240)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDD5; }

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

This text font color is #BEDDD5.

Background Color

.myBgColor { background-color: #BEDDD5; }

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

This div background color is #BEDDD5.

Border color

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

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

This div border color is #BEDDD5.

Opacity

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

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

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

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

This text has shadow with #BEDDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDD5.

Preview

Color preview on black background

This text has color #BEDDD5 on black background.


Color preview on white background

This text has color #BEDDD5 on white background.


Black color preview on #BEDDD5 background

This text has black color on #BEDDD5 background.


White color preview on #BEDDD5 background

This text has white color on #BEDDD5 background.


Related colors

Complementary color

Complementary color for #hex is #41222A.


I love getcolorcode.com

Triadic colors

1 #D5BEDD and #DDD5BE with #BEDDD5 are triadic colors.

2 #D5DDBE and #DDBED5 with #BEDDD5 are triadic colors.