COLOR #BEB6DF

HEX: #BEB6DF RGB: (190,182,223)

Color info

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

RGB color model

#BEB6DF color RGB value is (190,182,223).

RGB: (190,182,223) (75%, 71%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 223 of 255 = 87%

190
182
223

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

Portions of RGB colors in percentages

R + G + B = 190 + 182 + 223 = 595 (100%)
R 190 of 595 ~ 31.93%
G 182 of 595 ~ 30.59%
B 223 of 595 ~ 37.48'%

%31.93
%30.59
%37.48

CMYK color model

#BEB6DF color CMYK value is (15,18,0,13).

  • cyan value is 14.80%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (15,18,0,13)
C15M18Y0K13 (15%, 18%, 0%, 13%)
(0.15 / 0.18 / 0.00 / 0.13)

CMYK percentages

%14.8
%18.39
%0
%12.55

Codes

Color #BEB6DF in popluar color models

BE B6 DF
RGB 190 182 223
HSL 252° 39.05% 79.41%
HSB/HSV 252° 18.39% 87.45%
CMYK 14.80% 18.39% 0.00%
12.55%

Color #BEB6DF in popluar number systems.

HEX BE B6 DF
Decimal 190 182 223
Binary 10111110 10110110 11011111
Octal 276 266 337

Shades and tints

Shades of #BEB6DF

#BEB6DF
(190,182,223)
#ADA6CB
(173,166,203)
#9C96B7
(156,150,183)
#8B86A3
(139,134,163)
#7A768F
(122,118,143)
#69667B
(105,102,123)
#585667
(88,86,103)
#474653
(71,70,83)
#36363F
(54,54,63)
#25262B
(37,38,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEB6DF

#BEB6DF
(190,182,223)
#C3BCE1
(195,188,225)
#C8C2E3
(200,194,227)
#CDC8E5
(205,200,229)
#D2CEE7
(210,206,231)
#D7D4E9
(215,212,233)
#DCDAEB
(220,218,235)
#E1E0ED
(225,224,237)
#E6E6EF
(230,230,239)
#EBECF1
(235,236,241)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6DF; }

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

This text font color is #BEB6DF.

Background Color

.myBgColor { background-color: #BEB6DF; }

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

This div background color is #BEB6DF.

Border color

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

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

This div border color is #BEB6DF.

Opacity

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

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

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

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

This text has shadow with #BEB6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB6DF.

Preview

Color preview on black background

This text has color #BEB6DF on black background.


Color preview on white background

This text has color #BEB6DF on white background.


Black color preview on #BEB6DF background

This text has black color on #BEB6DF background.


White color preview on #BEB6DF background

This text has white color on #BEB6DF background.


Related colors

Complementary color

Complementary color for #hex is #414920.


I love getcolorcode.com

Triadic colors

1 #DFBEB6 and #B6DFBE with #BEB6DF are triadic colors.

2 #DFB6BE and #B6BEDF with #BEB6DF are triadic colors.