COLOR #BEDCDC

HEX: #BEDCDC RGB: (190,220,220)

Color info

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

RGB color model

#BEDCDC color RGB value is (190,220,220).

RGB: (190,220,220) (75%, 86%, 86%)

RGB channels and saturation

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

190
220
220

R + G + B ~ 82%. #BEDCDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 220 = 630 (100%)
R 190 of 630 ~ 30.16%
G 220 of 630 ~ 34.92%
B 220 of 630 ~ 34.92'%

%30.16
%34.92
%34.92

CMYK color model

#BEDCDC color CMYK value is (14,0,0,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,0,0,14)
C14M0Y0K14 (14%, 0%, 0%, 14%)
(0.14 / 0.00 / 0.00 / 0.14)

CMYK percentages

%13.64
%0
%0
%13.73

Codes

Color #BEDCDC in popluar color models

BE DC DC
RGB 190 220 220
HSL 180° 30.00% 80.39%
HSB/HSV 180° 13.64% 86.27%
CMYK 13.64% 0.00% 0.00%
13.73%

Color #BEDCDC in popluar number systems.

HEX BE DC DC
Decimal 190 220 220
Binary 10111110 11011100 11011100
Octal 276 334 334

Shades and tints

Shades of #BEDCDC

#BEDCDC
(190,220,220)
#ADC8C8
(173,200,200)
#9CB4B4
(156,180,180)
#8BA0A0
(139,160,160)
#7A8C8C
(122,140,140)
#697878
(105,120,120)
#586464
(88,100,100)
#475050
(71,80,80)
#363C3C
(54,60,60)
#252828
(37,40,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEDCDC

#BEDCDC
(190,220,220)
#C3DFDF
(195,223,223)
#C8E2E2
(200,226,226)
#CDE5E5
(205,229,229)
#D2E8E8
(210,232,232)
#D7EBEB
(215,235,235)
#DCEEEE
(220,238,238)
#E1F1F1
(225,241,241)
#E6F4F4
(230,244,244)
#EBF7F7
(235,247,247)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCDC; }

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

This text font color is #BEDCDC.

Background Color

.myBgColor { background-color: #BEDCDC; }

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

This div background color is #BEDCDC.

Border color

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

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

This div border color is #BEDCDC.

Opacity

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

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

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

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

This text has shadow with #BEDCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCDC.

Preview

Color preview on black background

This text has color #BEDCDC on black background.


Color preview on white background

This text has color #BEDCDC on white background.


Black color preview on #BEDCDC background

This text has black color on #BEDCDC background.


White color preview on #BEDCDC background

This text has white color on #BEDCDC background.


Related colors

Complementary color

Complementary color for #hex is #412323.


I love getcolorcode.com