HEX: #BCBAE6
RGB: (188,186,230)
Il colore #BCBAE6 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #BCBAE6 il colore web safe è #CCCCCC (#CCC).
Il colore BCBAE6 in RGB è definito come 188,186,230
RGB: (188,186,230)
(74%, 73%, 90%)
R 188 da 255 = 74%
G 186 da 255 = 73%
B 230 da 255 = 90%
R + G + B ~ 79%. #BCBAE6 colore abbastanza chiaro.
R + G + B = 188 + 186 + 230 = 604 (100%)
R 188 da 604 ~ 31.13%
G 186 da 604 ~ 30.79%
B 230 da 604 ~ 38.08'%
Il colore #BCBAE6 in CMYK è definito come 18,19,0,10.
CMYK: (18,19,0,10)
C18M19Y0K10 (18%, 19%, 0%, 10%)
(0.18 / 0.19 / 0.00 / 0.10)
Il #BCBAE6 nei modelli di colore popolari.
BC | BA | E6 | |
---|---|---|---|
RGB | 188 | 186 | 230 |
HSL | 243° | 46.81% | 81.57% |
HSB/HSV | 243° | 19.13% | 90.20% |
CMYK | 18.26% | 19.13% | 0.00% |
9.80% |
Il #BCBAE6 nei modelli numerici popolari.
Esadicemale | BC | BA | E6 |
Decimale | 188 | 186 | 230 |
Binario | 10111100 | 10111010 | 11100110 |
Ottale | 274 | 272 | 346 |
Tonalità scure del colore #BCBAE6
Tonalità chiare del colore #BCBAE6
Esempi dei codici css e html per gli elementi di colore #BCBAE6. Utilizzate rgb(188,186,230) anche al posto del codice hex.
.myTextColor { color: #BCBAE6; }
<p style="color:#BCBAE6">This sample text font color is #BCBAE6.</p>
Il colore di questo testo è #BCBAE6.
.myBgColor { background-color: #BCBAE6; }
<div style="background-color:#BCBAE6">Inner text</div>
Questo div ha lo sfondo di colore #BCBAE6.
.myBorderColor { border: 1px solid #BCBAE6; }
<div style="border:3px solid #BCBAE6">Div</div>
Questo div ha i bordi di colore BCBAE6.
.myOpacity80 { color: #BCBAE6; opacity: 0.8; }
<p style="color:#BCBAE6;opacity:0.8;">80%</p>
Il testo di color #BCBAE6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCBAE6;}
<p style="text-shadow: 3px 3px 1px #BCBAE6">Text here.</p>
Questo testo ha l'ombra di colore #BCBAE6.
.textShadow {text-shadow: 3px 3px 1px #BCBAE6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCBAE6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BCBAE6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCBAE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCBAE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCBAE6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCBAE6;
-webkit-box-shadow: 1px 1px 3px 2px #BCBAE6;
box-shadow: 1px 1px 3px 2px #BCBAE6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCBAE6; -webkit-box-shadow: 1px 1px 3px 2px #BCBAE6; box-shadow:1px 1px 3px 2px #BCBAE6;">
Div content here
</div>
Questo e il testo di colore #BCBAE6 sullo sfondo nero.
Questo e il testo di colore #BCBAE6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BCBAE6.
Questo è un testo bianco sullo sfondo del colore #BCBAE6.
Il colore complimentare del #hex è #434519..