HEX: #BCCADC
RGB: (188,202,220)
Il colore #BCCADC contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #BCCADC il colore web safe è #CCCCCC (#CCC).
Il colore BCCADC in RGB è definito come 188,202,220
RGB: (188,202,220) (74%,79%,86%)
R 188 da 255 = 74%
G 202 da 255 = 79%
B 220 da 255 = 86%
R + G + B ~ 80%. #BCCADC colore abbastanza chiaro.
R + G + B =
188 + 202 + 220 = 610 (100%)
R 188 da 610 ~ 30.82%
G 202 da 610 ~ 33.11%
B 220 da 610 ~ 36.07%
Il colore #BCCADC in CMYK è definito come 15,8,0,14.
CMYK: (15,8,0,14) C15M8Y0K14 (15%,8%,0%,14%) (0.15/0.08/0.00/0.14)
BC | CA | DC | |
---|---|---|---|
RGB | 188 | 202 | 220 |
HSL | 214° | 31.37% | 80.00% |
HSB/HSV | 214° | 14.55% | 86.27% |
CMYK | 14.55% | 8.18% | 0.00% |
13.73% |
Esadicemale | BC | CA | DC |
Decimale | 188 | 202 | 220 |
Binario | 10111100 | 11001010 | 11011100 |
Ottale | 274 | 312 | 334 |
Esempi dei codici css e html per gli elementi di colore #BCCADC. Utilizzate rgb(188,202,220) anche al posto del codice hex.
.myTextColor { color: #BCCADC; }
<p style="color:#BCCADC">This sample text font color is #BCCADC.</p>
Il colore di questo testo è #BCCADC.
.myBgColor { background-color: #BCCADC; }
<div style="background-color:#BCCADC">Inner text</div>
Questo div ha lo sfondo di colore #BCCADC.
.myBorderColor { border: 1px solid #BCCADC; }
<div style="border:3px solid #BCCADC">Div</div>
Questo div ha i bordi di colore BCCADC.
.myOpacity80 { color: #BCCADC; opacity: 0.8; }
<p style="color:#BCCADC;opacity:0.8;">80%</p>
Il testo di color #BCCADC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCCADC;}
<p style="text-shadow: 3px 3px 1px #BCCADC">Text here.</p>
Questo testo ha l'ombra di colore #BCCADC.
.textShadow {text-shadow: 3px 3px 1px #BCCADC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCCADC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BCCADC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCCADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCCADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCCADC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCCADC; -webkit-box-shadow: 1px 1px 3px 2px #BCCADC; box-shadow: 1px 1px 3px 2px #BCCADC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCCADC; -webkit-box-shadow: 1px 1px 3px 2px #BCCADC; box-shadow:1px 1px 3px 2px #BCCADC;">
Div content here</div>
Questo e il testo di colore #BCCADC sullo sfondo nero.
Questo e il testo di colore #BCCADC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BCCADC.
Questo è un testo bianco sullo sfondo del colore #BCCADC.