COLOR #BEB2D5

HEX: #BEB2D5 RGB: (190,178,213)

Color info

#BEB2D5 contains red, green and blue colors in about the same proportion. Web safe color of #BEB2D5 is #CC99CC (or #C9C).

RGB color model

#BEB2D5 color RGB value is (190,178,213).

RGB: (190,178,213) (75%, 70%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 213 of 255 = 84%

190
178
213

R + G + B ~ 76%. #BEB2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 213 = 581 (100%)
R 190 of 581 ~ 32.7%
G 178 of 581 ~ 30.64%
B 213 of 581 ~ 36.66'%

%32.7
%30.64
%36.66

CMYK color model

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

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

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

CMYK percentages

%10.8
%16.43
%0
%16.47

Codes

Color #BEB2D5 in popluar color models

BE B2 D5
RGB 190 178 213
HSL 261° 29.41% 76.67%
HSB/HSV 261° 16.43% 83.53%
CMYK 10.80% 16.43% 0.00%
16.47%

Color #BEB2D5 in popluar number systems.

HEX BE B2 D5
Decimal 190 178 213
Binary 10111110 10110010 11010101
Octal 276 262 325

Shades and tints

Shades of #BEB2D5

#BEB2D5
(190,178,213)
#ADA2C2
(173,162,194)
#9C92AF
(156,146,175)
#8B829C
(139,130,156)
#7A7289
(122,114,137)
#696276
(105,98,118)
#585263
(88,82,99)
#474250
(71,66,80)
#36323D
(54,50,61)
#25222A
(37,34,42)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEB2D5

#BEB2D5
(190,178,213)
#C3B9D8
(195,185,216)
#C8C0DB
(200,192,219)
#CDC7DE
(205,199,222)
#D2CEE1
(210,206,225)
#D7D5E4
(215,213,228)
#DCDCE7
(220,220,231)
#E1E3EA
(225,227,234)
#E6EAED
(230,234,237)
#EBF1F0
(235,241,240)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2D5; }

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

This text font color is #BEB2D5.

Background Color

.myBgColor { background-color: #BEB2D5; }

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

This div background color is #BEB2D5.

Border color

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

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

This div border color is #BEB2D5.

Opacity

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

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

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

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

This text has shadow with #BEB2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB2D5.

Preview

Color preview on black background

This text has color #BEB2D5 on black background.


Color preview on white background

This text has color #BEB2D5 on white background.


Black color preview on #BEB2D5 background

This text has black color on #BEB2D5 background.


White color preview on #BEB2D5 background

This text has white color on #BEB2D5 background.


Related colors

Complementary color

Complementary color for #hex is #414D2A.


I love getcolorcode.com

Triadic colors

1 #D5BEB2 and #B2D5BE with #BEB2D5 are triadic colors.

2 #D5B2BE and #B2BED5 with #BEB2D5 are triadic colors.