COLOR #BEBDD1

HEX: #BEBDD1 RGB: (190,189,209)

Color info

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

RGB color model

#BEBDD1 color RGB value is (190,189,209).

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

RGB channels and saturation

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

190
189
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 209 = 588 (100%)
R 190 of 588 ~ 32.31%
G 189 of 588 ~ 32.14%
B 209 of 588 ~ 35.54'%

%32.31
%32.14
%35.54

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 9.57%
  • 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
%9.57
%0
%18.04

Codes

Color #BEBDD1 in popluar color models

BE BD D1
RGB 190 189 209
HSL 243° 17.86% 78.04%
HSB/HSV 243° 9.57% 81.96%
CMYK 9.09% 9.57% 0.00%
18.04%

Color #BEBDD1 in popluar number systems.

HEX BE BD D1
Decimal 190 189 209
Binary 10111110 10111101 11010001
Octal 276 275 321

Shades and tints

Shades of #BEBDD1

#BEBDD1
(190,189,209)
#ADACBE
(173,172,190)
#9C9BAB
(156,155,171)
#8B8A98
(139,138,152)
#7A7985
(122,121,133)
#696872
(105,104,114)
#58575F
(88,87,95)
#47464C
(71,70,76)
#363539
(54,53,57)
#252426
(37,36,38)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BEBDD1

#BEBDD1
(190,189,209)
#C3C3D5
(195,195,213)
#C8C9D9
(200,201,217)
#CDCFDD
(205,207,221)
#D2D5E1
(210,213,225)
#D7DBE5
(215,219,229)
#DCE1E9
(220,225,233)
#E1E7ED
(225,231,237)
#E6EDF1
(230,237,241)
#EBF3F5
(235,243,245)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDD1; }

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

This text font color is #BEBDD1.

Background Color

.myBgColor { background-color: #BEBDD1; }

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

This div background color is #BEBDD1.

Border color

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

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

This div border color is #BEBDD1.

Opacity

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

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

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

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

This text has shadow with #BEBDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDD1.

Preview

Color preview on black background

This text has color #BEBDD1 on black background.


Color preview on white background

This text has color #BEBDD1 on white background.


Black color preview on #BEBDD1 background

This text has black color on #BEBDD1 background.


White color preview on #BEBDD1 background

This text has white color on #BEBDD1 background.


Related colors

Complementary color

Complementary color for #hex is #41422E.


I love getcolorcode.com

Triadic colors

1 #D1BEBD and #BDD1BE with #BEBDD1 are triadic colors.

2 #D1BDBE and #BDBED1 with #BEBDD1 are triadic colors.