COLOR #BEBDD5

HEX: #BEBDD5 RGB: (190,189,213)

Color info

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

RGB color model

#BEBDD5 color RGB value is (190,189,213).

RGB: (190,189,213) (75%, 74%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 213 of 255 = 84%

190
189
213

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

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 213 = 592 (100%)
R 190 of 592 ~ 32.09%
G 189 of 592 ~ 31.93%
B 213 of 592 ~ 35.98'%

%32.09
%31.93
%35.98

CMYK color model

#BEBDD5 color CMYK value is (11,11,0,16).

  • cyan value is 10.80%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (11,11,0,16)
C11M11Y0K16 (11%, 11%, 0%, 16%)
(0.11 / 0.11 / 0.00 / 0.16)

CMYK percentages

%10.8
%11.27
%0
%16.47

Codes

Color #BEBDD5 in popluar color models

BE BD D5
RGB 190 189 213
HSL 243° 22.22% 78.82%
HSB/HSV 243° 11.27% 83.53%
CMYK 10.80% 11.27% 0.00%
16.47%

Color #BEBDD5 in popluar number systems.

HEX BE BD D5
Decimal 190 189 213
Binary 10111110 10111101 11010101
Octal 276 275 325

Shades and tints

Shades of #BEBDD5

#BEBDD5
(190,189,213)
#ADACC2
(173,172,194)
#9C9BAF
(156,155,175)
#8B8A9C
(139,138,156)
#7A7989
(122,121,137)
#696876
(105,104,118)
#585763
(88,87,99)
#474650
(71,70,80)
#36353D
(54,53,61)
#25242A
(37,36,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEBDD5

#BEBDD5
(190,189,213)
#C3C3D8
(195,195,216)
#C8C9DB
(200,201,219)
#CDCFDE
(205,207,222)
#D2D5E1
(210,213,225)
#D7DBE4
(215,219,228)
#DCE1E7
(220,225,231)
#E1E7EA
(225,231,234)
#E6EDED
(230,237,237)
#EBF3F0
(235,243,240)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDD5; }

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

This text font color is #BEBDD5.

Background Color

.myBgColor { background-color: #BEBDD5; }

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

This div background color is #BEBDD5.

Border color

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

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

This div border color is #BEBDD5.

Opacity

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

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

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

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

This text has shadow with #BEBDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDD5.

Preview

Color preview on black background

This text has color #BEBDD5 on black background.


Color preview on white background

This text has color #BEBDD5 on white background.


Black color preview on #BEBDD5 background

This text has black color on #BEBDD5 background.


White color preview on #BEBDD5 background

This text has white color on #BEBDD5 background.


Related colors

Complementary color

Complementary color for #hex is #41422A.


I love getcolorcode.com

Triadic colors

1 #D5BEBD and #BDD5BE with #BEBDD5 are triadic colors.

2 #D5BDBE and #BDBED5 with #BEBDD5 are triadic colors.