COLOR #BEDCDD

HEX: #BEDCDD
RGB: (190,220,221)

Color info

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

RGB color model

#BEDCDD color RGB value is (190,220,221).

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

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 221 of 255 = 87%

190
220
221

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

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 221 = 631 (100%)
R 190 of 631 ~ 30.11%
G 220 of 631 ~ 34.87%
B 221 of 631 ~ 35.02%

%30.11
%34.87
%35.02

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,0,0,13)
C14M0Y0K13 
(14%,0%,0%,13%)
(0.14/0.00/0.00/0.13)	

CMYK percentages

%14.03
%0.45
%0
%13.33

Codes

Color #BEDCDD in popluar color models

BEDCDD
RGB190220221
HSL182°31.31%80.59%
HSB/HSV182°14.03%86.67%
CMYK14.03%0.45%0.00%
13.33%

Color #BEDCDD in popluar number systems.

HEXBEDCDD
Decimal190220221
Binary101111101101110011011101
Octal276334335

Shades and tints

Shades of #BEDCDD

#BEDCDD
(190,220,221)
#ADC8C9
(173,200,201)
#9CB4B5
(156,180,181)
#8BA0A1
(139,160,161)
#7A8C8D
(122,140,141)
#697879
(105,120,121)
#586465
(88,100,101)
#475051
(71,80,81)
#363C3D
(54,60,61)
#252829
(37,40,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEDCDD

#BEDCDD
(190,220,221)
#C3DFE0
(195,223,224)
#C8E2E3
(200,226,227)
#CDE5E6
(205,229,230)
#D2E8E9
(210,232,233)
#D7EBEC
(215,235,236)
#DCEEEF
(220,238,239)
#E1F1F2
(225,241,242)
#E6F4F5
(230,244,245)
#EBF7F8
(235,247,248)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCDD; }

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

This text font color is #BEDCDD.


Background Color

.myBgColor { background-color: #BEDCDD; }

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

This div background color is #BEDCDD.


Border color

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

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

This div border color is #BEDCDD.


Opacity

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

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

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

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

This text has shadow with #BEDCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCDD on black background.


Color preview on white background

This text has color #BEDCDD on white background.



Black color preview on #BEDCDD background

This text has black color on #BEDCDD background.


White color preview on #BEDCDD background

This text has white color on #BEDCDD background.