FARBE #B1BEFA

HEX: #B1BEFA
RGB: (177,190,250)

Farbeninformationen

#B1BEFA enthält hauptsächlich blaue Farbe. Für #B1BEFA ist eine «websichere» Webfarbe #99CCFF (oder kurz #9CF).

Farbmodelle RGB

Die Farbe #B1BEFA wird in RGB als (177,190,250) definiert.

  • Rot hat einen Wert von 177;
  • Grün hat einen Wert von 190;
  • Blau hat einen Wert von 250.
RGB:
(177,190,250)
(69%,75%,98%)

Kanäle in RGB und Sättigung

R 177 von 255 = 69%
G 190 von 255 = 75%
B 250 von 255 = 98%

177
190
250

R + G + B ~ 81%. #B1BEFA ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
177 + 190 + 250 = 617 (100%)
R 177 von 617 ~ 28.69%
G 190 von 617 ~ 30.79%
B 250 von 617 ~ 40.52%

%28.69
%30.79
%40.52

Farbmodell CMYK

Die Farbe #B1BEFA wird in CMYK als (29,24,0,2) definiert.

  • Cyan hat einen Wert von 29.20%
  • Magenta hat einen Wert von 24.00%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 1.96%
CMYK:
(29,24,0,2)
C29M24Y0K2 
(29%,24%,0%,2%)
(0.29/0.24/0.00/0.02)	

CMYK-Kanäle in Prozent

%29.2
%24
%0
%1.96

Farbcodes

Farbe #B1BEFA in den populären Farbmodellen.

B1BEFA
RGB177190250
HSL229°87.95%83.73%
HSB/HSV229°29.20%98.04%
CMYK29.20%24.00%0.00%
1.96%

Die Farbe #B1BEFA in den populären Zahlensystemen.

HexadezimalB1BEFA
Dezimal177190250
Binär101100011011111011111010
Oktal261276372

Farbtöne

Dunkle Töne der Farbe #B1BEFA

#B1BEFA
(177,190,250)
#A1ADE4
(161,173,228)
#919CCE
(145,156,206)
#818BB8
(129,139,184)
#717AA2
(113,122,162)
#61698C
(97,105,140)
#515876
(81,88,118)
#414760
(65,71,96)
#31364A
(49,54,74)
#212534
(33,37,52)
#11141E
(17,20,30)
#000000
(0,0,0)

Helle Töne der Farbe #B1BEFA

#B1BEFA
(177,190,250)
#B8C3FA
(184,195,250)
#BFC8FA
(191,200,250)
#C6CDFA
(198,205,250)
#CDD2FA
(205,210,250)
#D4D7FA
(212,215,250)
#DBDCFA
(219,220,250)
#E2E1FA
(226,225,250)
#E9E6FA
(233,230,250)
#F0EBFA
(240,235,250)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #B1BEFA. Bitte benutzen Sie auch rgb(177,190,250) statt hex-Code.

Textfarbe

.myTextColor { color: #B1BEFA; }

<p style="color:#B1BEFA">This sample text font color is #B1BEFA.</p>

Die Farbe dieses Textes ist #B1BEFA.


Hintergrundfarbe

.myBgColor { background-color: #B1BEFA; }

<div style="background-color:#B1BEFA">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #B1BEFA.


Grenzfarbe

.myBorderColor { border: 1px solid #B1BEFA; }

<div style="border:3px solid #B1BEFA">Div</div>

Die Grenzen von diesem div sind in Farbe #B1BEFA.


Transparenz

.myOpacity80 { color: #B1BEFA; opacity: 0.8; }

<p style="color:#B1BEFA;opacity:0.8;">80%</p>

Text in Farbe #B1BEFA und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.

Hintergrund mit Transparenzgrad 80%.

Hintergrund mit Transparenzgrad 50%.

Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #B1BEFA;}

<p style="text-shadow: 3px 3px 1px #B1BEFA">Text here.</p>

Dieser Text hat den Schatten in Farbe #B1BEFA.

.textShadow {text-shadow: 3px 3px 1px #B1BEFA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B1BEFA, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #B1BEFA und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1BEFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B1BEFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #B1BEFA and red colors in old Internet Explorer.


Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B1BEFA;
  -webkit-box-shadow:	1px 1px 3px 2px #B1BEFA;
  box-shadow:		1px 1px 3px 2px #B1BEFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1BEFA;
-webkit-box-shadow: 1px 1px 3px 2px #B1BEFA;
box-shadow:1px 1px 3px 2px #B1BEFA;">
Div content here</div>
Dieses div hat den Schatten in Farbe #B1BEFA.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #B1BEFA auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #B1BEFA auf dem weißen Hintergrund.



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #B1BEFA

Dieser Text ist schwarz auf dem Hintergrund in Farbe #B1BEFA.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #B1BEFA

Dieser Text ist weiß auf dem Hintergrund in Farbe #B1BEFA.