COLOR #BEDDC9

HEX: #BEDDC9 RGB: (190,221,201)

Color info

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

RGB color model

#BEDDC9 color RGB value is (190,221,201).

RGB: (190,221,201) (75%, 87%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 201 of 255 = 79%

190
221
201

R + G + B ~ 80%. #BEDDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 201 = 612 (100%)
R 190 of 612 ~ 31.05%
G 221 of 612 ~ 36.11%
B 201 of 612 ~ 32.84'%

%31.05
%36.11
%32.84

CMYK color model

#BEDDC9 color CMYK value is (14,0,9,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK: (14,0,9,13) C14M0Y9K13 (14%,0%,9%,13%) (0.14/0.00/0.09/0.13) 

CMYK percentages

%14.03
%0
%9.05
%13.33

Codes

Color #BEDDC9 in popluar color models

BE DD C9
RGB 190 221 201
HSL 141° 31.31% 80.59%
HSB/HSV 141° 14.03% 86.67%
CMYK 14.03% 0.00% 9.05%
13.33%

Color #BEDDC9 in popluar number systems.

HEX BE DD C9
Decimal 190 221 201
Binary 10111110 11011101 11001001
Octal 276 335 311

Shades and tints

Shades of #BEDDC9

#BEDDC9
(190,221,201)
#ADC9B7
(173,201,183)
#9CB5A5
(156,181,165)
#8BA193
(139,161,147)
#7A8D81
(122,141,129)
#69796F
(105,121,111)
#58655D
(88,101,93)
#47514B
(71,81,75)
#363D39
(54,61,57)
#252927
(37,41,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEDDC9

#BEDDC9
(190,221,201)
#C3E0CD
(195,224,205)
#C8E3D1
(200,227,209)
#CDE6D5
(205,230,213)
#D2E9D9
(210,233,217)
#D7ECDD
(215,236,221)
#DCEFE1
(220,239,225)
#E1F2E5
(225,242,229)
#E6F5E9
(230,245,233)
#EBF8ED
(235,248,237)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDC9; }

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

This text font color is #BEDDC9.

Background Color

.myBgColor { background-color: #BEDDC9; }

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

This div background color is #BEDDC9.

Border color

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

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

This div border color is #BEDDC9.

Opacity

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

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

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

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

This text has shadow with #BEDDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDC9.

Preview

Color preview on black background

This text has color #BEDDC9 on black background.


Color preview on white background

This text has color #BEDDC9 on white background.


Black color preview on #BEDDC9 background

This text has black color on #BEDDC9 background.


White color preview on #BEDDC9 background

This text has white color on #BEDDC9 background.


Related colors

Complementary color

Complementary color for #hex is #412236.


I love getcolorcode.com

Triadic colors

1 #C9BEDD and #DDC9BE with #BEDDC9 are triadic colors.

2 #C9DDBE and #DDBEC9 with #BEDDC9 are triadic colors.