COLOR #BED1BD

HEX: #BED1BD RGB: (190,209,189)

Color info

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

RGB color model

#BED1BD color RGB value is (190,209,189).

RGB: (190,209,189) (75%, 82%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 189 of 255 = 74%

190
209
189

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

Portions of RGB colors in percentages

R + G + B = 190 + 209 + 189 = 588 (100%)
R 190 of 588 ~ 32.31%
G 209 of 588 ~ 35.54%
B 189 of 588 ~ 32.14'%

%32.31
%35.54
%32.14

CMYK color model

#BED1BD color CMYK value is (9,0,10,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 18.04%

CMYK: (9,0,10,18)
C9M0Y10K18 (9%, 0%, 10%, 18%)
(0.09 / 0.00 / 0.10 / 0.18)

CMYK percentages

%9.09
%0
%9.57
%18.04

Codes

Color #BED1BD in popluar color models

BE D1 BD
RGB 190 209 189
HSL 117° 17.86% 78.04%
HSB/HSV 117° 9.57% 81.96%
CMYK 9.09% 0.00% 9.57%
18.04%

Color #BED1BD in popluar number systems.

HEX BE D1 BD
Decimal 190 209 189
Binary 10111110 11010001 10111101
Octal 276 321 275

Shades and tints

Shades of #BED1BD

#BED1BD
(190,209,189)
#ADBEAC
(173,190,172)
#9CAB9B
(156,171,155)
#8B988A
(139,152,138)
#7A8579
(122,133,121)
#697268
(105,114,104)
#585F57
(88,95,87)
#474C46
(71,76,70)
#363935
(54,57,53)
#252624
(37,38,36)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BED1BD

#BED1BD
(190,209,189)
#C3D5C3
(195,213,195)
#C8D9C9
(200,217,201)
#CDDDCF
(205,221,207)
#D2E1D5
(210,225,213)
#D7E5DB
(215,229,219)
#DCE9E1
(220,233,225)
#E1EDE7
(225,237,231)
#E6F1ED
(230,241,237)
#EBF5F3
(235,245,243)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1BD; }

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

This text font color is #BED1BD.

Background Color

.myBgColor { background-color: #BED1BD; }

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

This div background color is #BED1BD.

Border color

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

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

This div border color is #BED1BD.

Opacity

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

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

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

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

This text has shadow with #BED1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED1BD.

Preview

Color preview on black background

This text has color #BED1BD on black background.


Color preview on white background

This text has color #BED1BD on white background.


Black color preview on #BED1BD background

This text has black color on #BED1BD background.


White color preview on #BED1BD background

This text has white color on #BED1BD background.


Related colors

Complementary color

Complementary color for #hex is #412E42.


I love getcolorcode.com

Triadic colors

1 #BDBED1 and #D1BDBE with #BED1BD are triadic colors.

2 #BDD1BE and #D1BEBD with #BED1BD are triadic colors.