HEX: #B5BEDF
RGB: (181,190,223)
#B5BEDF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5BEDF ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B5BEDF wird in RGB als (181,190,223) definiert.
RGB: (181,190,223) (71%,75%,87%)
R 181 von 255 = 71%
G 190 von 255 = 75%
B 223 von 255 = 87%
R + G + B ~ 78%. #B5BEDF ziemlich helle Farbe.
R + G + B =
181 + 190 + 223 = 594 (100%)
R 181 von 594 ~ 30.47%
G 190 von 594 ~ 31.99%
B 223 von 594 ~ 37.54%
Die Farbe #B5BEDF wird in CMYK als (19,15,0,13) definiert.
CMYK: (19,15,0,13) C19M15Y0K13 (19%,15%,0%,13%) (0.19/0.15/0.00/0.13)
B5 | BE | DF | |
---|---|---|---|
RGB | 181 | 190 | 223 |
HSL | 227° | 39.62% | 79.22% |
HSB/HSV | 227° | 18.83% | 87.45% |
CMYK | 18.83% | 14.80% | 0.00% |
12.55% |
Hexadezimal | B5 | BE | DF |
Dezimal | 181 | 190 | 223 |
Binär | 10110101 | 10111110 | 11011111 |
Oktal | 265 | 276 | 337 |
Beispiele css- und html für Elemente in der Farbe #B5BEDF. Bitte benutzen Sie auch rgb(181,190,223) statt hex-Code.
.myTextColor { color: #B5BEDF; }
<p style="color:#B5BEDF">This sample text font color is #B5BEDF.</p>
Die Farbe dieses Textes ist #B5BEDF.
.myBgColor { background-color: #B5BEDF; }
<div style="background-color:#B5BEDF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5BEDF.
.myBorderColor { border: 1px solid #B5BEDF; }
<div style="border:3px solid #B5BEDF">Div</div>
Die Grenzen von diesem div sind in Farbe #B5BEDF.
.myOpacity80 { color: #B5BEDF; opacity: 0.8; }
<p style="color:#B5BEDF;opacity:0.8;">80%</p>
Text in Farbe #B5BEDF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5BEDF;}
<p style="text-shadow: 3px 3px 1px #B5BEDF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5BEDF.
.textShadow {text-shadow: 3px 3px 1px #B5BEDF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5BEDF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5BEDF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5BEDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5BEDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5BEDF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5BEDF; -webkit-box-shadow: 1px 1px 3px 2px #B5BEDF; box-shadow: 1px 1px 3px 2px #B5BEDF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5BEDF; -webkit-box-shadow: 1px 1px 3px 2px #B5BEDF; box-shadow:1px 1px 3px 2px #B5BEDF;">
Div content here</div>
Dieser Text ist in der Farbe #B5BEDF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5BEDF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5BEDF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5BEDF.