COLOR #BED1BB

HEX: #BED1BB
RGB: (190,209,187)

Color info

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

RGB color model

#BED1BB color RGB value is (190,209,187).

  • red value is 190;
  • green value is 209;
  • blue value is 187.
RGB:
(190,209,187)
(75%,82%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 187 of 255 = 73%

190
209
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 187 = 586 (100%)
R 190 of 586 ~ 32.42%
G 209 of 586 ~ 35.67%
B 187 of 586 ~ 31.91%

%32.42
%35.67
%31.91

CMYK color model

#BED1BB color CMYK value is (9,0,11,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(9,0,11,18)
C9M0Y11K18 
(9%,0%,11%,18%)
(0.09/0.00/0.11/0.18)	

CMYK percentages

%9.09
%0
%10.53
%18.04

Codes

Color #BED1BB in popluar color models

BED1BB
RGB190209187
HSL112°19.30%77.65%
HSB/HSV112°10.53%81.96%
CMYK9.09%0.00%10.53%
18.04%

Color #BED1BB in popluar number systems.

HEXBED1BB
Decimal190209187
Binary101111101101000110111011
Octal276321273

Shades and tints

Shades of #BED1BB

#BED1BB
(190,209,187)
#ADBEAA
(173,190,170)
#9CAB99
(156,171,153)
#8B9888
(139,152,136)
#7A8577
(122,133,119)
#697266
(105,114,102)
#585F55
(88,95,85)
#474C44
(71,76,68)
#363933
(54,57,51)
#252622
(37,38,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BED1BB

#BED1BB
(190,209,187)
#C3D5C1
(195,213,193)
#C8D9C7
(200,217,199)
#CDDDCD
(205,221,205)
#D2E1D3
(210,225,211)
#D7E5D9
(215,229,217)
#DCE9DF
(220,233,223)
#E1EDE5
(225,237,229)
#E6F1EB
(230,241,235)
#EBF5F1
(235,245,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1BB; }

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

This text font color is #BED1BB.


Background Color

.myBgColor { background-color: #BED1BB; }

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

This div background color is #BED1BB.


Border color

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

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

This div border color is #BED1BB.


Opacity

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

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

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

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

This text has shadow with #BED1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1BB on black background.


Color preview on white background

This text has color #BED1BB on white background.



Black color preview on #BED1BB background

This text has black color on #BED1BB background.


White color preview on #BED1BB background

This text has white color on #BED1BB background.