HEX: #BBAEDD
RGB: (187,174,221)
#BBAEDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BBAEDD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BBAEDD wird in RGB als (187,174,221) definiert.
RGB: (187,174,221)
(73%, 68%, 87%)
R 187 von 255 = 73%
G 174 von 255 = 68%
B 221 von 255 = 87%
R + G + B ~ 76%. #BBAEDD ziemlich helle Farbe.
R + G + B = 187 + 174 + 221 = 582 (100%)
R 187 von 582 ~ 32.13%
G 174 von 582 ~ 29.9%
B 221 von 582 ~ 37.97'%
Die Farbe #BBAEDD wird in CMYK als (15,21,0,13) definiert.
CMYK: (15,21,0,13) C15M21Y0K13 (15%,21%,0%,13%) (0.15/0.21/0.00/0.13)
Farbe #BBAEDD in den populären Farbmodellen.
BB | AE | DD | |
---|---|---|---|
RGB | 187 | 174 | 221 |
HSL | 257° | 40.87% | 77.45% |
HSB/HSV | 257° | 21.27% | 86.67% |
CMYK | 15.38% | 21.27% | 0.00% |
13.33% |
Die Farbe #BBAEDD in den populären Zahlensystemen.
Hexadezimal | BB | AE | DD |
Dezimal | 187 | 174 | 221 |
Binär | 10111011 | 10101110 | 11011101 |
Oktal | 273 | 256 | 335 |
Dunkle Töne der Farbe #BBAEDD
Helle Töne der Farbe #BBAEDD
Beispiele css- und html für Elemente in der Farbe #BBAEDD. Bitte benutzen Sie auch rgb(187,174,221) statt hex-Code.
.myTextColor { color: #BBAEDD; }
<p style="color:#BBAEDD">This sample text font color is #BBAEDD.</p>
Die Farbe dieses Textes ist #BBAEDD.
.myBgColor { background-color: #BBAEDD; }
<div style="background-color:#BBAEDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BBAEDD.
.myBorderColor { border: 1px solid #BBAEDD; }
<div style="border:3px solid #BBAEDD">Div</div>
Die Grenzen von diesem div sind in Farbe #BBAEDD.
.myOpacity80 { color: #BBAEDD; opacity: 0.8; }
<p style="color:#BBAEDD;opacity:0.8;">80%</p>
Text in Farbe #BBAEDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBAEDD;}
<p style="text-shadow: 3px 3px 1px #BBAEDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #BBAEDD.
.textShadow {text-shadow: 3px 3px 1px #BBAEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBAEDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BBAEDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBAEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBAEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBAEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBAEDD;
-webkit-box-shadow: 1px 1px 3px 2px #BBAEDD;
box-shadow: 1px 1px 3px 2px #BBAEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBAEDD; -webkit-box-shadow: 1px 1px 3px 2px #BBAEDD; box-shadow:1px 1px 3px 2px #BBAEDD;">
Div content here
</div>
Dieser Text ist in der Farbe #BBAEDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BBAEDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BBAEDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BBAEDD.
Kontrastfarbe für #hex ist #445122.