COLOR #BEBADD

HEX: #BEBADD RGB: (190,186,221)

Color info

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

RGB color model

#BEBADD color RGB value is (190,186,221).

RGB: (190,186,221) (75%, 73%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 221 of 255 = 87%

190
186
221

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 221 = 597 (100%)
R 190 of 597 ~ 31.83%
G 186 of 597 ~ 31.16%
B 221 of 597 ~ 37.02'%

%31.83
%31.16
%37.02

CMYK color model

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

  • cyan value is 14.03%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 13.33%

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

CMYK percentages

%14.03
%15.84
%0
%13.33

Codes

Color #BEBADD in popluar color models

BE BA DD
RGB 190 186 221
HSL 247° 33.98% 79.80%
HSB/HSV 247° 15.84% 86.67%
CMYK 14.03% 15.84% 0.00%
13.33%

Color #BEBADD in popluar number systems.

HEX BE BA DD
Decimal 190 186 221
Binary 10111110 10111010 11011101
Octal 276 272 335

Shades and tints

Shades of #BEBADD

#BEBADD
(190,186,221)
#ADAAC9
(173,170,201)
#9C9AB5
(156,154,181)
#8B8AA1
(139,138,161)
#7A7A8D
(122,122,141)
#696A79
(105,106,121)
#585A65
(88,90,101)
#474A51
(71,74,81)
#363A3D
(54,58,61)
#252A29
(37,42,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BEBADD

#BEBADD
(190,186,221)
#C3C0E0
(195,192,224)
#C8C6E3
(200,198,227)
#CDCCE6
(205,204,230)
#D2D2E9
(210,210,233)
#D7D8EC
(215,216,236)
#DCDEEF
(220,222,239)
#E1E4F2
(225,228,242)
#E6EAF5
(230,234,245)
#EBF0F8
(235,240,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBADD; }

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

This text font color is #BEBADD.

Background Color

.myBgColor { background-color: #BEBADD; }

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

This div background color is #BEBADD.

Border color

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

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

This div border color is #BEBADD.

Opacity

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

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

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

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

This text has shadow with #BEBADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBADD.

Preview

Color preview on black background

This text has color #BEBADD on black background.


Color preview on white background

This text has color #BEBADD on white background.


Black color preview on #BEBADD background

This text has black color on #BEBADD background.


White color preview on #BEBADD background

This text has white color on #BEBADD background.


Related colors

Complementary color

Complementary color for #hex is #414522.


I love getcolorcode.com

Triadic colors

1 #DDBEBA and #BADDBE with #BEBADD are triadic colors.

2 #DDBABE and #BABEDD with #BEBADD are triadic colors.