Shades of Tropical Blue #BCD3F1
Tints of Tropical Blue #BCD3F1
RGB
CMYK
RGB Variations
Color information
#BCD3F1 (or 0xBCD3F1) is known color: Tropical Blue. HEX triplet: BC, D3 and F1. RGB value is (188,211,241). Sum of RGB (Red+Green+Blue) = 188+211+241=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3F1 is #432C0E. Grayscale: #CFCFCF. Windows color (decimal): -4402191 or 15848380. OLE color: 15848380.
HSL color Cylindrical-coordinate representation of color #BCD3F1: hue angle of 213.96º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD3F1 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 211 | 241 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.05 |
| HSL | 213.96º | 0.65% | 0.84% | - |
| HSV(B) | 213.96º | 0.22% | 0.95% | - |
| XYZ | 59.91 | 63.63 | 92.34 | - |
| YUV | 207.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 241 | 0.22 | 0.12 | 0 | 0.05 | 213.96 | 0.65 | 0.84 |
| Hex | BC | D3 | F1 | 16 | C | 0 | 5 | D6 | 41 | 54 |
| Octal | 274 | 323 | 361 | 26 | 14 | 0 | 5 | 326 | 101 | 124 |
| Binary | 10111100 | 11010011 | 11110001 | 10110 | 1100 | 0 | 101 | 11010110 | 1000001 | 1010100 |
Color Harmonies of #BCD3F1
Complementary color
Monochromatic Colors of #BCD3F1
Black with #BCD3F1
Text Example
Text Example
White with #BCD3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3F1; }
p { color: rgb(188,211,241); }
H1.HeaderClassName
{
color: #BCD3F1;
}
.AnyTagClassName
{
color: #BCD3F1;
}
</style>
background-color css
<style>
a { background-color: #BCD3F1; }
a { background-color: rgb(188,211,241); }
div.DivClassName
{
background-color: #BCD3F1;
}
.BgClassName
{
background-color: #BCD3F1;
}
</style>
border-color css
<style>
span { border-color: #BCD3F1; }
span { border-color: rgb(188,211,241); }
td.TdClassName
{
border-color: #BCD3F1;
}
.TagClassName
{
border-color: #BCD3F1;
}
</style>