COLOR #BEA5F4

HEX: #BEA5F4
RGB: (190,165,244)

Renk bilgisi

#BEA5F4 contains mainly red and blue colors. #BEA5F4 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#BEA5F4 color RGB value is (190,165,244).

  • kırmız ton 190;
  • yeşil ton 165;
  • mavi ton 244.
RGB:
(190,165,244)
(75%,65%,96%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 244 of 255 = 96%

190
165
244

R + G + B ~ 79%. #BEA5F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 244 = 599 (100%)
R 190 of 599 ~ 31.72%
G 165 of 599 ~ 27.55%
B 244 of 599 ~ 40.73%

%31.72
%27.55
%40.73

CMYK RENK MODELİ

#BEA5F4 rengi CMYK tonu (22,32,0,4).

  • camgöbeği tonu 22.13%
  • eflatun tonu 32.38%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(22,32,0,4)
C22M32Y0K4 
(22%,32%,0%,4%)
(0.22/0.32/0.00/0.04)	

CMYK yüzdeleri

%22.13
%32.38
%0
%4.31

Codes

Color #BEA5F4 in popluar color models

BEA5F4
RGB190165244
HSL259°78.22%80.20%
HSB/HSV259°32.38%95.69%
CMYK22.13%32.38%0.00%
4.31%

Color #BEA5F4 in popluar number systems.

HEXBEA5F4
Decimal190165244
Binary101111101010010111110100
Octal276245364

Shades and tints

Shades of #BEA5F4

#BEA5F4
(190,165,244)
#AD96DE
(173,150,222)
#9C87C8
(156,135,200)
#8B78B2
(139,120,178)
#7A699C
(122,105,156)
#695A86
(105,90,134)
#584B70
(88,75,112)
#473C5A
(71,60,90)
#362D44
(54,45,68)
#251E2E
(37,30,46)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #BEA5F4

#BEA5F4
(190,165,244)
#C3ADF5
(195,173,245)
#C8B5F6
(200,181,246)
#CDBDF7
(205,189,247)
#D2C5F8
(210,197,248)
#D7CDF9
(215,205,249)
#DCD5FA
(220,213,250)
#E1DDFB
(225,221,251)
#E6E5FC
(230,229,252)
#EBEDFD
(235,237,253)
#F0F5FE
(240,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA5F4 color. Also use rgb(190,165,244) instead hex code.

Text Font Color

.myTextColor { color: #BEA5F4; }

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

This text font color is #BEA5F4.


Background Color

.myBgColor { background-color: #BEA5F4; }

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

This div background color is #BEA5F4.


Border color

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

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

This div border color is #BEA5F4.


Opacity

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

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

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

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

This text has shadow with #BEA5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5F4 on black background.


Color preview on white background

This text has color #BEA5F4 on white background.



Black color preview on #BEA5F4 background

This text has black color on #BEA5F4 background.


White color preview on #BEA5F4 background

This text has white color on #BEA5F4 background.