COLOR #BED0BB

HEX: #BED0BB
RGB: (190,208,187)

Color info

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

RGB color model

#BED0BB color RGB value is (190,208,187).

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

RGB channels and saturation

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

190
208
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 208 + 187 = 585 (100%)
R 190 of 585 ~ 32.48%
G 208 of 585 ~ 35.56%
B 187 of 585 ~ 31.97%

%32.48
%35.56
%31.97

CMYK color model

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

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(9,0,10,18)
C9M0Y10K18 
(9%,0%,10%,18%)
(0.09/0.00/0.10/0.18)	

CMYK percentages

%8.65
%0
%10.1
%18.43

Codes

Color #BED0BB in popluar color models

BED0BB
RGB190208187
HSL111°18.26%77.45%
HSB/HSV111°10.10%81.57%
CMYK8.65%0.00%10.10%
18.43%

Color #BED0BB in popluar number systems.

HEXBED0BB
Decimal190208187
Binary101111101101000010111011
Octal276320273

Shades and tints

Shades of #BED0BB

#BED0BB
(190,208,187)
#ADBEAA
(173,190,170)
#9CAC99
(156,172,153)
#8B9A88
(139,154,136)
#7A8877
(122,136,119)
#697666
(105,118,102)
#586455
(88,100,85)
#475244
(71,82,68)
#364033
(54,64,51)
#252E22
(37,46,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #BED0BB

#BED0BB
(190,208,187)
#C3D4C1
(195,212,193)
#C8D8C7
(200,216,199)
#CDDCCD
(205,220,205)
#D2E0D3
(210,224,211)
#D7E4D9
(215,228,217)
#DCE8DF
(220,232,223)
#E1ECE5
(225,236,229)
#E6F0EB
(230,240,235)
#EBF4F1
(235,244,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED0BB; }

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

This text font color is #BED0BB.


Background Color

.myBgColor { background-color: #BED0BB; }

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

This div background color is #BED0BB.


Border color

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

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

This div border color is #BED0BB.


Opacity

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

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

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

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

This text has shadow with #BED0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED0BB on black background.


Color preview on white background

This text has color #BED0BB on white background.



Black color preview on #BED0BB background

This text has black color on #BED0BB background.


White color preview on #BED0BB background

This text has white color on #BED0BB background.