COLOR #BEB8DB

HEX: #BEB8DB RGB: (190,184,219)

Color info

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

RGB color model

#BEB8DB color RGB value is (190,184,219).

RGB: (190,184,219) (75%, 72%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 219 of 255 = 86%

190
184
219

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 219 = 593 (100%)
R 190 of 593 ~ 32.04%
G 184 of 593 ~ 31.03%
B 219 of 593 ~ 36.93'%

%32.04
%31.03
%36.93

CMYK color model

#BEB8DB color CMYK value is (13,16,0,14).

  • cyan value is 13.24%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (13,16,0,14)
C13M16Y0K14 (13%, 16%, 0%, 14%)
(0.13 / 0.16 / 0.00 / 0.14)

CMYK percentages

%13.24
%15.98
%0
%14.12

Codes

Color #BEB8DB in popluar color models

BE B8 DB
RGB 190 184 219
HSL 250° 32.71% 79.02%
HSB/HSV 250° 15.98% 85.88%
CMYK 13.24% 15.98% 0.00%
14.12%

Color #BEB8DB in popluar number systems.

HEX BE B8 DB
Decimal 190 184 219
Binary 10111110 10111000 11011011
Octal 276 270 333

Shades and tints

Shades of #BEB8DB

#BEB8DB
(190,184,219)
#ADA8C8
(173,168,200)
#9C98B5
(156,152,181)
#8B88A2
(139,136,162)
#7A788F
(122,120,143)
#69687C
(105,104,124)
#585869
(88,88,105)
#474856
(71,72,86)
#363843
(54,56,67)
#252830
(37,40,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #BEB8DB

#BEB8DB
(190,184,219)
#C3BEDE
(195,190,222)
#C8C4E1
(200,196,225)
#CDCAE4
(205,202,228)
#D2D0E7
(210,208,231)
#D7D6EA
(215,214,234)
#DCDCED
(220,220,237)
#E1E2F0
(225,226,240)
#E6E8F3
(230,232,243)
#EBEEF6
(235,238,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB8DB color. Also use rgb(190,184,219) instead hex code.

Text Font Color

.myTextColor { color: #BEB8DB; }

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

This text font color is #BEB8DB.

Background Color

.myBgColor { background-color: #BEB8DB; }

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

This div background color is #BEB8DB.

Border color

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

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

This div border color is #BEB8DB.

Opacity

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

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

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

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

This text has shadow with #BEB8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB8DB.

Preview

Color preview on black background

This text has color #BEB8DB on black background.


Color preview on white background

This text has color #BEB8DB on white background.


Black color preview on #BEB8DB background

This text has black color on #BEB8DB background.


White color preview on #BEB8DB background

This text has white color on #BEB8DB background.


Related colors

Complementary color

Complementary color for #hex is #414724.


I love getcolorcode.com

Triadic colors

1 #DBBEB8 and #B8DBBE with #BEB8DB are triadic colors.

2 #DBB8BE and #B8BEDB with #BEB8DB are triadic colors.