HEX: #BBAEE0
RGB: (187,174,224)
Il colore #BBAEE0 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #BBAEE0 il colore web safe è #CC99CC (#C9C).
Il colore BBAEE0 in RGB è definito come 187,174,224
RGB: (187,174,224)
(73%, 68%, 88%)
R 187 da 255 = 73%
G 174 da 255 = 68%
B 224 da 255 = 88%
R + G + B ~ 76%. #BBAEE0 colore abbastanza chiaro.
R + G + B = 187 + 174 + 224 = 585 (100%)
R 187 da 585 ~ 31.97%
G 174 da 585 ~ 29.74%
B 224 da 585 ~ 38.29'%
Il colore #BBAEE0 in CMYK è definito come 17,22,0,12.
CMYK: (17,22,0,12)
C17M22Y0K12 (17%, 22%, 0%, 12%)
(0.17 / 0.22 / 0.00 / 0.12)
Il #BBAEE0 nei modelli di colore popolari.
BB | AE | E0 | |
---|---|---|---|
RGB | 187 | 174 | 224 |
HSL | 256° | 44.64% | 78.04% |
HSB/HSV | 256° | 22.32% | 87.84% |
CMYK | 16.52% | 22.32% | 0.00% |
12.16% |
Il #BBAEE0 nei modelli numerici popolari.
Esadicemale | BB | AE | E0 |
Decimale | 187 | 174 | 224 |
Binario | 10111011 | 10101110 | 11100000 |
Ottale | 273 | 256 | 340 |
Tonalità scure del colore #BBAEE0
Tonalità chiare del colore #BBAEE0
Esempi dei codici css e html per gli elementi di colore #BBAEE0. Utilizzate rgb(187,174,224) anche al posto del codice hex.
.myTextColor { color: #BBAEE0; }
<p style="color:#BBAEE0">This sample text font color is #BBAEE0.</p>
Il colore di questo testo è #BBAEE0.
.myBgColor { background-color: #BBAEE0; }
<div style="background-color:#BBAEE0">Inner text</div>
Questo div ha lo sfondo di colore #BBAEE0.
.myBorderColor { border: 1px solid #BBAEE0; }
<div style="border:3px solid #BBAEE0">Div</div>
Questo div ha i bordi di colore BBAEE0.
.myOpacity80 { color: #BBAEE0; opacity: 0.8; }
<p style="color:#BBAEE0;opacity:0.8;">80%</p>
Il testo di color #BBAEE0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BBAEE0;}
<p style="text-shadow: 3px 3px 1px #BBAEE0">Text here.</p>
Questo testo ha l'ombra di colore #BBAEE0.
.textShadow {text-shadow: 3px 3px 1px #BBAEE0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BBAEE0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BBAEE0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBAEE0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BBAEE0, Direction=45, Strength=4)">Text</p>
This text has shadow with #BBAEE0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBAEE0;
-webkit-box-shadow: 1px 1px 3px 2px #BBAEE0;
box-shadow: 1px 1px 3px 2px #BBAEE0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBAEE0; -webkit-box-shadow: 1px 1px 3px 2px #BBAEE0; box-shadow:1px 1px 3px 2px #BBAEE0;">
Div content here
</div>
Questo e il testo di colore #BBAEE0 sullo sfondo nero.
Questo e il testo di colore #BBAEE0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BBAEE0.
Questo è un testo bianco sullo sfondo del colore #BBAEE0.
Il colore complimentare del #hex è #44511F..