COLOR #BEDCE0

HEX: #BEDCE0
RGB: (190,220,224)

Color info

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

RGB color model

#BEDCE0 color RGB value is (190,220,224).

  • red value is 190;
  • green value is 220;
  • blue value is 224.
RGB:
(190,220,224)
(75%,86%,88%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 224 of 255 = 88%

190
220
224

R + G + B ~ 83%. #BEDCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 224 = 634 (100%)
R 190 of 634 ~ 29.97%
G 220 of 634 ~ 34.7%
B 224 of 634 ~ 35.33%

%29.97
%34.7
%35.33

CMYK color model

#BEDCE0 color CMYK value is (15,2,0,12).

  • cyan value is 15.18%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,2,0,12)
C15M2Y0K12 
(15%,2%,0%,12%)
(0.15/0.02/0.00/0.12)	

CMYK percentages

%15.18
%1.79
%0
%12.16

Codes

Color #BEDCE0 in popluar color models

BEDCE0
RGB190220224
HSL187°35.42%81.18%
HSB/HSV187°15.18%87.84%
CMYK15.18%1.79%0.00%
12.16%

Color #BEDCE0 in popluar number systems.

HEXBEDCE0
Decimal190220224
Binary101111101101110011100000
Octal276334340

Shades and tints

Shades of #BEDCE0

#BEDCE0
(190,220,224)
#ADC8CC
(173,200,204)
#9CB4B8
(156,180,184)
#8BA0A4
(139,160,164)
#7A8C90
(122,140,144)
#69787C
(105,120,124)
#586468
(88,100,104)
#475054
(71,80,84)
#363C40
(54,60,64)
#25282C
(37,40,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEDCE0

#BEDCE0
(190,220,224)
#C3DFE2
(195,223,226)
#C8E2E4
(200,226,228)
#CDE5E6
(205,229,230)
#D2E8E8
(210,232,232)
#D7EBEA
(215,235,234)
#DCEEEC
(220,238,236)
#E1F1EE
(225,241,238)
#E6F4F0
(230,244,240)
#EBF7F2
(235,247,242)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCE0; }

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

This text font color is #BEDCE0.


Background Color

.myBgColor { background-color: #BEDCE0; }

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

This div background color is #BEDCE0.


Border color

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

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

This div border color is #BEDCE0.


Opacity

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

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

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

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

This text has shadow with #BEDCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCE0 on black background.


Color preview on white background

This text has color #BEDCE0 on white background.



Black color preview on #BEDCE0 background

This text has black color on #BEDCE0 background.


White color preview on #BEDCE0 background

This text has white color on #BEDCE0 background.