COLOR #BED4B1

HEX: #BED4B1 RGB: (190,212,177)

Color info

#BED4B1 contains red, green and blue colors in about the same proportion. Web safe color of #BED4B1 is #CCCC99 (or #CC9).

RGB color model

#BED4B1 color RGB value is (190,212,177).

RGB: (190,212,177) (75%, 83%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 177 of 255 = 69%

190
212
177

R + G + B ~ 76%. #BED4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 177 = 579 (100%)
R 190 of 579 ~ 32.82%
G 212 of 579 ~ 36.61%
B 177 of 579 ~ 30.57'%

%32.82
%36.61
%30.57

CMYK color model

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

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

CMYK: (10,0,17,17)
C10M0Y17K17 (10%, 0%, 17%, 17%)
(0.10 / 0.00 / 0.17 / 0.17)

CMYK percentages

%10.38
%0
%16.51
%16.86

Codes

Color #BED4B1 in popluar color models

BE D4 B1
RGB 190 212 177
HSL 98° 28.93% 76.27%
HSB/HSV 98° 16.51% 83.14%
CMYK 10.38% 0.00% 16.51%
16.86%

Color #BED4B1 in popluar number systems.

HEX BE D4 B1
Decimal 190 212 177
Binary 10111110 11010100 10110001
Octal 276 324 261

Shades and tints

Shades of #BED4B1

#BED4B1
(190,212,177)
#ADC1A1
(173,193,161)
#9CAE91
(156,174,145)
#8B9B81
(139,155,129)
#7A8871
(122,136,113)
#697561
(105,117,97)
#586251
(88,98,81)
#474F41
(71,79,65)
#363C31
(54,60,49)
#252921
(37,41,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BED4B1

#BED4B1
(190,212,177)
#C3D7B8
(195,215,184)
#C8DABF
(200,218,191)
#CDDDC6
(205,221,198)
#D2E0CD
(210,224,205)
#D7E3D4
(215,227,212)
#DCE6DB
(220,230,219)
#E1E9E2
(225,233,226)
#E6ECE9
(230,236,233)
#EBEFF0
(235,239,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED4B1; }

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

This text font color is #BED4B1.

Background Color

.myBgColor { background-color: #BED4B1; }

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

This div background color is #BED4B1.

Border color

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

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

This div border color is #BED4B1.

Opacity

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

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

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

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

This text has shadow with #BED4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4B1.

Preview

Color preview on black background

This text has color #BED4B1 on black background.


Color preview on white background

This text has color #BED4B1 on white background.


Black color preview on #BED4B1 background

This text has black color on #BED4B1 background.


White color preview on #BED4B1 background

This text has white color on #BED4B1 background.


Related colors

Complementary color

Complementary color for #hex is #412B4E.


I love getcolorcode.com

Triadic colors

1 #B1BED4 and #D4B1BE with #BED4B1 are triadic colors.

2 #B1D4BE and #D4BEB1 with #BED4B1 are triadic colors.