COLOR #BED4BD

HEX: #BED4BD RGB: (190,212,189)

Color info

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

RGB color model

#BED4BD color RGB value is (190,212,189).

RGB: (190,212,189) (75%, 83%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 189 of 255 = 74%

190
212
189

R + G + B ~ 77%. #BED4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 189 = 591 (100%)
R 190 of 591 ~ 32.15%
G 212 of 591 ~ 35.87%
B 189 of 591 ~ 31.98'%

%32.15
%35.87
%31.98

CMYK color model

#BED4BD color CMYK value is (10,0,11,17).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%

CMYK: (10,0,11,17)
C10M0Y11K17 (10%, 0%, 11%, 17%)
(0.10 / 0.00 / 0.11 / 0.17)

CMYK percentages

%10.38
%0
%10.85
%16.86

Codes

Color #BED4BD in popluar color models

BE D4 BD
RGB 190 212 189
HSL 117° 21.10% 78.63%
HSB/HSV 117° 10.85% 83.14%
CMYK 10.38% 0.00% 10.85%
16.86%

Color #BED4BD in popluar number systems.

HEX BE D4 BD
Decimal 190 212 189
Binary 10111110 11010100 10111101
Octal 276 324 275

Shades and tints

Shades of #BED4BD

#BED4BD
(190,212,189)
#ADC1AC
(173,193,172)
#9CAE9B
(156,174,155)
#8B9B8A
(139,155,138)
#7A8879
(122,136,121)
#697568
(105,117,104)
#586257
(88,98,87)
#474F46
(71,79,70)
#363C35
(54,60,53)
#252924
(37,41,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BED4BD

#BED4BD
(190,212,189)
#C3D7C3
(195,215,195)
#C8DAC9
(200,218,201)
#CDDDCF
(205,221,207)
#D2E0D5
(210,224,213)
#D7E3DB
(215,227,219)
#DCE6E1
(220,230,225)
#E1E9E7
(225,233,231)
#E6ECED
(230,236,237)
#EBEFF3
(235,239,243)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED4BD color. Also use rgb(190,212,189) instead hex code.

Text Font Color

.myTextColor { color: #BED4BD; }

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

This text font color is #BED4BD.

Background Color

.myBgColor { background-color: #BED4BD; }

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

This div background color is #BED4BD.

Border color

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

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

This div border color is #BED4BD.

Opacity

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

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

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

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

This text has shadow with #BED4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4BD.

Preview

Color preview on black background

This text has color #BED4BD on black background.


Color preview on white background

This text has color #BED4BD on white background.


Black color preview on #BED4BD background

This text has black color on #BED4BD background.


White color preview on #BED4BD background

This text has white color on #BED4BD background.


Related colors

Complementary color

Complementary color for #hex is #412B42.


I love getcolorcode.com

Triadic colors

1 #BDBED4 and #D4BDBE with #BED4BD are triadic colors.

2 #BDD4BE and #D4BEBD with #BED4BD are triadic colors.