COLOR #BEA5E8

HEX: #BEA5E8
RGB: (190,165,232)

Renk bilgisi

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

RGB renk modeli

#BEA5E8 color RGB value is (190,165,232).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 232 of 255 = 91%

190
165
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 232 = 587 (100%)
R 190 of 587 ~ 32.37%
G 165 of 587 ~ 28.11%
B 232 of 587 ~ 39.52%

%32.37
%28.11
%39.52

CMYK RENK MODELİ

#BEA5E8 rengi CMYK tonu (18,29,0,9).

  • camgöbeği tonu 18.10%
  • eflatun tonu 28.88%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(18,29,0,9)
C18M29Y0K9 
(18%,29%,0%,9%)
(0.18/0.29/0.00/0.09)	

CMYK yüzdeleri

%18.1
%28.88
%0
%9.02

Codes

Color #BEA5E8 in popluar color models

BEA5E8
RGB190165232
HSL262°59.29%77.84%
HSB/HSV262°28.88%90.98%
CMYK18.10%28.88%0.00%
9.02%

Color #BEA5E8 in popluar number systems.

HEXBEA5E8
Decimal190165232
Binary101111101010010111101000
Octal276245350

Shades and tints

Shades of #BEA5E8

#BEA5E8
(190,165,232)
#AD96D3
(173,150,211)
#9C87BE
(156,135,190)
#8B78A9
(139,120,169)
#7A6994
(122,105,148)
#695A7F
(105,90,127)
#584B6A
(88,75,106)
#473C55
(71,60,85)
#362D40
(54,45,64)
#251E2B
(37,30,43)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BEA5E8

#BEA5E8
(190,165,232)
#C3ADEA
(195,173,234)
#C8B5EC
(200,181,236)
#CDBDEE
(205,189,238)
#D2C5F0
(210,197,240)
#D7CDF2
(215,205,242)
#DCD5F4
(220,213,244)
#E1DDF6
(225,221,246)
#E6E5F8
(230,229,248)
#EBEDFA
(235,237,250)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA5E8; }

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

This text font color is #BEA5E8.


Background Color

.myBgColor { background-color: #BEA5E8; }

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

This div background color is #BEA5E8.


Border color

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

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

This div border color is #BEA5E8.


Opacity

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

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

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

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

This text has shadow with #BEA5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5E8 on black background.


Color preview on white background

This text has color #BEA5E8 on white background.



Black color preview on #BEA5E8 background

This text has black color on #BEA5E8 background.


White color preview on #BEA5E8 background

This text has white color on #BEA5E8 background.