COLOR #BED3BB

HEX: #BED3BB RGB: (190,211,187)

Color info

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

RGB color model

#BED3BB color RGB value is (190,211,187).

RGB: (190,211,187) (75%, 83%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 187 of 255 = 73%

190
211
187

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

Portions of RGB colors in percentages

R + G + B = 190 + 211 + 187 = 588 (100%)
R 190 of 588 ~ 32.31%
G 211 of 588 ~ 35.88%
B 187 of 588 ~ 31.8'%

%32.31
%35.88
%31.8

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK: (10,0,11,17) C10M0Y11K17 (10%,0%,11%,17%) (0.10/0.00/0.11/0.17) 

CMYK percentages

%9.95
%0
%11.37
%17.25

Codes

Color #BED3BB in popluar color models

BE D3 BB
RGB 190 211 187
HSL 113° 21.43% 78.04%
HSB/HSV 113° 11.37% 82.75%
CMYK 9.95% 0.00% 11.37%
17.25%

Color #BED3BB in popluar number systems.

HEX BE D3 BB
Decimal 190 211 187
Binary 10111110 11010011 10111011
Octal 276 323 273

Shades and tints

Shades of #BED3BB

#BED3BB
(190,211,187)
#ADC0AA
(173,192,170)
#9CAD99
(156,173,153)
#8B9A88
(139,154,136)
#7A8777
(122,135,119)
#697466
(105,116,102)
#586155
(88,97,85)
#474E44
(71,78,68)
#363B33
(54,59,51)
#252822
(37,40,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BED3BB

#BED3BB
(190,211,187)
#C3D7C1
(195,215,193)
#C8DBC7
(200,219,199)
#CDDFCD
(205,223,205)
#D2E3D3
(210,227,211)
#D7E7D9
(215,231,217)
#DCEBDF
(220,235,223)
#E1EFE5
(225,239,229)
#E6F3EB
(230,243,235)
#EBF7F1
(235,247,241)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED3BB color. Also use rgb(190,211,187) instead hex code.

Text Font Color

.myTextColor { color: #BED3BB; }

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

This text font color is #BED3BB.

Background Color

.myBgColor { background-color: #BED3BB; }

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

This div background color is #BED3BB.

Border color

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

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

This div border color is #BED3BB.

Opacity

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

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

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

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

This text has shadow with #BED3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED3BB.

Preview

Color preview on black background

This text has color #BED3BB on black background.


Color preview on white background

This text has color #BED3BB on white background.


Black color preview on #BED3BB background

This text has black color on #BED3BB background.


White color preview on #BED3BB background

This text has white color on #BED3BB background.


Related colors

Complementary color

Complementary color for #hex is #412C44.


I love getcolorcode.com

Triadic colors

1 #BBBED3 and #D3BBBE with #BED3BB are triadic colors.

2 #BBD3BE and #D3BEBB with #BED3BB are triadic colors.