COLOR #BED9C6

HEX: #BED9C6 RGB: (190,217,198)

Color info

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

RGB color model

#BED9C6 color RGB value is (190,217,198).

RGB: (190,217,198) (75%, 85%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 198 of 255 = 78%

190
217
198

R + G + B ~ 79%. #BED9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 198 = 605 (100%)
R 190 of 605 ~ 31.4%
G 217 of 605 ~ 35.87%
B 198 of 605 ~ 32.73'%

%31.4
%35.87
%32.73

CMYK color model

#BED9C6 color CMYK value is (12,0,9,15).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 14.90%

CMYK: (12,0,9,15)
C12M0Y9K15 (12%, 0%, 9%, 15%)
(0.12 / 0.00 / 0.09 / 0.15)

CMYK percentages

%12.44
%0
%8.76
%14.9

Codes

Color #BED9C6 in popluar color models

BE D9 C6
RGB 190 217 198
HSL 138° 26.21% 79.80%
HSB/HSV 138° 12.44% 85.10%
CMYK 12.44% 0.00% 8.76%
14.90%

Color #BED9C6 in popluar number systems.

HEX BE D9 C6
Decimal 190 217 198
Binary 10111110 11011001 11000110
Octal 276 331 306

Shades and tints

Shades of #BED9C6

#BED9C6
(190,217,198)
#ADC6B4
(173,198,180)
#9CB3A2
(156,179,162)
#8BA090
(139,160,144)
#7A8D7E
(122,141,126)
#697A6C
(105,122,108)
#58675A
(88,103,90)
#475448
(71,84,72)
#364136
(54,65,54)
#252E24
(37,46,36)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #BED9C6

#BED9C6
(190,217,198)
#C3DCCB
(195,220,203)
#C8DFD0
(200,223,208)
#CDE2D5
(205,226,213)
#D2E5DA
(210,229,218)
#D7E8DF
(215,232,223)
#DCEBE4
(220,235,228)
#E1EEE9
(225,238,233)
#E6F1EE
(230,241,238)
#EBF4F3
(235,244,243)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED9C6 color. Also use rgb(190,217,198) instead hex code.

Text Font Color

.myTextColor { color: #BED9C6; }

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

This text font color is #BED9C6.

Background Color

.myBgColor { background-color: #BED9C6; }

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

This div background color is #BED9C6.

Border color

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

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

This div border color is #BED9C6.

Opacity

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

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

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

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

This text has shadow with #BED9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED9C6.

Preview

Color preview on black background

This text has color #BED9C6 on black background.


Color preview on white background

This text has color #BED9C6 on white background.


Black color preview on #BED9C6 background

This text has black color on #BED9C6 background.


White color preview on #BED9C6 background

This text has white color on #BED9C6 background.


Related colors

Complementary color

Complementary color for #hex is #412639.


I love getcolorcode.com

Triadic colors

1 #C6BED9 and #D9C6BE with #BED9C6 are triadic colors.

2 #C6D9BE and #D9BEC6 with #BED9C6 are triadic colors.