COLOR #BEDABF

HEX: #BEDABF RGB: (190,218,191)

Color info

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

RGB color model

#BEDABF color RGB value is (190,218,191).

RGB: (190,218,191) (75%, 85%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 191 of 255 = 75%

190
218
191

R + G + B ~ 78%. #BEDABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 191 = 599 (100%)
R 190 of 599 ~ 31.72%
G 218 of 599 ~ 36.39%
B 191 of 599 ~ 31.89'%

%31.72
%36.39
%31.89

CMYK color model

#BEDABF color CMYK value is (13,0,12,15).

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

CMYK: (13,0,12,15)
C13M0Y12K15 (13%, 0%, 12%, 15%)
(0.13 / 0.00 / 0.12 / 0.15)

CMYK percentages

%12.84
%0
%12.39
%14.51

Codes

Color #BEDABF in popluar color models

BE DA BF
RGB 190 218 191
HSL 122° 27.45% 80.00%
HSB/HSV 122° 12.84% 85.49%
CMYK 12.84% 0.00% 12.39%
14.51%

Color #BEDABF in popluar number systems.

HEX BE DA BF
Decimal 190 218 191
Binary 10111110 11011010 10111111
Octal 276 332 277

Shades and tints

Shades of #BEDABF

#BEDABF
(190,218,191)
#ADC7AE
(173,199,174)
#9CB49D
(156,180,157)
#8BA18C
(139,161,140)
#7A8E7B
(122,142,123)
#697B6A
(105,123,106)
#586859
(88,104,89)
#475548
(71,85,72)
#364237
(54,66,55)
#252F26
(37,47,38)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #BEDABF

#BEDABF
(190,218,191)
#C3DDC4
(195,221,196)
#C8E0C9
(200,224,201)
#CDE3CE
(205,227,206)
#D2E6D3
(210,230,211)
#D7E9D8
(215,233,216)
#DCECDD
(220,236,221)
#E1EFE2
(225,239,226)
#E6F2E7
(230,242,231)
#EBF5EC
(235,245,236)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDABF; }

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

This text font color is #BEDABF.

Background Color

.myBgColor { background-color: #BEDABF; }

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

This div background color is #BEDABF.

Border color

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

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

This div border color is #BEDABF.

Opacity

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

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

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

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

This text has shadow with #BEDABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDABF.

Preview

Color preview on black background

This text has color #BEDABF on black background.


Color preview on white background

This text has color #BEDABF on white background.


Black color preview on #BEDABF background

This text has black color on #BEDABF background.


White color preview on #BEDABF background

This text has white color on #BEDABF background.


Related colors

Complementary color

Complementary color for #hex is #412540.


I love getcolorcode.com

Triadic colors

1 #BFBEDA and #DABFBE with #BEDABF are triadic colors.

2 #BFDABE and #DABEBF with #BEDABF are triadic colors.