COLOR #BEDDB5

HEX: #BEDDB5 RGB: (190,221,181)

Color info

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

RGB color model

#BEDDB5 color RGB value is (190,221,181).

RGB: (190,221,181) (75%, 87%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 181 of 255 = 71%

190
221
181

R + G + B ~ 78%. #BEDDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 181 = 592 (100%)
R 190 of 592 ~ 32.09%
G 221 of 592 ~ 37.33%
B 181 of 592 ~ 30.57'%

%32.09
%37.33
%30.57

CMYK color model

#BEDDB5 color CMYK value is (14,0,18,13).

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

CMYK: (14,0,18,13)
C14M0Y18K13 (14%, 0%, 18%, 13%)
(0.14 / 0.00 / 0.18 / 0.13)

CMYK percentages

%14.03
%0
%18.1
%13.33

Codes

Color #BEDDB5 in popluar color models

BE DD B5
RGB 190 221 181
HSL 107° 37.04% 78.82%
HSB/HSV 107° 18.10% 86.67%
CMYK 14.03% 0.00% 18.10%
13.33%

Color #BEDDB5 in popluar number systems.

HEX BE DD B5
Decimal 190 221 181
Binary 10111110 11011101 10110101
Octal 276 335 265

Shades and tints

Shades of #BEDDB5

#BEDDB5
(190,221,181)
#ADC9A5
(173,201,165)
#9CB595
(156,181,149)
#8BA185
(139,161,133)
#7A8D75
(122,141,117)
#697965
(105,121,101)
#586555
(88,101,85)
#475145
(71,81,69)
#363D35
(54,61,53)
#252925
(37,41,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEDDB5

#BEDDB5
(190,221,181)
#C3E0BB
(195,224,187)
#C8E3C1
(200,227,193)
#CDE6C7
(205,230,199)
#D2E9CD
(210,233,205)
#D7ECD3
(215,236,211)
#DCEFD9
(220,239,217)
#E1F2DF
(225,242,223)
#E6F5E5
(230,245,229)
#EBF8EB
(235,248,235)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDB5; }

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

This text font color is #BEDDB5.

Background Color

.myBgColor { background-color: #BEDDB5; }

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

This div background color is #BEDDB5.

Border color

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

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

This div border color is #BEDDB5.

Opacity

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

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

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

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

This text has shadow with #BEDDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDB5.

Preview

Color preview on black background

This text has color #BEDDB5 on black background.


Color preview on white background

This text has color #BEDDB5 on white background.


Black color preview on #BEDDB5 background

This text has black color on #BEDDB5 background.


White color preview on #BEDDB5 background

This text has white color on #BEDDB5 background.


Related colors

Complementary color

Complementary color for #hex is #41224A.


I love getcolorcode.com

Triadic colors

1 #B5BEDD and #DDB5BE with #BEDDB5 are triadic colors.

2 #B5DDBE and #DDBEB5 with #BEDDB5 are triadic colors.