COLOR #BED0C0

HEX: #BED0C0
RGB: (190,208,192)

Color info

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

RGB color model

#BED0C0 color RGB value is (190,208,192).

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

RGB channels and saturation

R 190 of 255 = 75%
G 208 of 255 = 82%
B 192 of 255 = 75%

190
208
192

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

Portions of RGB colors in percentages

R + G + B =
190 + 208 + 192 = 590 (100%)
R 190 of 590 ~ 32.2%
G 208 of 590 ~ 35.25%
B 192 of 590 ~ 32.54%

%32.2
%35.25
%32.54

CMYK color model

#BED0C0 color CMYK value is (9,0,8,18).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 18.43%
CMYK:
(9,0,8,18)
C9M0Y8K18 
(9%,0%,8%,18%)
(0.09/0.00/0.08/0.18)	

CMYK percentages

%8.65
%0
%7.69
%18.43

Codes

Color #BED0C0 in popluar color models

BED0C0
RGB190208192
HSL127°16.07%78.04%
HSB/HSV127°8.65%81.57%
CMYK8.65%0.00%7.69%
18.43%

Color #BED0C0 in popluar number systems.

HEXBED0C0
Decimal190208192
Binary101111101101000011000000
Octal276320300

Shades and tints

Shades of #BED0C0

#BED0C0
(190,208,192)
#ADBEAF
(173,190,175)
#9CAC9E
(156,172,158)
#8B9A8D
(139,154,141)
#7A887C
(122,136,124)
#69766B
(105,118,107)
#58645A
(88,100,90)
#475249
(71,82,73)
#364038
(54,64,56)
#252E27
(37,46,39)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BED0C0

#BED0C0
(190,208,192)
#C3D4C5
(195,212,197)
#C8D8CA
(200,216,202)
#CDDCCF
(205,220,207)
#D2E0D4
(210,224,212)
#D7E4D9
(215,228,217)
#DCE8DE
(220,232,222)
#E1ECE3
(225,236,227)
#E6F0E8
(230,240,232)
#EBF4ED
(235,244,237)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED0C0; }

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

This text font color is #BED0C0.


Background Color

.myBgColor { background-color: #BED0C0; }

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

This div background color is #BED0C0.


Border color

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

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

This div border color is #BED0C0.


Opacity

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

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

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

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

This text has shadow with #BED0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED0C0 on black background.


Color preview on white background

This text has color #BED0C0 on white background.



Black color preview on #BED0C0 background

This text has black color on #BED0C0 background.


White color preview on #BED0C0 background

This text has white color on #BED0C0 background.