FARBE #BBC1CA

HEX: #BBC1CA
RGB: (187,193,202)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #BBC1CA wird in RGB als (187,193,202) definiert.

  • Rot hat einen Wert von 187;
  • Grün hat einen Wert von 193;
  • Blau hat einen Wert von 202.
RGB:
(187,193,202)
(73%,76%,79%)

Kanäle in RGB und Sättigung

R 187 von 255 = 73%
G 193 von 255 = 76%
B 202 von 255 = 79%

187
193
202

R + G + B ~ 76%. #BBC1CA ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
187 + 193 + 202 = 582 (100%)
R 187 von 582 ~ 32.13%
G 193 von 582 ~ 33.16%
B 202 von 582 ~ 34.71%

%32.13
%33.16
%34.71

Farbmodell CMYK

Die Farbe #BBC1CA wird in CMYK als (7,4,0,21) definiert.

  • Cyan hat einen Wert von 7.43%
  • Magenta hat einen Wert von 4.46%
  • Gelb hat einen Wert von 0.00%
  • Schlüsselfarbe hat einen Wert von 20.78%
CMYK:
(7,4,0,21)
C7M4Y0K21 
(7%,4%,0%,21%)
(0.07/0.04/0.00/0.21)	

CMYK-Kanäle in Prozent

%7.43
%4.46
%0
%20.78

Farbcodes

Farbe #BBC1CA in den populären Farbmodellen.

BBC1CA
RGB187193202
HSL216°12.40%76.27%
HSB/HSV216°7.43%79.22%
CMYK7.43%4.46%0.00%
20.78%

Die Farbe #BBC1CA in den populären Zahlensystemen.

HexadezimalBBC1CA
Dezimal187193202
Binär101110111100000111001010
Oktal273301312

Farbtöne

Dunkle Töne der Farbe #BBC1CA

#BBC1CA
(187,193,202)
#AAB0B8
(170,176,184)
#999FA6
(153,159,166)
#888E94
(136,142,148)
#777D82
(119,125,130)
#666C70
(102,108,112)
#555B5E
(85,91,94)
#444A4C
(68,74,76)
#33393A
(51,57,58)
#222828
(34,40,40)
#111716
(17,23,22)
#000000
(0,0,0)

Helle Töne der Farbe #BBC1CA

#BBC1CA
(187,193,202)
#C1C6CE
(193,198,206)
#C7CBD2
(199,203,210)
#CDD0D6
(205,208,214)
#D3D5DA
(211,213,218)
#D9DADE
(217,218,222)
#DFDFE2
(223,223,226)
#E5E4E6
(229,228,230)
#EBE9EA
(235,233,234)
#F1EEEE
(241,238,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #BBC1CA; }

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

Die Farbe dieses Textes ist #BBC1CA.


Hintergrundfarbe

.myBgColor { background-color: #BBC1CA; }

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

Der Hintergrund von diesem div ist in Farbe #BBC1CA.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #BBC1CA.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #BBC1CA.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #BBC1CA

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


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

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