COLOR #BEBCD1

HEX: #BEBCD1 RGB: (190,188,209)

Color info

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

RGB color model

#BEBCD1 color RGB value is (190,188,209).

RGB: (190,188,209) (75%, 74%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 209 of 255 = 82%

190
188
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 209 = 587 (100%)
R 190 of 587 ~ 32.37%
G 188 of 587 ~ 32.03%
B 209 of 587 ~ 35.6'%

%32.37
%32.03
%35.6

CMYK color model

#BEBCD1 color CMYK value is (9,10,0,18).

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

CMYK: (9,10,0,18)
C9M10Y0K18 (9%, 10%, 0%, 18%)
(0.09 / 0.10 / 0.00 / 0.18)

CMYK percentages

%9.09
%10.05
%0
%18.04

Codes

Color #BEBCD1 in popluar color models

BE BC D1
RGB 190 188 209
HSL 246° 18.58% 77.84%
HSB/HSV 246° 10.05% 81.96%
CMYK 9.09% 10.05% 0.00%
18.04%

Color #BEBCD1 in popluar number systems.

HEX BE BC D1
Decimal 190 188 209
Binary 10111110 10111100 11010001
Octal 276 274 321

Shades and tints

Shades of #BEBCD1

#BEBCD1
(190,188,209)
#ADABBE
(173,171,190)
#9C9AAB
(156,154,171)
#8B8998
(139,137,152)
#7A7885
(122,120,133)
#696772
(105,103,114)
#58565F
(88,86,95)
#47454C
(71,69,76)
#363439
(54,52,57)
#252326
(37,35,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEBCD1

#BEBCD1
(190,188,209)
#C3C2D5
(195,194,213)
#C8C8D9
(200,200,217)
#CDCEDD
(205,206,221)
#D2D4E1
(210,212,225)
#D7DAE5
(215,218,229)
#DCE0E9
(220,224,233)
#E1E6ED
(225,230,237)
#E6ECF1
(230,236,241)
#EBF2F5
(235,242,245)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCD1; }

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

This text font color is #BEBCD1.

Background Color

.myBgColor { background-color: #BEBCD1; }

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

This div background color is #BEBCD1.

Border color

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

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

This div border color is #BEBCD1.

Opacity

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

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

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

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

This text has shadow with #BEBCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBCD1.

Preview

Color preview on black background

This text has color #BEBCD1 on black background.


Color preview on white background

This text has color #BEBCD1 on white background.


Black color preview on #BEBCD1 background

This text has black color on #BEBCD1 background.


White color preview on #BEBCD1 background

This text has white color on #BEBCD1 background.


Related colors

Complementary color

Complementary color for #hex is #41432E.


I love getcolorcode.com

Triadic colors

1 #D1BEBC and #BCD1BE with #BEBCD1 are triadic colors.

2 #D1BCBE and #BCBED1 with #BEBCD1 are triadic colors.