HEX: #BB89BD
RGB: (187,137,189)
#BB89BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BB89BD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BB89BD wird in RGB als (187,137,189) definiert.
RGB: (187,137,189) (73%,54%,74%)
R 187 von 255 = 73%
G 137 von 255 = 54%
B 189 von 255 = 74%
R + G + B ~ 67%. #BB89BD ziemlich helle Farbe.
R + G + B =
187 + 137 + 189 = 513 (100%)
R 187 von 513 ~ 36.45%
G 137 von 513 ~ 26.71%
B 189 von 513 ~ 36.84%
Die Farbe #BB89BD wird in CMYK als (1,28,0,26) definiert.
CMYK: (1,28,0,26) C1M28Y0K26 (1%,28%,0%,26%) (0.01/0.28/0.00/0.26)
BB | 89 | BD | |
---|---|---|---|
RGB | 187 | 137 | 189 |
HSL | 298° | 28.26% | 63.92% |
HSB/HSV | 298° | 27.51% | 74.12% |
CMYK | 1.06% | 27.51% | 0.00% |
25.88% |
Hexadezimal | BB | 89 | BD |
Dezimal | 187 | 137 | 189 |
Binär | 10111011 | 10001001 | 10111101 |
Oktal | 273 | 211 | 275 |
Beispiele css- und html für Elemente in der Farbe #BB89BD. Bitte benutzen Sie auch rgb(187,137,189) statt hex-Code.
.myTextColor { color: #BB89BD; }
<p style="color:#BB89BD">This sample text font color is #BB89BD.</p>
Die Farbe dieses Textes ist #BB89BD.
.myBgColor { background-color: #BB89BD; }
<div style="background-color:#BB89BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB89BD.
.myBorderColor { border: 1px solid #BB89BD; }
<div style="border:3px solid #BB89BD">Div</div>
Die Grenzen von diesem div sind in Farbe #BB89BD.
.myOpacity80 { color: #BB89BD; opacity: 0.8; }
<p style="color:#BB89BD;opacity:0.8;">80%</p>
Text in Farbe #BB89BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB89BD;}
<p style="text-shadow: 3px 3px 1px #BB89BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB89BD.
.textShadow {text-shadow: 3px 3px 1px #BB89BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB89BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB89BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB89BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB89BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB89BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB89BD; -webkit-box-shadow: 1px 1px 3px 2px #BB89BD; box-shadow: 1px 1px 3px 2px #BB89BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB89BD; -webkit-box-shadow: 1px 1px 3px 2px #BB89BD; box-shadow:1px 1px 3px 2px #BB89BD;">
Div content here</div>
Dieser Text ist in der Farbe #BB89BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB89BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB89BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB89BD.