COLOR #BEDFCE

HEX: #BEDFCE RGB: (190,223,206)

Color info

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

RGB color model

#BEDFCE color RGB value is (190,223,206).

RGB: (190,223,206) (75%, 87%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 206 of 255 = 81%

190
223
206

R + G + B ~ 81%. #BEDFCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 223 + 206 = 619 (100%)
R 190 of 619 ~ 30.69%
G 223 of 619 ~ 36.03%
B 206 of 619 ~ 33.28'%

%30.69
%36.03
%33.28

CMYK color model

#BEDFCE color CMYK value is (15,0,8,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK: (15,0,8,13) C15M0Y8K13 (15%,0%,8%,13%) (0.15/0.00/0.08/0.13) 

CMYK percentages

%14.8
%0
%7.62
%12.55

Codes

Color #BEDFCE in popluar color models

BE DF CE
RGB 190 223 206
HSL 149° 34.02% 80.98%
HSB/HSV 149° 14.80% 87.45%
CMYK 14.80% 0.00% 7.62%
12.55%

Color #BEDFCE in popluar number systems.

HEX BE DF CE
Decimal 190 223 206
Binary 10111110 11011111 11001110
Octal 276 337 316

Shades and tints

Shades of #BEDFCE

#BEDFCE
(190,223,206)
#ADCBBC
(173,203,188)
#9CB7AA
(156,183,170)
#8BA398
(139,163,152)
#7A8F86
(122,143,134)
#697B74
(105,123,116)
#586762
(88,103,98)
#475350
(71,83,80)
#363F3E
(54,63,62)
#252B2C
(37,43,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BEDFCE

#BEDFCE
(190,223,206)
#C3E1D2
(195,225,210)
#C8E3D6
(200,227,214)
#CDE5DA
(205,229,218)
#D2E7DE
(210,231,222)
#D7E9E2
(215,233,226)
#DCEBE6
(220,235,230)
#E1EDEA
(225,237,234)
#E6EFEE
(230,239,238)
#EBF1F2
(235,241,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFCE; }

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

This text font color is #BEDFCE.

Background Color

.myBgColor { background-color: #BEDFCE; }

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

This div background color is #BEDFCE.

Border color

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

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

This div border color is #BEDFCE.

Opacity

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

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

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

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

This text has shadow with #BEDFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDFCE.

Preview

Color preview on black background

This text has color #BEDFCE on black background.


Color preview on white background

This text has color #BEDFCE on white background.


Black color preview on #BEDFCE background

This text has black color on #BEDFCE background.


White color preview on #BEDFCE background

This text has white color on #BEDFCE background.


Related colors

Complementary color

Complementary color for #hex is #412031.


I love getcolorcode.com

Triadic colors

1 #CEBEDF and #DFCEBE with #BEDFCE are triadic colors.

2 #CEDFBE and #DFBECE with #BEDFCE are triadic colors.