HEX: #BC96DA
RGB: (188,150,218)
#BC96DA enthält hauptsächlich rote und blaue Farbe. Für #BC96DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC96DA wird in RGB als (188,150,218) definiert.
RGB: (188,150,218)
(74%, 59%, 85%)
R 188 von 255 = 74%
G 150 von 255 = 59%
B 218 von 255 = 85%
R + G + B ~ 73%. #BC96DA ziemlich helle Farbe.
R + G + B = 188 + 150 + 218 = 556 (100%)
R 188 von 556 ~ 33.81%
G 150 von 556 ~ 26.98%
B 218 von 556 ~ 39.21'%
Die Farbe #BC96DA wird in CMYK als (14,31,0,15) definiert.
CMYK: (14,31,0,15)
C14M31Y0K15 (14%, 31%, 0%, 15%)
(0.14 / 0.31 / 0.00 / 0.15)
Farbe #BC96DA in den populären Farbmodellen.
BC | 96 | DA | |
---|---|---|---|
RGB | 188 | 150 | 218 |
HSL | 274° | 47.89% | 72.16% |
HSB/HSV | 274° | 31.19% | 85.49% |
CMYK | 13.76% | 31.19% | 0.00% |
14.51% |
Die Farbe #BC96DA in den populären Zahlensystemen.
Hexadezimal | BC | 96 | DA |
Dezimal | 188 | 150 | 218 |
Binär | 10111100 | 10010110 | 11011010 |
Oktal | 274 | 226 | 332 |
Dunkle Töne der Farbe #BC96DA
Helle Töne der Farbe #BC96DA
Beispiele css- und html für Elemente in der Farbe #BC96DA. Bitte benutzen Sie auch rgb(188,150,218) statt hex-Code.
.myTextColor { color: #BC96DA; }
<p style="color:#BC96DA">This sample text font color is #BC96DA.</p>
Die Farbe dieses Textes ist #BC96DA.
.myBgColor { background-color: #BC96DA; }
<div style="background-color:#BC96DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC96DA.
.myBorderColor { border: 1px solid #BC96DA; }
<div style="border:3px solid #BC96DA">Div</div>
Die Grenzen von diesem div sind in Farbe #BC96DA.
.myOpacity80 { color: #BC96DA; opacity: 0.8; }
<p style="color:#BC96DA;opacity:0.8;">80%</p>
Text in Farbe #BC96DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC96DA;}
<p style="text-shadow: 3px 3px 1px #BC96DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC96DA.
.textShadow {text-shadow: 3px 3px 1px #BC96DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC96DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC96DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC96DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC96DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC96DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC96DA;
-webkit-box-shadow: 1px 1px 3px 2px #BC96DA;
box-shadow: 1px 1px 3px 2px #BC96DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC96DA; -webkit-box-shadow: 1px 1px 3px 2px #BC96DA; box-shadow:1px 1px 3px 2px #BC96DA;">
Div content here
</div>
Dieser Text ist in der Farbe #BC96DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC96DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC96DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC96DA.
Kontrastfarbe für #hex ist #436925.