HEX: #BEAEDB
RGB: (190,174,219)
#BEAEDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEAEDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BEAEDB wird in RGB als (190,174,219) definiert.
RGB: (190,174,219)
(75%, 68%, 86%)
R 190 von 255 = 75%
G 174 von 255 = 68%
B 219 von 255 = 86%
R + G + B ~ 76%. #BEAEDB ziemlich helle Farbe.
R + G + B = 190 + 174 + 219 = 583 (100%)
R 190 von 583 ~ 32.59%
G 174 von 583 ~ 29.85%
B 219 von 583 ~ 37.56'%
Die Farbe #BEAEDB wird in CMYK als (13,21,0,14) definiert.
CMYK: (13,21,0,14)
C13M21Y0K14 (13%, 21%, 0%, 14%)
(0.13 / 0.21 / 0.00 / 0.14)
Farbe #BEAEDB in den populären Farbmodellen.
BE | AE | DB | |
---|---|---|---|
RGB | 190 | 174 | 219 |
HSL | 261° | 38.46% | 77.06% |
HSB/HSV | 261° | 20.55% | 85.88% |
CMYK | 13.24% | 20.55% | 0.00% |
14.12% |
Die Farbe #BEAEDB in den populären Zahlensystemen.
Hexadezimal | BE | AE | DB |
Dezimal | 190 | 174 | 219 |
Binär | 10111110 | 10101110 | 11011011 |
Oktal | 276 | 256 | 333 |
Dunkle Töne der Farbe #BEAEDB
Helle Töne der Farbe #BEAEDB
Beispiele css- und html für Elemente in der Farbe #BEAEDB. Bitte benutzen Sie auch rgb(190,174,219) statt hex-Code.
.myTextColor { color: #BEAEDB; }
<p style="color:#BEAEDB">This sample text font color is #BEAEDB.</p>
Die Farbe dieses Textes ist #BEAEDB.
.myBgColor { background-color: #BEAEDB; }
<div style="background-color:#BEAEDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEAEDB.
.myBorderColor { border: 1px solid #BEAEDB; }
<div style="border:3px solid #BEAEDB">Div</div>
Die Grenzen von diesem div sind in Farbe #BEAEDB.
.myOpacity80 { color: #BEAEDB; opacity: 0.8; }
<p style="color:#BEAEDB;opacity:0.8;">80%</p>
Text in Farbe #BEAEDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAEDB;}
<p style="text-shadow: 3px 3px 1px #BEAEDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEAEDB.
.textShadow {text-shadow: 3px 3px 1px #BEAEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAEDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEAEDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAEDB;
-webkit-box-shadow: 1px 1px 3px 2px #BEAEDB;
box-shadow: 1px 1px 3px 2px #BEAEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAEDB; -webkit-box-shadow: 1px 1px 3px 2px #BEAEDB; box-shadow:1px 1px 3px 2px #BEAEDB;">
Div content here
</div>
Dieser Text ist in der Farbe #BEAEDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEAEDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEAEDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEAEDB.
Kontrastfarbe für #BEAEDB ist #415124.