COLOR #BEA5DE

HEX: #BEA5DE
RGB: (190,165,222)

Renk bilgisi

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

RGB renk modeli

#BEA5DE color RGB value is (190,165,222).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 222 of 255 = 87%

190
165
222

R + G + B ~ 76%. #BEA5DE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 222 = 577 (100%)
R 190 of 577 ~ 32.93%
G 165 of 577 ~ 28.6%
B 222 of 577 ~ 38.47%

%32.93
%28.6
%38.47

CMYK RENK MODELİ

#BEA5DE rengi CMYK tonu (14,26,0,13).

  • camgöbeği tonu 14.41%
  • eflatun tonu 25.68%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(14,26,0,13)
C14M26Y0K13 
(14%,26%,0%,13%)
(0.14/0.26/0.00/0.13)	

CMYK yüzdeleri

%14.41
%25.68
%0
%12.94

Codes

Color #BEA5DE in popluar color models

BEA5DE
RGB190165222
HSL266°46.34%75.88%
HSB/HSV266°25.68%87.06%
CMYK14.41%25.68%0.00%
12.94%

Color #BEA5DE in popluar number systems.

HEXBEA5DE
Decimal190165222
Binary101111101010010111011110
Octal276245336

Shades and tints

Shades of #BEA5DE

#BEA5DE
(190,165,222)
#AD96CA
(173,150,202)
#9C87B6
(156,135,182)
#8B78A2
(139,120,162)
#7A698E
(122,105,142)
#695A7A
(105,90,122)
#584B66
(88,75,102)
#473C52
(71,60,82)
#362D3E
(54,45,62)
#251E2A
(37,30,42)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BEA5DE

#BEA5DE
(190,165,222)
#C3ADE1
(195,173,225)
#C8B5E4
(200,181,228)
#CDBDE7
(205,189,231)
#D2C5EA
(210,197,234)
#D7CDED
(215,205,237)
#DCD5F0
(220,213,240)
#E1DDF3
(225,221,243)
#E6E5F6
(230,229,246)
#EBEDF9
(235,237,249)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA5DE; }

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

This text font color is #BEA5DE.


Background Color

.myBgColor { background-color: #BEA5DE; }

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

This div background color is #BEA5DE.


Border color

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

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

This div border color is #BEA5DE.


Opacity

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

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

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

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

This text has shadow with #BEA5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5DE on black background.


Color preview on white background

This text has color #BEA5DE on white background.



Black color preview on #BEA5DE background

This text has black color on #BEA5DE background.


White color preview on #BEA5DE background

This text has white color on #BEA5DE background.