COLOR #BED4C9

HEX: #BED4C9 RGB: (190,212,201)

Color info

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

RGB color model

#BED4C9 color RGB value is (190,212,201).

RGB: (190,212,201) (75%, 83%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 212 of 255 = 83%
B 201 of 255 = 79%

190
212
201

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

Portions of RGB colors in percentages

R + G + B = 190 + 212 + 201 = 603 (100%)
R 190 of 603 ~ 31.51%
G 212 of 603 ~ 35.16%
B 201 of 603 ~ 33.33'%

%31.51
%35.16
%33.33

CMYK color model

#BED4C9 color CMYK value is (10,0,5,17).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 16.86%

CMYK: (10,0,5,17)
C10M0Y5K17 (10%, 0%, 5%, 17%)
(0.10 / 0.00 / 0.05 / 0.17)

CMYK percentages

%10.38
%0
%5.19
%16.86

Codes

Color #BED4C9 in popluar color models

BE D4 C9
RGB 190 212 201
HSL 150° 20.37% 78.82%
HSB/HSV 150° 10.38% 83.14%
CMYK 10.38% 0.00% 5.19%
16.86%

Color #BED4C9 in popluar number systems.

HEX BE D4 C9
Decimal 190 212 201
Binary 10111110 11010100 11001001
Octal 276 324 311

Shades and tints

Shades of #BED4C9

#BED4C9
(190,212,201)
#ADC1B7
(173,193,183)
#9CAEA5
(156,174,165)
#8B9B93
(139,155,147)
#7A8881
(122,136,129)
#69756F
(105,117,111)
#58625D
(88,98,93)
#474F4B
(71,79,75)
#363C39
(54,60,57)
#252927
(37,41,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BED4C9

#BED4C9
(190,212,201)
#C3D7CD
(195,215,205)
#C8DAD1
(200,218,209)
#CDDDD5
(205,221,213)
#D2E0D9
(210,224,217)
#D7E3DD
(215,227,221)
#DCE6E1
(220,230,225)
#E1E9E5
(225,233,229)
#E6ECE9
(230,236,233)
#EBEFED
(235,239,237)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED4C9 color. Also use rgb(190,212,201) instead hex code.

Text Font Color

.myTextColor { color: #BED4C9; }

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

This text font color is #BED4C9.

Background Color

.myBgColor { background-color: #BED4C9; }

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

This div background color is #BED4C9.

Border color

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

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

This div border color is #BED4C9.

Opacity

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

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

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

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

This text has shadow with #BED4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED4C9.

Preview

Color preview on black background

This text has color #BED4C9 on black background.


Color preview on white background

This text has color #BED4C9 on white background.


Black color preview on #BED4C9 background

This text has black color on #BED4C9 background.


White color preview on #BED4C9 background

This text has white color on #BED4C9 background.


Related colors

Complementary color

Complementary color for #hex is #412B36.


I love getcolorcode.com

Triadic colors

1 #C9BED4 and #D4C9BE with #BED4C9 are triadic colors.

2 #C9D4BE and #D4BEC9 with #BED4C9 are triadic colors.