COLOR #BED9CE

HEX: #BED9CE RGB: (190,217,206)

Color info

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

RGB color model

#BED9CE color RGB value is (190,217,206).

RGB: (190,217,206) (75%, 85%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 206 of 255 = 81%

190
217
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 206 = 613 (100%)
R 190 of 613 ~ 31%
G 217 of 613 ~ 35.4%
B 206 of 613 ~ 33.61'%

%31
%35.4
%33.61

CMYK color model

#BED9CE color CMYK value is (12,0,5,15).

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

CMYK: (12,0,5,15)
C12M0Y5K15 (12%, 0%, 5%, 15%)
(0.12 / 0.00 / 0.05 / 0.15)

CMYK percentages

%12.44
%0
%5.07
%14.9

Codes

Color #BED9CE in popluar color models

BE D9 CE
RGB 190 217 206
HSL 156° 26.21% 79.80%
HSB/HSV 156° 12.44% 85.10%
CMYK 12.44% 0.00% 5.07%
14.90%

Color #BED9CE in popluar number systems.

HEX BE D9 CE
Decimal 190 217 206
Binary 10111110 11011001 11001110
Octal 276 331 316

Shades and tints

Shades of #BED9CE

#BED9CE
(190,217,206)
#ADC6BC
(173,198,188)
#9CB3AA
(156,179,170)
#8BA098
(139,160,152)
#7A8D86
(122,141,134)
#697A74
(105,122,116)
#586762
(88,103,98)
#475450
(71,84,80)
#36413E
(54,65,62)
#252E2C
(37,46,44)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #BED9CE

#BED9CE
(190,217,206)
#C3DCD2
(195,220,210)
#C8DFD6
(200,223,214)
#CDE2DA
(205,226,218)
#D2E5DE
(210,229,222)
#D7E8E2
(215,232,226)
#DCEBE6
(220,235,230)
#E1EEEA
(225,238,234)
#E6F1EE
(230,241,238)
#EBF4F2
(235,244,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED9CE; }

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

This text font color is #BED9CE.

Background Color

.myBgColor { background-color: #BED9CE; }

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

This div background color is #BED9CE.

Border color

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

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

This div border color is #BED9CE.

Opacity

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

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

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

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

This text has shadow with #BED9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9CE.

Preview

Color preview on black background

This text has color #BED9CE on black background.


Color preview on white background

This text has color #BED9CE on white background.


Black color preview on #BED9CE background

This text has black color on #BED9CE background.


White color preview on #BED9CE background

This text has white color on #BED9CE background.


Related colors

Complementary color

Complementary color for #hex is #412631.


I love getcolorcode.com

Triadic colors

1 #CEBED9 and #D9CEBE with #BED9CE are triadic colors.

2 #CED9BE and #D9BECE with #BED9CE are triadic colors.