HEX: #BC96BC
RGB: (188,150,188)
#BC96BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BC96BC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC96BC wird in RGB als (188,150,188) definiert.
RGB: (188,150,188)
(74%, 59%, 74%)
R 188 von 255 = 74%
G 150 von 255 = 59%
B 188 von 255 = 74%
R + G + B ~ 69%. #BC96BC ziemlich helle Farbe.
R + G + B = 188 + 150 + 188 = 526 (100%)
R 188 von 526 ~ 35.74%
G 150 von 526 ~ 28.52%
B 188 von 526 ~ 35.74'%
Die Farbe #BC96BC wird in CMYK als (0,20,0,26) definiert.
CMYK: (0,20,0,26) C0M20Y0K26 (0%,20%,0%,26%) (0.00/0.20/0.00/0.26)
Farbe #BC96BC in den populären Farbmodellen.
BC | 96 | BC | |
---|---|---|---|
RGB | 188 | 150 | 188 |
HSL | 300° | 22.09% | 66.27% |
HSB/HSV | 300° | 20.21% | 73.73% |
CMYK | 0.00% | 20.21% | 0.00% |
26.27% |
Die Farbe #BC96BC in den populären Zahlensystemen.
Hexadezimal | BC | 96 | BC |
Dezimal | 188 | 150 | 188 |
Binär | 10111100 | 10010110 | 10111100 |
Oktal | 274 | 226 | 274 |
Dunkle Töne der Farbe #BC96BC
Helle Töne der Farbe #BC96BC
Beispiele css- und html für Elemente in der Farbe #BC96BC. Bitte benutzen Sie auch rgb(188,150,188) statt hex-Code.
.myTextColor { color: #BC96BC; }
<p style="color:#BC96BC">This sample text font color is #BC96BC.</p>
Die Farbe dieses Textes ist #BC96BC.
.myBgColor { background-color: #BC96BC; }
<div style="background-color:#BC96BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC96BC.
.myBorderColor { border: 1px solid #BC96BC; }
<div style="border:3px solid #BC96BC">Div</div>
Die Grenzen von diesem div sind in Farbe #BC96BC.
.myOpacity80 { color: #BC96BC; opacity: 0.8; }
<p style="color:#BC96BC;opacity:0.8;">80%</p>
Text in Farbe #BC96BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC96BC;}
<p style="text-shadow: 3px 3px 1px #BC96BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC96BC.
.textShadow {text-shadow: 3px 3px 1px #BC96BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC96BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC96BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC96BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC96BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC96BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC96BC;
-webkit-box-shadow: 1px 1px 3px 2px #BC96BC;
box-shadow: 1px 1px 3px 2px #BC96BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC96BC; -webkit-box-shadow: 1px 1px 3px 2px #BC96BC; box-shadow:1px 1px 3px 2px #BC96BC;">
Div content here
</div>
Dieser Text ist in der Farbe #BC96BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC96BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC96BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC96BC.
Kontrastfarbe für #hex ist #436943.