COLOR #BEDDC2

HEX: #BEDDC2
RGB: (190,221,194)

Color info

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

RGB color model

#BEDDC2 color RGB value is (190,221,194).

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

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 194 of 255 = 76%

190
221
194

R + G + B ~ 79%. #BEDDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 194 = 605 (100%)
R 190 of 605 ~ 31.4%
G 221 of 605 ~ 36.53%
B 194 of 605 ~ 32.07%

%31.4
%36.53
%32.07

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%
CMYK:
(14,0,12,13)
C14M0Y12K13 
(14%,0%,12%,13%)
(0.14/0.00/0.12/0.13)	

CMYK percentages

%14.03
%0
%12.22
%13.33

Codes

Color #BEDDC2 in popluar color models

BEDDC2
RGB190221194
HSL128°31.31%80.59%
HSB/HSV128°14.03%86.67%
CMYK14.03%0.00%12.22%
13.33%

Color #BEDDC2 in popluar number systems.

HEXBEDDC2
Decimal190221194
Binary101111101101110111000010
Octal276335302

Shades and tints

Shades of #BEDDC2

#BEDDC2
(190,221,194)
#ADC9B1
(173,201,177)
#9CB5A0
(156,181,160)
#8BA18F
(139,161,143)
#7A8D7E
(122,141,126)
#69796D
(105,121,109)
#58655C
(88,101,92)
#47514B
(71,81,75)
#363D3A
(54,61,58)
#252929
(37,41,41)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEDDC2

#BEDDC2
(190,221,194)
#C3E0C7
(195,224,199)
#C8E3CC
(200,227,204)
#CDE6D1
(205,230,209)
#D2E9D6
(210,233,214)
#D7ECDB
(215,236,219)
#DCEFE0
(220,239,224)
#E1F2E5
(225,242,229)
#E6F5EA
(230,245,234)
#EBF8EF
(235,248,239)
#F0FBF4
(240,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDDC2; }

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

This text font color is #BEDDC2.


Background Color

.myBgColor { background-color: #BEDDC2; }

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

This div background color is #BEDDC2.


Border color

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

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

This div border color is #BEDDC2.


Opacity

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

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

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

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

This text has shadow with #BEDDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDDC2 on black background.


Color preview on white background

This text has color #BEDDC2 on white background.



Black color preview on #BEDDC2 background

This text has black color on #BEDDC2 background.


White color preview on #BEDDC2 background

This text has white color on #BEDDC2 background.