HEX: #BEC9EE
RGB: (190,201,238)
#BEC9EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEC9EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #BEC9EE wird in RGB als (190,201,238) definiert.
RGB: (190,201,238)
(75%, 79%, 93%)
R 190 von 255 = 75%
G 201 von 255 = 79%
B 238 von 255 = 93%
R + G + B ~ 82%. #BEC9EE ziemlich helle Farbe.
R + G + B = 190 + 201 + 238 = 629 (100%)
R 190 von 629 ~ 30.21%
G 201 von 629 ~ 31.96%
B 238 von 629 ~ 37.84'%
Die Farbe #BEC9EE wird in CMYK als (20,16,0,7) definiert.
CMYK: (20,16,0,7)
C20M16Y0K7 (20%, 16%, 0%, 7%)
(0.20 / 0.16 / 0.00 / 0.07)
Farbe #BEC9EE in den populären Farbmodellen.
BE | C9 | EE | |
---|---|---|---|
RGB | 190 | 201 | 238 |
HSL | 226° | 58.54% | 83.92% |
HSB/HSV | 226° | 20.17% | 93.33% |
CMYK | 20.17% | 15.55% | 0.00% |
6.67% |
Die Farbe #BEC9EE in den populären Zahlensystemen.
Hexadezimal | BE | C9 | EE |
Dezimal | 190 | 201 | 238 |
Binär | 10111110 | 11001001 | 11101110 |
Oktal | 276 | 311 | 356 |
Dunkle Töne der Farbe #BEC9EE
Helle Töne der Farbe #BEC9EE
Beispiele css- und html für Elemente in der Farbe #BEC9EE. Bitte benutzen Sie auch rgb(190,201,238) statt hex-Code.
.myTextColor { color: #BEC9EE; }
<p style="color:#BEC9EE">This sample text font color is #BEC9EE.</p>
Die Farbe dieses Textes ist #BEC9EE.
.myBgColor { background-color: #BEC9EE; }
<div style="background-color:#BEC9EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEC9EE.
.myBorderColor { border: 1px solid #BEC9EE; }
<div style="border:3px solid #BEC9EE">Div</div>
Die Grenzen von diesem div sind in Farbe #BEC9EE.
.myOpacity80 { color: #BEC9EE; opacity: 0.8; }
<p style="color:#BEC9EE;opacity:0.8;">80%</p>
Text in Farbe #BEC9EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEC9EE;}
<p style="text-shadow: 3px 3px 1px #BEC9EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEC9EE.
.textShadow {text-shadow: 3px 3px 1px #BEC9EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEC9EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEC9EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC9EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEC9EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEC9EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC9EE;
-webkit-box-shadow: 1px 1px 3px 2px #BEC9EE;
box-shadow: 1px 1px 3px 2px #BEC9EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC9EE; -webkit-box-shadow: 1px 1px 3px 2px #BEC9EE; box-shadow:1px 1px 3px 2px #BEC9EE;">
Div content here
</div>
Dieser Text ist in der Farbe #BEC9EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEC9EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEC9EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEC9EE.
Kontrastfarbe für #hex ist #413611.