COLOR #BEB6E0

HEX: #BEB6E0 RGB: (190,182,224)

Color info

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

RGB color model

#BEB6E0 color RGB value is (190,182,224).

RGB: (190,182,224) (75%, 71%, 88%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 224 of 255 = 88%

190
182
224

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

Portions of RGB colors in percentages

R + G + B = 190 + 182 + 224 = 596 (100%)
R 190 of 596 ~ 31.88%
G 182 of 596 ~ 30.54%
B 224 of 596 ~ 37.58'%

%31.88
%30.54
%37.58

CMYK color model

#BEB6E0 color CMYK value is (15,19,0,12).

  • cyan value is 15.18%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (15,19,0,12)
C15M19Y0K12 (15%, 19%, 0%, 12%)
(0.15 / 0.19 / 0.00 / 0.12)

CMYK percentages

%15.18
%18.75
%0
%12.16

Codes

Color #BEB6E0 in popluar color models

BE B6 E0
RGB 190 182 224
HSL 251° 40.38% 79.61%
HSB/HSV 251° 18.75% 87.84%
CMYK 15.18% 18.75% 0.00%
12.16%

Color #BEB6E0 in popluar number systems.

HEX BE B6 E0
Decimal 190 182 224
Binary 10111110 10110110 11100000
Octal 276 266 340

Shades and tints

Shades of #BEB6E0

#BEB6E0
(190,182,224)
#ADA6CC
(173,166,204)
#9C96B8
(156,150,184)
#8B86A4
(139,134,164)
#7A7690
(122,118,144)
#69667C
(105,102,124)
#585668
(88,86,104)
#474654
(71,70,84)
#363640
(54,54,64)
#25262C
(37,38,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEB6E0

#BEB6E0
(190,182,224)
#C3BCE2
(195,188,226)
#C8C2E4
(200,194,228)
#CDC8E6
(205,200,230)
#D2CEE8
(210,206,232)
#D7D4EA
(215,212,234)
#DCDAEC
(220,218,236)
#E1E0EE
(225,224,238)
#E6E6F0
(230,230,240)
#EBECF2
(235,236,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB6E0 color. Also use rgb(190,182,224) instead hex code.

Text Font Color

.myTextColor { color: #BEB6E0; }

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

This text font color is #BEB6E0.

Background Color

.myBgColor { background-color: #BEB6E0; }

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

This div background color is #BEB6E0.

Border color

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

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

This div border color is #BEB6E0.

Opacity

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

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

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

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

This text has shadow with #BEB6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB6E0.

Preview

Color preview on black background

This text has color #BEB6E0 on black background.


Color preview on white background

This text has color #BEB6E0 on white background.


Black color preview on #BEB6E0 background

This text has black color on #BEB6E0 background.


White color preview on #BEB6E0 background

This text has white color on #BEB6E0 background.


Related colors

Complementary color

Complementary color for #hex is #41491F.


I love getcolorcode.com

Triadic colors

1 #E0BEB6 and #B6E0BE with #BEB6E0 are triadic colors.

2 #E0B6BE and #B6BEE0 with #BEB6E0 are triadic colors.