COLOR #BEDDC4

HEX: #BEDDC4 RGB: (190,221,196)

Color info

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

RGB color model

#BEDDC4 color RGB value is (190,221,196).

RGB: (190,221,196) (75%, 87%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 196 of 255 = 77%

190
221
196

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

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 196 = 607 (100%)
R 190 of 607 ~ 31.3%
G 221 of 607 ~ 36.41%
B 196 of 607 ~ 32.29'%

%31.3
%36.41
%32.29

CMYK color model

#BEDDC4 color CMYK value is (14,0,11,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK: (14,0,11,13) C14M0Y11K13 (14%,0%,11%,13%) (0.14/0.00/0.11/0.13) 

CMYK percentages

%14.03
%0
%11.31
%13.33

Codes

Color #BEDDC4 in popluar color models

BE DD C4
RGB 190 221 196
HSL 132° 31.31% 80.59%
HSB/HSV 132° 14.03% 86.67%
CMYK 14.03% 0.00% 11.31%
13.33%

Color #BEDDC4 in popluar number systems.

HEX BE DD C4
Decimal 190 221 196
Binary 10111110 11011101 11000100
Octal 276 335 304

Shades and tints

Shades of #BEDDC4

#BEDDC4
(190,221,196)
#ADC9B3
(173,201,179)
#9CB5A2
(156,181,162)
#8BA191
(139,161,145)
#7A8D80
(122,141,128)
#69796F
(105,121,111)
#58655E
(88,101,94)
#47514D
(71,81,77)
#363D3C
(54,61,60)
#25292B
(37,41,43)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BEDDC4

#BEDDC4
(190,221,196)
#C3E0C9
(195,224,201)
#C8E3CE
(200,227,206)
#CDE6D3
(205,230,211)
#D2E9D8
(210,233,216)
#D7ECDD
(215,236,221)
#DCEFE2
(220,239,226)
#E1F2E7
(225,242,231)
#E6F5EC
(230,245,236)
#EBF8F1
(235,248,241)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDC4; }

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

This text font color is #BEDDC4.

Background Color

.myBgColor { background-color: #BEDDC4; }

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

This div background color is #BEDDC4.

Border color

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

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

This div border color is #BEDDC4.

Opacity

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

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

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

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

This text has shadow with #BEDDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDC4.

Preview

Color preview on black background

This text has color #BEDDC4 on black background.


Color preview on white background

This text has color #BEDDC4 on white background.


Black color preview on #BEDDC4 background

This text has black color on #BEDDC4 background.


White color preview on #BEDDC4 background

This text has white color on #BEDDC4 background.


Related colors

Complementary color

Complementary color for #hex is #41223B.


I love getcolorcode.com

Triadic colors

1 #C4BEDD and #DDC4BE with #BEDDC4 are triadic colors.

2 #C4DDBE and #DDBEC4 with #BEDDC4 are triadic colors.