COLOR #BED6CC

HEX: #BED6CC RGB: (190,214,204)

Color info

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

RGB color model

#BED6CC color RGB value is (190,214,204).

RGB: (190,214,204) (75%, 84%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 204 of 255 = 80%

190
214
204

R + G + B ~ 80%. #BED6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 214 + 204 = 608 (100%)
R 190 of 608 ~ 31.25%
G 214 of 608 ~ 35.2%
B 204 of 608 ~ 33.55'%

%31.25
%35.2
%33.55

CMYK color model

#BED6CC color CMYK value is (11,0,5,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK: (11,0,5,16) C11M0Y5K16 (11%,0%,5%,16%) (0.11/0.00/0.05/0.16) 

CMYK percentages

%11.21
%0
%4.67
%16.08

Codes

Color #BED6CC in popluar color models

BE D6 CC
RGB 190 214 204
HSL 155° 22.64% 79.22%
HSB/HSV 155° 11.21% 83.92%
CMYK 11.21% 0.00% 4.67%
16.08%

Color #BED6CC in popluar number systems.

HEX BE D6 CC
Decimal 190 214 204
Binary 10111110 11010110 11001100
Octal 276 326 314

Shades and tints

Shades of #BED6CC

#BED6CC
(190,214,204)
#ADC3BA
(173,195,186)
#9CB0A8
(156,176,168)
#8B9D96
(139,157,150)
#7A8A84
(122,138,132)
#697772
(105,119,114)
#586460
(88,100,96)
#47514E
(71,81,78)
#363E3C
(54,62,60)
#252B2A
(37,43,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BED6CC

#BED6CC
(190,214,204)
#C3D9D0
(195,217,208)
#C8DCD4
(200,220,212)
#CDDFD8
(205,223,216)
#D2E2DC
(210,226,220)
#D7E5E0
(215,229,224)
#DCE8E4
(220,232,228)
#E1EBE8
(225,235,232)
#E6EEEC
(230,238,236)
#EBF1F0
(235,241,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED6CC color. Also use rgb(190,214,204) instead hex code.

Text Font Color

.myTextColor { color: #BED6CC; }

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

This text font color is #BED6CC.

Background Color

.myBgColor { background-color: #BED6CC; }

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

This div background color is #BED6CC.

Border color

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

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

This div border color is #BED6CC.

Opacity

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

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

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

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

This text has shadow with #BED6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED6CC.

Preview

Color preview on black background

This text has color #BED6CC on black background.


Color preview on white background

This text has color #BED6CC on white background.


Black color preview on #BED6CC background

This text has black color on #BED6CC background.


White color preview on #BED6CC background

This text has white color on #BED6CC background.


Related colors

Complementary color

Complementary color for #hex is #412933.


I love getcolorcode.com

Triadic colors

1 #CCBED6 and #D6CCBE with #BED6CC are triadic colors.

2 #CCD6BE and #D6BECC with #BED6CC are triadic colors.