COLOR #BEDCB8

HEX: #BEDCB8 RGB: (190,220,184)

Color info

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

RGB color model

#BEDCB8 color RGB value is (190,220,184).

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

RGB channels and saturation

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

190
220
184

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

Portions of RGB colors in percentages

R + G + B = 190 + 220 + 184 = 594 (100%)
R 190 of 594 ~ 31.99%
G 220 of 594 ~ 37.04%
B 184 of 594 ~ 30.98'%

%31.99
%37.04
%30.98

CMYK color model

#BEDCB8 color CMYK value is (14,0,16,14).

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

CMYK: (14,0,16,14)
C14M0Y16K14 (14%, 0%, 16%, 14%)
(0.14 / 0.00 / 0.16 / 0.14)

CMYK percentages

%13.64
%0
%16.36
%13.73

Codes

Color #BEDCB8 in popluar color models

BE DC B8
RGB 190 220 184
HSL 110° 33.96% 79.22%
HSB/HSV 110° 16.36% 86.27%
CMYK 13.64% 0.00% 16.36%
13.73%

Color #BEDCB8 in popluar number systems.

HEX BE DC B8
Decimal 190 220 184
Binary 10111110 11011100 10111000
Octal 276 334 270

Shades and tints

Shades of #BEDCB8

#BEDCB8
(190,220,184)
#ADC8A8
(173,200,168)
#9CB498
(156,180,152)
#8BA088
(139,160,136)
#7A8C78
(122,140,120)
#697868
(105,120,104)
#586458
(88,100,88)
#475048
(71,80,72)
#363C38
(54,60,56)
#252828
(37,40,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEDCB8

#BEDCB8
(190,220,184)
#C3DFBE
(195,223,190)
#C8E2C4
(200,226,196)
#CDE5CA
(205,229,202)
#D2E8D0
(210,232,208)
#D7EBD6
(215,235,214)
#DCEEDC
(220,238,220)
#E1F1E2
(225,241,226)
#E6F4E8
(230,244,232)
#EBF7EE
(235,247,238)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDCB8; }

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

This text font color is #BEDCB8.

Background Color

.myBgColor { background-color: #BEDCB8; }

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

This div background color is #BEDCB8.

Border color

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

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

This div border color is #BEDCB8.

Opacity

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

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

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

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

This text has shadow with #BEDCB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDCB8.

Preview

Color preview on black background

This text has color #BEDCB8 on black background.


Color preview on white background

This text has color #BEDCB8 on white background.


Black color preview on #BEDCB8 background

This text has black color on #BEDCB8 background.


White color preview on #BEDCB8 background

This text has white color on #BEDCB8 background.


Related colors

Complementary color

Complementary color for #hex is #412347.


I love getcolorcode.com

Triadic colors

1 #B8BEDC and #DCB8BE with #BEDCB8 are triadic colors.

2 #B8DCBE and #DCBEB8 with #BEDCB8 are triadic colors.