COLOR #BEBAD3

HEX: #BEBAD3
RGB: (190,186,211)

Color info

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

RGB color model

#BEBAD3 color RGB value is (190,186,211).

  • red value is 190;
  • green value is 186;
  • blue value is 211.
RGB:
(190,186,211)
(75%,73%,83%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 211 of 255 = 83%

190
186
211

R + G + B ~ 77%. #BEBAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 211 = 587 (100%)
R 190 of 587 ~ 32.37%
G 186 of 587 ~ 31.69%
B 211 of 587 ~ 35.95%

%32.37
%31.69
%35.95

CMYK color model

#BEBAD3 color CMYK value is (10,12,0,17).

  • cyan value is 9.95%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,12,0,17)
C10M12Y0K17 
(10%,12%,0%,17%)
(0.10/0.12/0.00/0.17)	

CMYK percentages

%9.95
%11.85
%0
%17.25

Codes

Color #BEBAD3 in popluar color models

BEBAD3
RGB190186211
HSL250°22.12%77.84%
HSB/HSV250°11.85%82.75%
CMYK9.95%11.85%0.00%
17.25%

Color #BEBAD3 in popluar number systems.

HEXBEBAD3
Decimal190186211
Binary101111101011101011010011
Octal276272323

Shades and tints

Shades of #BEBAD3

#BEBAD3
(190,186,211)
#ADAAC0
(173,170,192)
#9C9AAD
(156,154,173)
#8B8A9A
(139,138,154)
#7A7A87
(122,122,135)
#696A74
(105,106,116)
#585A61
(88,90,97)
#474A4E
(71,74,78)
#363A3B
(54,58,59)
#252A28
(37,42,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BEBAD3

#BEBAD3
(190,186,211)
#C3C0D7
(195,192,215)
#C8C6DB
(200,198,219)
#CDCCDF
(205,204,223)
#D2D2E3
(210,210,227)
#D7D8E7
(215,216,231)
#DCDEEB
(220,222,235)
#E1E4EF
(225,228,239)
#E6EAF3
(230,234,243)
#EBF0F7
(235,240,247)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAD3; }

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

This text font color is #BEBAD3.


Background Color

.myBgColor { background-color: #BEBAD3; }

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

This div background color is #BEBAD3.


Border color

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

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

This div border color is #BEBAD3.


Opacity

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

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

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

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

This text has shadow with #BEBAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBAD3 on black background.


Color preview on white background

This text has color #BEBAD3 on white background.



Black color preview on #BEBAD3 background

This text has black color on #BEBAD3 background.


White color preview on #BEBAD3 background

This text has white color on #BEBAD3 background.