FARBE #BBAEEF

HEX: #BBAEEF
RGB: (187,174,239)

Farbeninformationen

#BBAEEF enthält hauptsächlich rote und blaue Farbe. Für #BBAEEF ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).

Farbmodelle RGB

Die Farbe #BBAEEF wird in RGB als (187,174,239) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 174;
  • Blau hat einen Wert von 239.
RGB:
(187,174,239)
(73%,68%,94%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 174 von 255 = 68%
B 239 von 255 = 94%

187
174
239

R + G + B ~ 78%. #BBAEEF ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 174 + 239 = 600 (100%)
R 187 von 600 ~ 31.17%
G 174 von 600 ~ 29%
B 239 von 600 ~ 39.83%

%31.17
%29
%39.83

Farbmodell CMYK

Die Farbe #BBAEEF wird in CMYK als (22,27,0,6) definiert.

  • Cyan hat einen Wert von 21.76%
  • Magenta hat einen Wert von 27.20%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 6.27%
CMYK:
(22,27,0,6)
C22M27Y0K6 
(22%,27%,0%,6%)
(0.22/0.27/0.00/0.06)	

CMYK-Kanäle in Prozent

%21.76
%27.2
%0
%6.27

Farbcodes

Farbe #BBAEEF in den populären Farbmodellen.

BBAEEF
RGB187174239
HSL252°67.01%80.98%
HSB/HSV252°27.20%93.73%
CMYK21.76%27.20%0.00%
6.27%

Die Farbe #BBAEEF in den populären Zahlensystemen.

HexadezimalBBAEEF
Dezimal187174239
Binär101110111010111011101111
Oktal273256357

Farbtöne

Dunkle Töne der Farbe #BBAEEF

#BBAEEF
(187,174,239)
#AA9FDA
(170,159,218)
#9990C5
(153,144,197)
#8881B0
(136,129,176)
#77729B
(119,114,155)
#666386
(102,99,134)
#555471
(85,84,113)
#44455C
(68,69,92)
#333647
(51,54,71)
#222732
(34,39,50)
#11181D
(17,24,29)
#000000
(0,0,0)

Helle Töne der Farbe #BBAEEF

#BBAEEF
(187,174,239)
#C1B5F0
(193,181,240)
#C7BCF1
(199,188,241)
#CDC3F2
(205,195,242)
#D3CAF3
(211,202,243)
#D9D1F4
(217,209,244)
#DFD8F5
(223,216,245)
#E5DFF6
(229,223,246)
#EBE6F7
(235,230,247)
#F1EDF8
(241,237,248)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #BBAEEF. Bitte benutzen Sie auch rgb(187,174,239) statt hex-Code.

Textfarbe

.myTextColor { color: #BBAEEF; }

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

Die Farbe dieses Textes ist #BBAEEF.


Hintergrundfarbe

.myBgColor { background-color: #BBAEEF; }

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

Der Hintergrund von diesem div ist in Farbe #BBAEEF.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBAEEF.


Transparenz

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

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

Text in Farbe #BBAEEF 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 #BBAEEF;}

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

Dieser Text hat den Schatten in Farbe #BBAEEF.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBAEEF

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


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

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