COLOR #BED1C1

HEX: #BED1C1 RGB: (190,209,193)

Color info

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

RGB color model

#BED1C1 color RGB value is (190,209,193).

RGB: (190,209,193) (75%, 82%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 193 of 255 = 76%

190
209
193

R + G + B ~ 78%. #BED1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 209 + 193 = 592 (100%)
R 190 of 592 ~ 32.09%
G 209 of 592 ~ 35.3%
B 193 of 592 ~ 32.6'%

%32.09
%35.3
%32.6

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 18.04%

CMYK: (9,0,8,18)
C9M0Y8K18 (9%, 0%, 8%, 18%)
(0.09 / 0.00 / 0.08 / 0.18)

CMYK percentages

%9.09
%0
%7.66
%18.04

Codes

Color #BED1C1 in popluar color models

BE D1 C1
RGB 190 209 193
HSL 129° 17.12% 78.24%
HSB/HSV 129° 9.09% 81.96%
CMYK 9.09% 0.00% 7.66%
18.04%

Color #BED1C1 in popluar number systems.

HEX BE D1 C1
Decimal 190 209 193
Binary 10111110 11010001 11000001
Octal 276 321 301

Shades and tints

Shades of #BED1C1

#BED1C1
(190,209,193)
#ADBEB0
(173,190,176)
#9CAB9F
(156,171,159)
#8B988E
(139,152,142)
#7A857D
(122,133,125)
#69726C
(105,114,108)
#585F5B
(88,95,91)
#474C4A
(71,76,74)
#363939
(54,57,57)
#252628
(37,38,40)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BED1C1

#BED1C1
(190,209,193)
#C3D5C6
(195,213,198)
#C8D9CB
(200,217,203)
#CDDDD0
(205,221,208)
#D2E1D5
(210,225,213)
#D7E5DA
(215,229,218)
#DCE9DF
(220,233,223)
#E1EDE4
(225,237,228)
#E6F1E9
(230,241,233)
#EBF5EE
(235,245,238)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED1C1 color. Also use rgb(190,209,193) instead hex code.

Text Font Color

.myTextColor { color: #BED1C1; }

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

This text font color is #BED1C1.

Background Color

.myBgColor { background-color: #BED1C1; }

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

This div background color is #BED1C1.

Border color

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

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

This div border color is #BED1C1.

Opacity

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

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

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

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

This text has shadow with #BED1C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED1C1.

Preview

Color preview on black background

This text has color #BED1C1 on black background.


Color preview on white background

This text has color #BED1C1 on white background.


Black color preview on #BED1C1 background

This text has black color on #BED1C1 background.


White color preview on #BED1C1 background

This text has white color on #BED1C1 background.


Related colors

Complementary color

Complementary color for #hex is #412E3E.


I love getcolorcode.com

Triadic colors

1 #C1BED1 and #D1C1BE with #BED1C1 are triadic colors.

2 #C1D1BE and #D1BEC1 with #BED1C1 are triadic colors.