COLOR #BEDCCD

HEX: #BEDCCD RGB: (190,220,205)

Color info

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

RGB color model

#BEDCCD color RGB value is (190,220,205).

RGB: (190,220,205) (75%, 86%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 205 of 255 = 80%

190
220
205

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

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 205 = 615 (100%)
R 190 of 615 ~ 30.89%
G 220 of 615 ~ 35.77%
B 205 of 615 ~ 33.33'%

%30.89
%35.77
%33.33

CMYK color model

#BEDCCD color CMYK value is (14,0,7,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%

CMYK: (14,0,7,14)
C14M0Y7K14 (14%, 0%, 7%, 14%)
(0.14 / 0.00 / 0.07 / 0.14)

CMYK percentages

%13.64
%0
%6.82
%13.73

Codes

Color #BEDCCD in popluar color models

BE DC CD
RGB 190 220 205
HSL 150° 30.00% 80.39%
HSB/HSV 150° 13.64% 86.27%
CMYK 13.64% 0.00% 6.82%
13.73%

Color #BEDCCD in popluar number systems.

HEX BE DC CD
Decimal 190 220 205
Binary 10111110 11011100 11001101
Octal 276 334 315

Shades and tints

Shades of #BEDCCD

#BEDCCD
(190,220,205)
#ADC8BB
(173,200,187)
#9CB4A9
(156,180,169)
#8BA097
(139,160,151)
#7A8C85
(122,140,133)
#697873
(105,120,115)
#586461
(88,100,97)
#47504F
(71,80,79)
#363C3D
(54,60,61)
#25282B
(37,40,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEDCCD

#BEDCCD
(190,220,205)
#C3DFD1
(195,223,209)
#C8E2D5
(200,226,213)
#CDE5D9
(205,229,217)
#D2E8DD
(210,232,221)
#D7EBE1
(215,235,225)
#DCEEE5
(220,238,229)
#E1F1E9
(225,241,233)
#E6F4ED
(230,244,237)
#EBF7F1
(235,247,241)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDCCD color. Also use rgb(190,220,205) instead hex code.

Text Font Color

.myTextColor { color: #BEDCCD; }

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

This text font color is #BEDCCD.

Background Color

.myBgColor { background-color: #BEDCCD; }

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

This div background color is #BEDCCD.

Border color

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

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

This div border color is #BEDCCD.

Opacity

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

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

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

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

This text has shadow with #BEDCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCCD.

Preview

Color preview on black background

This text has color #BEDCCD on black background.


Color preview on white background

This text has color #BEDCCD on white background.


Black color preview on #BEDCCD background

This text has black color on #BEDCCD background.


White color preview on #BEDCCD background

This text has white color on #BEDCCD background.


Related colors

Complementary color

Complementary color for #hex is #412332.


I love getcolorcode.com

Triadic colors

1 #CDBEDC and #DCCDBE with #BEDCCD are triadic colors.

2 #CDDCBE and #DCBECD with #BEDCCD are triadic colors.