COLOR #BEA0E0

HEX: #BEA0E0
RGB: (190,160,224)

Renk bilgisi

#BEA0E0 contains mainly red and blue colors. #BEA0E0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#BEA0E0 color RGB value is (190,160,224).

  • kırmız ton 190;
  • yeşil ton 160;
  • mavi ton 224.
RGB:
(190,160,224)
(75%,63%,88%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 160 of 255 = 63%
B 224 of 255 = 88%

190
160
224

R + G + B ~ 75%. #BEA0E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 160 + 224 = 574 (100%)
R 190 of 574 ~ 33.1%
G 160 of 574 ~ 27.87%
B 224 of 574 ~ 39.02%

%33.1
%27.87
%39.02

CMYK RENK MODELİ

#BEA0E0 rengi CMYK tonu (15,29,0,12).

  • camgöbeği tonu 15.18%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(15,29,0,12)
C15M29Y0K12 
(15%,29%,0%,12%)
(0.15/0.29/0.00/0.12)	

CMYK yüzdeleri

%15.18
%28.57
%0
%12.16

Codes

Color #BEA0E0 in popluar color models

BEA0E0
RGB190160224
HSL268°50.79%75.29%
HSB/HSV268°28.57%87.84%
CMYK15.18%28.57%0.00%
12.16%

Color #BEA0E0 in popluar number systems.

HEXBEA0E0
Decimal190160224
Binary101111101010000011100000
Octal276240340

Shades and tints

Shades of #BEA0E0

#BEA0E0
(190,160,224)
#AD92CC
(173,146,204)
#9C84B8
(156,132,184)
#8B76A4
(139,118,164)
#7A6890
(122,104,144)
#695A7C
(105,90,124)
#584C68
(88,76,104)
#473E54
(71,62,84)
#363040
(54,48,64)
#25222C
(37,34,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEA0E0

#BEA0E0
(190,160,224)
#C3A8E2
(195,168,226)
#C8B0E4
(200,176,228)
#CDB8E6
(205,184,230)
#D2C0E8
(210,192,232)
#D7C8EA
(215,200,234)
#DCD0EC
(220,208,236)
#E1D8EE
(225,216,238)
#E6E0F0
(230,224,240)
#EBE8F2
(235,232,242)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA0E0 color. Also use rgb(190,160,224) instead hex code.

Text Font Color

.myTextColor { color: #BEA0E0; }

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

This text font color is #BEA0E0.


Background Color

.myBgColor { background-color: #BEA0E0; }

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

This div background color is #BEA0E0.


Border color

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

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

This div border color is #BEA0E0.


Opacity

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

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

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

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

This text has shadow with #BEA0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0E0 on black background.


Color preview on white background

This text has color #BEA0E0 on white background.



Black color preview on #BEA0E0 background

This text has black color on #BEA0E0 background.


White color preview on #BEA0E0 background

This text has white color on #BEA0E0 background.