COLOR #BEBAD8

HEX: #BEBAD8 RGB: (190,186,216)

Color info

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

RGB color model

#BEBAD8 color RGB value is (190,186,216).

RGB: (190,186,216) (75%, 73%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 216 of 255 = 85%

190
186
216

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 216 = 592 (100%)
R 190 of 592 ~ 32.09%
G 186 of 592 ~ 31.42%
B 216 of 592 ~ 36.49'%

%32.09
%31.42
%36.49

CMYK color model

#BEBAD8 color CMYK value is (12,14,0,15).

  • cyan value is 12.04%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,14,0,15)
C12M14Y0K15 (12%, 14%, 0%, 15%)
(0.12 / 0.14 / 0.00 / 0.15)

CMYK percentages

%12.04
%13.89
%0
%15.29

Codes

Color #BEBAD8 in popluar color models

BE BA D8
RGB 190 186 216
HSL 248° 27.78% 78.82%
HSB/HSV 248° 13.89% 84.71%
CMYK 12.04% 13.89% 0.00%
15.29%

Color #BEBAD8 in popluar number systems.

HEX BE BA D8
Decimal 190 186 216
Binary 10111110 10111010 11011000
Octal 276 272 330

Shades and tints

Shades of #BEBAD8

#BEBAD8
(190,186,216)
#ADAAC5
(173,170,197)
#9C9AB2
(156,154,178)
#8B8A9F
(139,138,159)
#7A7A8C
(122,122,140)
#696A79
(105,106,121)
#585A66
(88,90,102)
#474A53
(71,74,83)
#363A40
(54,58,64)
#252A2D
(37,42,45)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #BEBAD8

#BEBAD8
(190,186,216)
#C3C0DB
(195,192,219)
#C8C6DE
(200,198,222)
#CDCCE1
(205,204,225)
#D2D2E4
(210,210,228)
#D7D8E7
(215,216,231)
#DCDEEA
(220,222,234)
#E1E4ED
(225,228,237)
#E6EAF0
(230,234,240)
#EBF0F3
(235,240,243)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBAD8 color. Also use rgb(190,186,216) instead hex code.

Text Font Color

.myTextColor { color: #BEBAD8; }

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

This text font color is #BEBAD8.

Background Color

.myBgColor { background-color: #BEBAD8; }

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

This div background color is #BEBAD8.

Border color

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

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

This div border color is #BEBAD8.

Opacity

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

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

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

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

This text has shadow with #BEBAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAD8.

Preview

Color preview on black background

This text has color #BEBAD8 on black background.


Color preview on white background

This text has color #BEBAD8 on white background.


Black color preview on #BEBAD8 background

This text has black color on #BEBAD8 background.


White color preview on #BEBAD8 background

This text has white color on #BEBAD8 background.


Related colors

Complementary color

Complementary color for #hex is #414527.


I love getcolorcode.com

Triadic colors

1 #D8BEBA and #BAD8BE with #BEBAD8 are triadic colors.

2 #D8BABE and #BABED8 with #BEBAD8 are triadic colors.