COLOR #BEDED4

HEX: #BEDED4 RGB: (190,222,212)

Color info

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

RGB color model

#BEDED4 color RGB value is (190,222,212).

RGB: (190,222,212) (75%, 87%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 212 of 255 = 83%

190
222
212

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

Portions of RGB colors in percentages

R + G + B = 190 + 222 + 212 = 624 (100%)
R 190 of 624 ~ 30.45%
G 222 of 624 ~ 35.58%
B 212 of 624 ~ 33.97'%

%30.45
%35.58
%33.97

CMYK color model

#BEDED4 color CMYK value is (14,0,5,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 12.94%

CMYK: (14,0,5,13)
C14M0Y5K13 (14%, 0%, 5%, 13%)
(0.14 / 0.00 / 0.05 / 0.13)

CMYK percentages

%14.41
%0
%4.5
%12.94

Codes

Color #BEDED4 in popluar color models

BE DE D4
RGB 190 222 212
HSL 161° 32.65% 80.78%
HSB/HSV 161° 14.41% 87.06%
CMYK 14.41% 0.00% 4.50%
12.94%

Color #BEDED4 in popluar number systems.

HEX BE DE D4
Decimal 190 222 212
Binary 10111110 11011110 11010100
Octal 276 336 324

Shades and tints

Shades of #BEDED4

#BEDED4
(190,222,212)
#ADCAC1
(173,202,193)
#9CB6AE
(156,182,174)
#8BA29B
(139,162,155)
#7A8E88
(122,142,136)
#697A75
(105,122,117)
#586662
(88,102,98)
#47524F
(71,82,79)
#363E3C
(54,62,60)
#252A29
(37,42,41)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEDED4

#BEDED4
(190,222,212)
#C3E1D7
(195,225,215)
#C8E4DA
(200,228,218)
#CDE7DD
(205,231,221)
#D2EAE0
(210,234,224)
#D7EDE3
(215,237,227)
#DCF0E6
(220,240,230)
#E1F3E9
(225,243,233)
#E6F6EC
(230,246,236)
#EBF9EF
(235,249,239)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDED4; }

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

This text font color is #BEDED4.

Background Color

.myBgColor { background-color: #BEDED4; }

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

This div background color is #BEDED4.

Border color

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

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

This div border color is #BEDED4.

Opacity

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

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

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

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

This text has shadow with #BEDED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDED4.

Preview

Color preview on black background

This text has color #BEDED4 on black background.


Color preview on white background

This text has color #BEDED4 on white background.


Black color preview on #BEDED4 background

This text has black color on #BEDED4 background.


White color preview on #BEDED4 background

This text has white color on #BEDED4 background.


Related colors

Complementary color

Complementary color for #hex is #41212B.


I love getcolorcode.com

Triadic colors

1 #D4BEDE and #DED4BE with #BEDED4 are triadic colors.

2 #D4DEBE and #DEBED4 with #BEDED4 are triadic colors.