COLOR #BED9CD

HEX: #BED9CD RGB: (190,217,205)

Color info

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

RGB color model

#BED9CD color RGB value is (190,217,205).

RGB: (190,217,205) (75%, 85%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 205 of 255 = 80%

190
217
205

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

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 205 = 612 (100%)
R 190 of 612 ~ 31.05%
G 217 of 612 ~ 35.46%
B 205 of 612 ~ 33.5'%

%31.05
%35.46
%33.5

CMYK color model

#BED9CD color CMYK value is (12,0,6,15).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 14.90%

CMYK: (12,0,6,15)
C12M0Y6K15 (12%, 0%, 6%, 15%)
(0.12 / 0.00 / 0.06 / 0.15)

CMYK percentages

%12.44
%0
%5.53
%14.9

Codes

Color #BED9CD in popluar color models

BE D9 CD
RGB 190 217 205
HSL 153° 26.21% 79.80%
HSB/HSV 153° 12.44% 85.10%
CMYK 12.44% 0.00% 5.53%
14.90%

Color #BED9CD in popluar number systems.

HEX BE D9 CD
Decimal 190 217 205
Binary 10111110 11011001 11001101
Octal 276 331 315

Shades and tints

Shades of #BED9CD

#BED9CD
(190,217,205)
#ADC6BB
(173,198,187)
#9CB3A9
(156,179,169)
#8BA097
(139,160,151)
#7A8D85
(122,141,133)
#697A73
(105,122,115)
#586761
(88,103,97)
#47544F
(71,84,79)
#36413D
(54,65,61)
#252E2B
(37,46,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #BED9CD

#BED9CD
(190,217,205)
#C3DCD1
(195,220,209)
#C8DFD5
(200,223,213)
#CDE2D9
(205,226,217)
#D2E5DD
(210,229,221)
#D7E8E1
(215,232,225)
#DCEBE5
(220,235,229)
#E1EEE9
(225,238,233)
#E6F1ED
(230,241,237)
#EBF4F1
(235,244,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED9CD; }

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

This text font color is #BED9CD.

Background Color

.myBgColor { background-color: #BED9CD; }

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

This div background color is #BED9CD.

Border color

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

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

This div border color is #BED9CD.

Opacity

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

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

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

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

This text has shadow with #BED9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9CD.

Preview

Color preview on black background

This text has color #BED9CD on black background.


Color preview on white background

This text has color #BED9CD on white background.


Black color preview on #BED9CD background

This text has black color on #BED9CD background.


White color preview on #BED9CD background

This text has white color on #BED9CD background.


Related colors

Complementary color

Complementary color for #hex is #412632.


I love getcolorcode.com

Triadic colors

1 #CDBED9 and #D9CDBE with #BED9CD are triadic colors.

2 #CDD9BE and #D9BECD with #BED9CD are triadic colors.