COLOR #BEB2E6

HEX: #BEB2E6 RGB: (190,178,230)

Color info

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

RGB color model

#BEB2E6 color RGB value is (190,178,230).

RGB: (190,178,230) (75%, 70%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 230 of 255 = 90%

190
178
230

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

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 230 = 598 (100%)
R 190 of 598 ~ 31.77%
G 178 of 598 ~ 29.77%
B 230 of 598 ~ 38.46'%

%31.77
%29.77
%38.46

CMYK color model

#BEB2E6 color CMYK value is (17,23,0,10).

  • cyan value is 17.39%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (17,23,0,10) C17M23Y0K10 (17%,23%,0%,10%) (0.17/0.23/0.00/0.10) 

CMYK percentages

%17.39
%22.61
%0
%9.8

Codes

Color #BEB2E6 in popluar color models

BE B2 E6
RGB 190 178 230
HSL 254° 50.98% 80.00%
HSB/HSV 254° 22.61% 90.20%
CMYK 17.39% 22.61% 0.00%
9.80%

Color #BEB2E6 in popluar number systems.

HEX BE B2 E6
Decimal 190 178 230
Binary 10111110 10110010 11100110
Octal 276 262 346

Shades and tints

Shades of #BEB2E6

#BEB2E6
(190,178,230)
#ADA2D2
(173,162,210)
#9C92BE
(156,146,190)
#8B82AA
(139,130,170)
#7A7296
(122,114,150)
#696282
(105,98,130)
#58526E
(88,82,110)
#47425A
(71,66,90)
#363246
(54,50,70)
#252232
(37,34,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #BEB2E6

#BEB2E6
(190,178,230)
#C3B9E8
(195,185,232)
#C8C0EA
(200,192,234)
#CDC7EC
(205,199,236)
#D2CEEE
(210,206,238)
#D7D5F0
(215,213,240)
#DCDCF2
(220,220,242)
#E1E3F4
(225,227,244)
#E6EAF6
(230,234,246)
#EBF1F8
(235,241,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2E6; }

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

This text font color is #BEB2E6.

Background Color

.myBgColor { background-color: #BEB2E6; }

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

This div background color is #BEB2E6.

Border color

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

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

This div border color is #BEB2E6.

Opacity

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

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

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

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

This text has shadow with #BEB2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB2E6.

Preview

Color preview on black background

This text has color #BEB2E6 on black background.


Color preview on white background

This text has color #BEB2E6 on white background.


Black color preview on #BEB2E6 background

This text has black color on #BEB2E6 background.


White color preview on #BEB2E6 background

This text has white color on #BEB2E6 background.


Related colors

Complementary color

Complementary color for #hex is #414D19.


I love getcolorcode.com

Triadic colors

1 #E6BEB2 and #B2E6BE with #BEB2E6 are triadic colors.

2 #E6B2BE and #B2BEE6 with #BEB2E6 are triadic colors.