HEX: #BEB2DD
RGB: (190,178,221)
#BEB2DD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEB2DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BEB2DD wird in RGB als (190,178,221) definiert.
RGB: (190,178,221)
(75%, 70%, 87%)
R 190 von 255 = 75%
G 178 von 255 = 70%
B 221 von 255 = 87%
R + G + B ~ 77%. #BEB2DD ziemlich helle Farbe.
R + G + B = 190 + 178 + 221 = 589 (100%)
R 190 von 589 ~ 32.26%
G 178 von 589 ~ 30.22%
B 221 von 589 ~ 37.52'%
Die Farbe #BEB2DD wird in CMYK als (14,19,0,13) definiert.
CMYK: (14,19,0,13)
C14M19Y0K13 (14%, 19%, 0%, 13%)
(0.14 / 0.19 / 0.00 / 0.13)
Farbe #BEB2DD in den populären Farbmodellen.
BE | B2 | DD | |
---|---|---|---|
RGB | 190 | 178 | 221 |
HSL | 257° | 38.74% | 78.24% |
HSB/HSV | 257° | 19.46% | 86.67% |
CMYK | 14.03% | 19.46% | 0.00% |
13.33% |
Die Farbe #BEB2DD in den populären Zahlensystemen.
Hexadezimal | BE | B2 | DD |
Dezimal | 190 | 178 | 221 |
Binär | 10111110 | 10110010 | 11011101 |
Oktal | 276 | 262 | 335 |
Dunkle Töne der Farbe #BEB2DD
Helle Töne der Farbe #BEB2DD
Beispiele css- und html für Elemente in der Farbe #BEB2DD. Bitte benutzen Sie auch rgb(190,178,221) statt hex-Code.
.myTextColor { color: #BEB2DD; }
<p style="color:#BEB2DD">This sample text font color is #BEB2DD.</p>
Die Farbe dieses Textes ist #BEB2DD.
.myBgColor { background-color: #BEB2DD; }
<div style="background-color:#BEB2DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEB2DD.
.myBorderColor { border: 1px solid #BEB2DD; }
<div style="border:3px solid #BEB2DD">Div</div>
Die Grenzen von diesem div sind in Farbe #BEB2DD.
.myOpacity80 { color: #BEB2DD; opacity: 0.8; }
<p style="color:#BEB2DD;opacity:0.8;">80%</p>
Text in Farbe #BEB2DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB2DD;}
<p style="text-shadow: 3px 3px 1px #BEB2DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEB2DD.
.textShadow {text-shadow: 3px 3px 1px #BEB2DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB2DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEB2DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB2DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB2DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB2DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB2DD;
-webkit-box-shadow: 1px 1px 3px 2px #BEB2DD;
box-shadow: 1px 1px 3px 2px #BEB2DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB2DD; -webkit-box-shadow: 1px 1px 3px 2px #BEB2DD; box-shadow:1px 1px 3px 2px #BEB2DD;">
Div content here
</div>
Dieser Text ist in der Farbe #BEB2DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEB2DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEB2DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEB2DD.
Kontrastfarbe für #hex ist #414D22.