COLOR #BEDAC1

HEX: #BEDAC1 RGB: (190,218,193)

Color info

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

RGB color model

#BEDAC1 color RGB value is (190,218,193).

RGB: (190,218,193) (75%, 85%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 193 of 255 = 76%

190
218
193

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

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 193 = 601 (100%)
R 190 of 601 ~ 31.61%
G 218 of 601 ~ 36.27%
B 193 of 601 ~ 32.11'%

%31.61
%36.27
%32.11

CMYK color model

#BEDAC1 color CMYK value is (13,0,11,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 11.47%
  • key color value is 14.51%

CMYK: (13,0,11,15)
C13M0Y11K15 (13%, 0%, 11%, 15%)
(0.13 / 0.00 / 0.11 / 0.15)

CMYK percentages

%12.84
%0
%11.47
%14.51

Codes

Color #BEDAC1 in popluar color models

BE DA C1
RGB 190 218 193
HSL 126° 27.45% 80.00%
HSB/HSV 126° 12.84% 85.49%
CMYK 12.84% 0.00% 11.47%
14.51%

Color #BEDAC1 in popluar number systems.

HEX BE DA C1
Decimal 190 218 193
Binary 10111110 11011010 11000001
Octal 276 332 301

Shades and tints

Shades of #BEDAC1

#BEDAC1
(190,218,193)
#ADC7B0
(173,199,176)
#9CB49F
(156,180,159)
#8BA18E
(139,161,142)
#7A8E7D
(122,142,125)
#697B6C
(105,123,108)
#58685B
(88,104,91)
#47554A
(71,85,74)
#364239
(54,66,57)
#252F28
(37,47,40)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #BEDAC1

#BEDAC1
(190,218,193)
#C3DDC6
(195,221,198)
#C8E0CB
(200,224,203)
#CDE3D0
(205,227,208)
#D2E6D5
(210,230,213)
#D7E9DA
(215,233,218)
#DCECDF
(220,236,223)
#E1EFE4
(225,239,228)
#E6F2E9
(230,242,233)
#EBF5EE
(235,245,238)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAC1; }

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

This text font color is #BEDAC1.

Background Color

.myBgColor { background-color: #BEDAC1; }

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

This div background color is #BEDAC1.

Border color

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

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

This div border color is #BEDAC1.

Opacity

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

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

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

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

This text has shadow with #BEDAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAC1.

Preview

Color preview on black background

This text has color #BEDAC1 on black background.


Color preview on white background

This text has color #BEDAC1 on white background.


Black color preview on #BEDAC1 background

This text has black color on #BEDAC1 background.


White color preview on #BEDAC1 background

This text has white color on #BEDAC1 background.


Related colors

Complementary color

Complementary color for #hex is #41253E.


I love getcolorcode.com

Triadic colors

1 #C1BEDA and #DAC1BE with #BEDAC1 are triadic colors.

2 #C1DABE and #DABEC1 with #BEDAC1 are triadic colors.