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