FARBE #BBC9F0

HEX: #BBC9F0 RGB: (187,201,240)

Farbeninformationen

#BBC9F0 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBC9F0 ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).

Farbmodelle RGB

Die Farbe #BBC9F0 wird in RGB als (187,201,240) definiert.

RGB: (187,201,240) (73%, 79%, 94%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 201 von 255 = 79%
B 240 von 255 = 94%

187
201
240

R + G + B ~ 82%. #BBC9F0 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 187 + 201 + 240 = 628 (100%)
R 187 von 628 ~ 29.78%
G 201 von 628 ~ 32.01%
B 240 von 628 ~ 38.22'%

%29.78
%32.01
%38.22

Farbmodell CMYK

Die Farbe #BBC9F0 wird in CMYK als (22,16,0,6) definiert.

  • Cyan hat einen Wert von 22.08%
  • Magenta hat einen Wert von 16.25%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 5.88%

CMYK: (22,16,0,6)
C22M16Y0K6 (22%, 16%, 0%, 6%)
(0.22 / 0.16 / 0.00 / 0.06)

CMYK-Kanäle in Prozent

%22.08
%16.25
%0
%5.88

Farbcodes

Farbe #BBC9F0 in den populären Farbmodellen.

BB C9 F0
RGB 187 201 240
HSL 224° 63.86% 83.73%
HSB/HSV 224° 22.08% 94.12%
CMYK 22.08% 16.25% 0.00%
5.88%

Die Farbe #BBC9F0 in den populären Zahlensystemen.

Hexadezimal BB C9 F0
Dezimal 187 201 240
Binär 10111011 11001001 11110000
Oktal 273 311 360

Farbtöne

Dunkle Töne der Farbe #BBC9F0

#BBC9F0
(187,201,240)
#AAB7DB
(170,183,219)
#99A5C6
(153,165,198)
#8893B1
(136,147,177)
#77819C
(119,129,156)
#666F87
(102,111,135)
#555D72
(85,93,114)
#444B5D
(68,75,93)
#333948
(51,57,72)
#222733
(34,39,51)
#11151E
(17,21,30)
#000000
(0,0,0)

Helle Töne der Farbe #BBC9F0

#BBC9F0
(187,201,240)
#C1CDF1
(193,205,241)
#C7D1F2
(199,209,242)
#CDD5F3
(205,213,243)
#D3D9F4
(211,217,244)
#D9DDF5
(217,221,245)
#DFE1F6
(223,225,246)
#E5E5F7
(229,229,247)
#EBE9F8
(235,233,248)
#F1EDF9
(241,237,249)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBC9F0; }

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

Die Farbe dieses Textes ist #BBC9F0.

Hintergrundfarbe

.myBgColor { background-color: #BBC9F0; }

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

Der Hintergrund von diesem div ist in Farbe #BBC9F0.

Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBC9F0.

Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBC9F0.


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

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

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


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

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

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

Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC9F0; -webkit-box-shadow: 1px 1px 3px 2px #BBC9F0; box-shadow:1px 1px 3px 2px #BBC9F0;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #BBC9F0.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBC9F0

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


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

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


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #44360F.


I love getcolorcode.com

Farbtriade

1 #F0BBC9 und #C9F0BB kombiniert mit #BBC9F0 sind eine Farbtriade.

2 #F0C9BB und #C9BBF0 kombiniert mit #BBC9F0 sind eine Farbtriade.