COLOR #BEB5E4

HEX: #BEB5E4
RGB: (190,181,228)

Renk bilgisi

#BEB5E4 contains red, green and blue colors in about the same proportion. #BEB5E4 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BEB5E4 color RGB value is (190,181,228).

  • kırmız ton 190;
  • yeşil ton 181;
  • mavi ton 228.
RGB:
(190,181,228)
(75%,71%,89%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 181 of 255 = 71%
B 228 of 255 = 89%

190
181
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 181 + 228 = 599 (100%)
R 190 of 599 ~ 31.72%
G 181 of 599 ~ 30.22%
B 228 of 599 ~ 38.06%

%31.72
%30.22
%38.06

CMYK RENK MODELİ

#BEB5E4 rengi CMYK tonu (17,21,0,11).

  • camgöbeği tonu 16.67%
  • eflatun tonu 20.61%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(17,21,0,11)
C17M21Y0K11 
(17%,21%,0%,11%)
(0.17/0.21/0.00/0.11)	

CMYK yüzdeleri

%16.67
%20.61
%0
%10.59

Codes

Color #BEB5E4 in popluar color models

BEB5E4
RGB190181228
HSL251°46.53%80.20%
HSB/HSV251°20.61%89.41%
CMYK16.67%20.61%0.00%
10.59%

Color #BEB5E4 in popluar number systems.

HEXBEB5E4
Decimal190181228
Binary101111101011010111100100
Octal276265344

Shades and tints

Shades of #BEB5E4

#BEB5E4
(190,181,228)
#ADA5D0
(173,165,208)
#9C95BC
(156,149,188)
#8B85A8
(139,133,168)
#7A7594
(122,117,148)
#696580
(105,101,128)
#58556C
(88,85,108)
#474558
(71,69,88)
#363544
(54,53,68)
#252530
(37,37,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BEB5E4

#BEB5E4
(190,181,228)
#C3BBE6
(195,187,230)
#C8C1E8
(200,193,232)
#CDC7EA
(205,199,234)
#D2CDEC
(210,205,236)
#D7D3EE
(215,211,238)
#DCD9F0
(220,217,240)
#E1DFF2
(225,223,242)
#E6E5F4
(230,229,244)
#EBEBF6
(235,235,246)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5E4 color. Also use rgb(190,181,228) instead hex code.

Text Font Color

.myTextColor { color: #BEB5E4; }

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

This text font color is #BEB5E4.


Background Color

.myBgColor { background-color: #BEB5E4; }

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

This div background color is #BEB5E4.


Border color

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

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

This div border color is #BEB5E4.


Opacity

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

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

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

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

This text has shadow with #BEB5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5E4 on black background.


Color preview on white background

This text has color #BEB5E4 on white background.



Black color preview on #BEB5E4 background

This text has black color on #BEB5E4 background.


White color preview on #BEB5E4 background

This text has white color on #BEB5E4 background.