COLOR #BEBDD0

HEX: #BEBDD0 RGB: (190,189,208)

Color info

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

RGB color model

#BEBDD0 color RGB value is (190,189,208).

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

RGB channels and saturation

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

190
189
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 208 = 587 (100%)
R 190 of 587 ~ 32.37%
G 189 of 587 ~ 32.2%
B 208 of 587 ~ 35.43'%

%32.37
%32.2
%35.43

CMYK color model

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

  • cyan value is 8.65%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,9,0,18)
C9M9Y0K18 (9%, 9%, 0%, 18%)
(0.09 / 0.09 / 0.00 / 0.18)

CMYK percentages

%8.65
%9.13
%0
%18.43

Codes

Color #BEBDD0 in popluar color models

BE BD D0
RGB 190 189 208
HSL 243° 16.81% 77.84%
HSB/HSV 243° 9.13% 81.57%
CMYK 8.65% 9.13% 0.00%
18.43%

Color #BEBDD0 in popluar number systems.

HEX BE BD D0
Decimal 190 189 208
Binary 10111110 10111101 11010000
Octal 276 275 320

Shades and tints

Shades of #BEBDD0

#BEBDD0
(190,189,208)
#ADACBE
(173,172,190)
#9C9BAC
(156,155,172)
#8B8A9A
(139,138,154)
#7A7988
(122,121,136)
#696876
(105,104,118)
#585764
(88,87,100)
#474652
(71,70,82)
#363540
(54,53,64)
#25242E
(37,36,46)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BEBDD0

#BEBDD0
(190,189,208)
#C3C3D4
(195,195,212)
#C8C9D8
(200,201,216)
#CDCFDC
(205,207,220)
#D2D5E0
(210,213,224)
#D7DBE4
(215,219,228)
#DCE1E8
(220,225,232)
#E1E7EC
(225,231,236)
#E6EDF0
(230,237,240)
#EBF3F4
(235,243,244)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDD0; }

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

This text font color is #BEBDD0.

Background Color

.myBgColor { background-color: #BEBDD0; }

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

This div background color is #BEBDD0.

Border color

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

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

This div border color is #BEBDD0.

Opacity

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

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

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

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

This text has shadow with #BEBDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDD0.

Preview

Color preview on black background

This text has color #BEBDD0 on black background.


Color preview on white background

This text has color #BEBDD0 on white background.


Black color preview on #BEBDD0 background

This text has black color on #BEBDD0 background.


White color preview on #BEBDD0 background

This text has white color on #BEBDD0 background.


Related colors

Complementary color

Complementary color for #hex is #41422F.


I love getcolorcode.com

Triadic colors

1 #D0BEBD and #BDD0BE with #BEBDD0 are triadic colors.

2 #D0BDBE and #BDBED0 with #BEBDD0 are triadic colors.