HEX: #BC88CB
RGB: (188,136,203)
#BC88CB enthält hauptsächlich rote und blaue Farbe. Für #BC88CB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC88CB wird in RGB als (188,136,203) definiert.
RGB: (188,136,203) (74%,53%,80%)
R 188 von 255 = 74%
G 136 von 255 = 53%
B 203 von 255 = 80%
R + G + B ~ 69%. #BC88CB ziemlich helle Farbe.
R + G + B =
188 + 136 + 203 = 527 (100%)
R 188 von 527 ~ 35.67%
G 136 von 527 ~ 25.81%
B 203 von 527 ~ 38.52%
Die Farbe #BC88CB wird in CMYK als (7,33,0,20) definiert.
CMYK: (7,33,0,20) C7M33Y0K20 (7%,33%,0%,20%) (0.07/0.33/0.00/0.20)
BC | 88 | CB | |
---|---|---|---|
RGB | 188 | 136 | 203 |
HSL | 287° | 39.18% | 66.47% |
HSB/HSV | 287° | 33.00% | 79.61% |
CMYK | 7.39% | 33.00% | 0.00% |
20.39% |
Hexadezimal | BC | 88 | CB |
Dezimal | 188 | 136 | 203 |
Binär | 10111100 | 10001000 | 11001011 |
Oktal | 274 | 210 | 313 |
Beispiele css- und html für Elemente in der Farbe #BC88CB. Bitte benutzen Sie auch rgb(188,136,203) statt hex-Code.
.myTextColor { color: #BC88CB; }
<p style="color:#BC88CB">This sample text font color is #BC88CB.</p>
Die Farbe dieses Textes ist #BC88CB.
.myBgColor { background-color: #BC88CB; }
<div style="background-color:#BC88CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC88CB.
.myBorderColor { border: 1px solid #BC88CB; }
<div style="border:3px solid #BC88CB">Div</div>
Die Grenzen von diesem div sind in Farbe #BC88CB.
.myOpacity80 { color: #BC88CB; opacity: 0.8; }
<p style="color:#BC88CB;opacity:0.8;">80%</p>
Text in Farbe #BC88CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC88CB;}
<p style="text-shadow: 3px 3px 1px #BC88CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC88CB.
.textShadow {text-shadow: 3px 3px 1px #BC88CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC88CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC88CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC88CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC88CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC88CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC88CB; -webkit-box-shadow: 1px 1px 3px 2px #BC88CB; box-shadow: 1px 1px 3px 2px #BC88CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC88CB; -webkit-box-shadow: 1px 1px 3px 2px #BC88CB; box-shadow:1px 1px 3px 2px #BC88CB;">
Div content here</div>
Dieser Text ist in der Farbe #BC88CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC88CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC88CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC88CB.