COLOR #BEDEDB

HEX: #BEDEDB
RGB: (190,222,219)

Color info

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

RGB color model

#BEDEDB color RGB value is (190,222,219).

  • red value is 190;
  • green value is 222;
  • blue value is 219.
RGB:
(190,222,219)
(75%,87%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 219 of 255 = 86%

190
222
219

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

Portions of RGB colors in percentages

R + G + B =
190 + 222 + 219 = 631 (100%)
R 190 of 631 ~ 30.11%
G 222 of 631 ~ 35.18%
B 219 of 631 ~ 34.71%

%30.11
%35.18
%34.71

CMYK color model

#BEDEDB color CMYK value is (14,0,1,13).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(14,0,1,13)
C14M0Y1K13 
(14%,0%,1%,13%)
(0.14/0.00/0.01/0.13)	

CMYK percentages

%14.41
%0
%1.35
%12.94

Codes

Color #BEDEDB in popluar color models

BEDEDB
RGB190222219
HSL174°32.65%80.78%
HSB/HSV174°14.41%87.06%
CMYK14.41%0.00%1.35%
12.94%

Color #BEDEDB in popluar number systems.

HEXBEDEDB
Decimal190222219
Binary101111101101111011011011
Octal276336333

Shades and tints

Shades of #BEDEDB

#BEDEDB
(190,222,219)
#ADCAC8
(173,202,200)
#9CB6B5
(156,182,181)
#8BA2A2
(139,162,162)
#7A8E8F
(122,142,143)
#697A7C
(105,122,124)
#586669
(88,102,105)
#475256
(71,82,86)
#363E43
(54,62,67)
#252A30
(37,42,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BEDEDB

#BEDEDB
(190,222,219)
#C3E1DE
(195,225,222)
#C8E4E1
(200,228,225)
#CDE7E4
(205,231,228)
#D2EAE7
(210,234,231)
#D7EDEA
(215,237,234)
#DCF0ED
(220,240,237)
#E1F3F0
(225,243,240)
#E6F6F3
(230,246,243)
#EBF9F6
(235,249,246)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDEDB color. Also use rgb(190,222,219) instead hex code.

Text Font Color

.myTextColor { color: #BEDEDB; }

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

This text font color is #BEDEDB.


Background Color

.myBgColor { background-color: #BEDEDB; }

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

This div background color is #BEDEDB.


Border color

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

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

This div border color is #BEDEDB.


Opacity

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

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

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

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

This text has shadow with #BEDEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDEDB on black background.


Color preview on white background

This text has color #BEDEDB on white background.



Black color preview on #BEDEDB background

This text has black color on #BEDEDB background.


White color preview on #BEDEDB background

This text has white color on #BEDEDB background.