COLOR #BEDCEB

HEX: #BEDCEB
RGB: (190,220,235)

Color info

#BEDCEB contains red, green and blue colors in about the same proportion. Web safe color of #BEDCEB is #CCCCFF (or #CCF).

RGB color model

#BEDCEB color RGB value is (190,220,235).

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

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 235 of 255 = 92%

190
220
235

R + G + B ~ 84%. #BEDCEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 235 = 645 (100%)
R 190 of 645 ~ 29.46%
G 220 of 645 ~ 34.11%
B 235 of 645 ~ 36.43%

%29.46
%34.11
%36.43

CMYK color model

#BEDCEB color CMYK value is (19,6,0,8).

  • cyan value is 19.15%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,6,0,8)
C19M6Y0K8 
(19%,6%,0%,8%)
(0.19/0.06/0.00/0.08)	

CMYK percentages

%19.15
%6.38
%0
%7.84

Codes

Color #BEDCEB in popluar color models

BEDCEB
RGB190220235
HSL200°52.94%83.33%
HSB/HSV200°19.15%92.16%
CMYK19.15%6.38%0.00%
7.84%

Color #BEDCEB in popluar number systems.

HEXBEDCEB
Decimal190220235
Binary101111101101110011101011
Octal276334353

Shades and tints

Shades of #BEDCEB

#BEDCEB
(190,220,235)
#ADC8D6
(173,200,214)
#9CB4C1
(156,180,193)
#8BA0AC
(139,160,172)
#7A8C97
(122,140,151)
#697882
(105,120,130)
#58646D
(88,100,109)
#475058
(71,80,88)
#363C43
(54,60,67)
#25282E
(37,40,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEDCEB

#BEDCEB
(190,220,235)
#C3DFEC
(195,223,236)
#C8E2ED
(200,226,237)
#CDE5EE
(205,229,238)
#D2E8EF
(210,232,239)
#D7EBF0
(215,235,240)
#DCEEF1
(220,238,241)
#E1F1F2
(225,241,242)
#E6F4F3
(230,244,243)
#EBF7F4
(235,247,244)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCEB; }

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

This text font color is #BEDCEB.


Background Color

.myBgColor { background-color: #BEDCEB; }

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

This div background color is #BEDCEB.


Border color

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

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

This div border color is #BEDCEB.


Opacity

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

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

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

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

This text has shadow with #BEDCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCEB on black background.


Color preview on white background

This text has color #BEDCEB on white background.



Black color preview on #BEDCEB background

This text has black color on #BEDCEB background.


White color preview on #BEDCEB background

This text has white color on #BEDCEB background.