COLOR #BEDCCA

HEX: #BEDCCA
RGB: (190,220,202)

Color info

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

RGB color model

#BEDCCA color RGB value is (190,220,202).

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

RGB channels and saturation

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

190
220
202

R + G + B ~ 80%. #BEDCCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 202 = 612 (100%)
R 190 of 612 ~ 31.05%
G 220 of 612 ~ 35.95%
B 202 of 612 ~ 33.01%

%31.05
%35.95
%33.01

CMYK color model

#BEDCCA color CMYK value is (14,0,8,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(14,0,8,14)
C14M0Y8K14 
(14%,0%,8%,14%)
(0.14/0.00/0.08/0.14)	

CMYK percentages

%13.64
%0
%8.18
%13.73

Codes

Color #BEDCCA in popluar color models

BEDCCA
RGB190220202
HSL144°30.00%80.39%
HSB/HSV144°13.64%86.27%
CMYK13.64%0.00%8.18%
13.73%

Color #BEDCCA in popluar number systems.

HEXBEDCCA
Decimal190220202
Binary101111101101110011001010
Octal276334312

Shades and tints

Shades of #BEDCCA

#BEDCCA
(190,220,202)
#ADC8B8
(173,200,184)
#9CB4A6
(156,180,166)
#8BA094
(139,160,148)
#7A8C82
(122,140,130)
#697870
(105,120,112)
#58645E
(88,100,94)
#47504C
(71,80,76)
#363C3A
(54,60,58)
#252828
(37,40,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEDCCA

#BEDCCA
(190,220,202)
#C3DFCE
(195,223,206)
#C8E2D2
(200,226,210)
#CDE5D6
(205,229,214)
#D2E8DA
(210,232,218)
#D7EBDE
(215,235,222)
#DCEEE2
(220,238,226)
#E1F1E6
(225,241,230)
#E6F4EA
(230,244,234)
#EBF7EE
(235,247,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCCA; }

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

This text font color is #BEDCCA.


Background Color

.myBgColor { background-color: #BEDCCA; }

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

This div background color is #BEDCCA.


Border color

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

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

This div border color is #BEDCCA.


Opacity

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

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

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

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

This text has shadow with #BEDCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDCCA on black background.


Color preview on white background

This text has color #BEDCCA on white background.



Black color preview on #BEDCCA background

This text has black color on #BEDCCA background.


White color preview on #BEDCCA background

This text has white color on #BEDCCA background.