Shades of Tropical Blue #BCD3F0
Tints of Tropical Blue #BCD3F0
RGB
CMYK
RGB Variations
Color information
#BCD3F0 (or 0xBCD3F0) is known color: Tropical Blue. HEX triplet: BC, D3 and F0. RGB value is (188,211,240). Sum of RGB (Red+Green+Blue) = 188+211+240=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3F0 is #432C0F. Grayscale: #CFCFCF. Windows color (decimal): -4402192 or 15782844. OLE color: 15782844.
HSL color Cylindrical-coordinate representation of color #BCD3F0: hue angle of 213.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD3F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 211 | 240 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.06 |
| HSL | 213.46º | 0.63% | 0.84% | - |
| HSV(B) | 213.46º | 0.22% | 0.94% | - |
| XYZ | 59.76 | 63.57 | 91.56 | - |
| YUV | 207.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 240 | 0.22 | 0.12 | 0 | 0.06 | 213.46 | 0.63 | 0.84 |
| Hex | BC | D3 | F0 | 16 | C | 0 | 6 | D5 | 3F | 54 |
| Octal | 274 | 323 | 360 | 26 | 14 | 0 | 6 | 325 | 77 | 124 |
| Binary | 10111100 | 11010011 | 11110000 | 10110 | 1100 | 0 | 110 | 11010101 | 111111 | 1010100 |
Color Harmonies of #BCD3F0
Complementary color
Monochromatic Colors of #BCD3F0
Black with #BCD3F0
Text Example
Text Example
White with #BCD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3F0; }
p { color: rgb(188,211,240); }
H1.HeaderClassName
{
color: #BCD3F0;
}
.AnyTagClassName
{
color: #BCD3F0;
}
</style>
background-color css
<style>
a { background-color: #BCD3F0; }
a { background-color: rgb(188,211,240); }
div.DivClassName
{
background-color: #BCD3F0;
}
.BgClassName
{
background-color: #BCD3F0;
}
</style>
border-color css
<style>
span { border-color: #BCD3F0; }
span { border-color: rgb(188,211,240); }
td.TdClassName
{
border-color: #BCD3F0;
}
.TagClassName
{
border-color: #BCD3F0;
}
</style>