COLOR #BEDDC0

HEX: #BEDDC0 RGB: (190,221,192)

Color info

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

RGB color model

#BEDDC0 color RGB value is (190,221,192).

RGB: (190,221,192) (75%, 87%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 192 of 255 = 75%

190
221
192

R + G + B ~ 79%. #BEDDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 221 + 192 = 603 (100%)
R 190 of 603 ~ 31.51%
G 221 of 603 ~ 36.65%
B 192 of 603 ~ 31.84'%

%31.51
%36.65
%31.84

CMYK color model

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

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

CMYK: (14,0,13,13)
C14M0Y13K13 (14%, 0%, 13%, 13%)
(0.14 / 0.00 / 0.13 / 0.13)

CMYK percentages

%14.03
%0
%13.12
%13.33

Codes

Color #BEDDC0 in popluar color models

BE DD C0
RGB 190 221 192
HSL 124° 31.31% 80.59%
HSB/HSV 124° 14.03% 86.67%
CMYK 14.03% 0.00% 13.12%
13.33%

Color #BEDDC0 in popluar number systems.

HEX BE DD C0
Decimal 190 221 192
Binary 10111110 11011101 11000000
Octal 276 335 300

Shades and tints

Shades of #BEDDC0

#BEDDC0
(190,221,192)
#ADC9AF
(173,201,175)
#9CB59E
(156,181,158)
#8BA18D
(139,161,141)
#7A8D7C
(122,141,124)
#69796B
(105,121,107)
#58655A
(88,101,90)
#475149
(71,81,73)
#363D38
(54,61,56)
#252927
(37,41,39)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEDDC0

#BEDDC0
(190,221,192)
#C3E0C5
(195,224,197)
#C8E3CA
(200,227,202)
#CDE6CF
(205,230,207)
#D2E9D4
(210,233,212)
#D7ECD9
(215,236,217)
#DCEFDE
(220,239,222)
#E1F2E3
(225,242,227)
#E6F5E8
(230,245,232)
#EBF8ED
(235,248,237)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDC0; }

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

This text font color is #BEDDC0.

Background Color

.myBgColor { background-color: #BEDDC0; }

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

This div background color is #BEDDC0.

Border color

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

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

This div border color is #BEDDC0.

Opacity

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

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

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

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

This text has shadow with #BEDDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDDC0.

Preview

Color preview on black background

This text has color #BEDDC0 on black background.


Color preview on white background

This text has color #BEDDC0 on white background.


Black color preview on #BEDDC0 background

This text has black color on #BEDDC0 background.


White color preview on #BEDDC0 background

This text has white color on #BEDDC0 background.


Related colors

Complementary color

Complementary color for #hex is #41223F.


I love getcolorcode.com

Triadic colors

1 #C0BEDD and #DDC0BE with #BEDDC0 are triadic colors.

2 #C0DDBE and #DDBEC0 with #BEDDC0 are triadic colors.