COLOR #BEB3D4

HEX: #BEB3D4 RGB: (190,179,212)

Color info

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

RGB color model

#BEB3D4 color RGB value is (190,179,212).

RGB: (190,179,212) (75%, 70%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 212 of 255 = 83%

190
179
212

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

Portions of RGB colors in percentages

R + G + B = 190 + 179 + 212 = 581 (100%)
R 190 of 581 ~ 32.7%
G 179 of 581 ~ 30.81%
B 212 of 581 ~ 36.49'%

%32.7
%30.81
%36.49

CMYK color model

#BEB3D4 color CMYK value is (10,16,0,17).

  • cyan value is 10.38%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (10,16,0,17)
C10M16Y0K17 (10%, 16%, 0%, 17%)
(0.10 / 0.16 / 0.00 / 0.17)

CMYK percentages

%10.38
%15.57
%0
%16.86

Codes

Color #BEB3D4 in popluar color models

BE B3 D4
RGB 190 179 212
HSL 260° 27.73% 76.67%
HSB/HSV 260° 15.57% 83.14%
CMYK 10.38% 15.57% 0.00%
16.86%

Color #BEB3D4 in popluar number systems.

HEX BE B3 D4
Decimal 190 179 212
Binary 10111110 10110011 11010100
Octal 276 263 324

Shades and tints

Shades of #BEB3D4

#BEB3D4
(190,179,212)
#ADA3C1
(173,163,193)
#9C93AE
(156,147,174)
#8B839B
(139,131,155)
#7A7388
(122,115,136)
#696375
(105,99,117)
#585362
(88,83,98)
#47434F
(71,67,79)
#36333C
(54,51,60)
#252329
(37,35,41)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEB3D4

#BEB3D4
(190,179,212)
#C3B9D7
(195,185,215)
#C8BFDA
(200,191,218)
#CDC5DD
(205,197,221)
#D2CBE0
(210,203,224)
#D7D1E3
(215,209,227)
#DCD7E6
(220,215,230)
#E1DDE9
(225,221,233)
#E6E3EC
(230,227,236)
#EBE9EF
(235,233,239)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB3D4 color. Also use rgb(190,179,212) instead hex code.

Text Font Color

.myTextColor { color: #BEB3D4; }

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

This text font color is #BEB3D4.

Background Color

.myBgColor { background-color: #BEB3D4; }

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

This div background color is #BEB3D4.

Border color

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

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

This div border color is #BEB3D4.

Opacity

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

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

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

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

This text has shadow with #BEB3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB3D4.

Preview

Color preview on black background

This text has color #BEB3D4 on black background.


Color preview on white background

This text has color #BEB3D4 on white background.


Black color preview on #BEB3D4 background

This text has black color on #BEB3D4 background.


White color preview on #BEB3D4 background

This text has white color on #BEB3D4 background.


Related colors

Complementary color

Complementary color for #hex is #414C2B.


I love getcolorcode.com

Triadic colors

1 #D4BEB3 and #B3D4BE with #BEB3D4 are triadic colors.

2 #D4B3BE and #B3BED4 with #BEB3D4 are triadic colors.