HEX: #BC6689
RGB: (188,102,137)
#BC6689 enthält hauptsächlich rote und blaue Farbe. Für #BC6689 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BC6689 wird in RGB als (188,102,137) definiert.
RGB: (188,102,137) (74%,40%,54%)
R 188 von 255 = 74%
G 102 von 255 = 40%
B 137 von 255 = 54%
R + G + B ~ 56%. #BC6689 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 102 + 137 = 427 (100%)
R 188 von 427 ~ 44.03%
G 102 von 427 ~ 23.89%
B 137 von 427 ~ 32.08%
Die Farbe #BC6689 wird in CMYK als (0,46,27,26) definiert.
CMYK: (0,46,27,26) C0M46Y27K26 (0%,46%,27%,26%) (0.00/0.46/0.27/0.26)
BC | 66 | 89 | |
---|---|---|---|
RGB | 188 | 102 | 137 |
HSL | 336° | 39.09% | 56.86% |
HSB/HSV | 336° | 45.74% | 73.73% |
CMYK | 0.00% | 45.74% | 27.13% |
26.27% |
Hexadezimal | BC | 66 | 89 |
Dezimal | 188 | 102 | 137 |
Binär | 10111100 | 1100110 | 10001001 |
Oktal | 274 | 146 | 211 |
Beispiele css- und html für Elemente in der Farbe #BC6689. Bitte benutzen Sie auch rgb(188,102,137) statt hex-Code.
.myTextColor { color: #BC6689; }
<p style="color:#BC6689">This sample text font color is #BC6689.</p>
Die Farbe dieses Textes ist #BC6689.
.myBgColor { background-color: #BC6689; }
<div style="background-color:#BC6689">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC6689.
.myBorderColor { border: 1px solid #BC6689; }
<div style="border:3px solid #BC6689">Div</div>
Die Grenzen von diesem div sind in Farbe #BC6689.
.myOpacity80 { color: #BC6689; opacity: 0.8; }
<p style="color:#BC6689;opacity:0.8;">80%</p>
Text in Farbe #BC6689 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6689;}
<p style="text-shadow: 3px 3px 1px #BC6689">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC6689.
.textShadow {text-shadow: 3px 3px 1px #BC6689, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6689, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC6689 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6689, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6689, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6689 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC6689; -webkit-box-shadow: 1px 1px 3px 2px #BC6689; box-shadow: 1px 1px 3px 2px #BC6689; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC6689; -webkit-box-shadow: 1px 1px 3px 2px #BC6689; box-shadow:1px 1px 3px 2px #BC6689;">
Div content here</div>
Dieser Text ist in der Farbe #BC6689 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC6689 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC6689.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC6689.