Shades of Tropical Blue #BCD1EC
Tints of Tropical Blue #BCD1EC
RGB
CMYK
RGB Variations
Color information
#BCD1EC (or 0xBCD1EC) is known color: Tropical Blue. HEX triplet: BC, D1 and EC. RGB value is (188,209,236). Sum of RGB (Red+Green+Blue) = 188+209+236=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EC is #432E13. Grayscale: #CDCDCD. Windows color (decimal): -4402708 or 15520188. OLE color: 15520188.
HSL color Cylindrical-coordinate representation of color #BCD1EC: hue angle of 213.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD1EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 209 | 236 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 213.75º | 0.56% | 0.83% | - |
| HSV(B) | 213.75º | 0.2% | 0.93% | - |
| XYZ | 58.68 | 62.35 | 88.3 | - |
| YUV | 205.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 236 | 0.20 | 0.11 | 0 | 0.07 | 213.75 | 0.56 | 0.83 |
| Hex | BC | D1 | EC | 14 | B | 0 | 7 | D6 | 38 | 53 |
| Octal | 274 | 321 | 354 | 24 | 13 | 0 | 7 | 326 | 70 | 123 |
| Binary | 10111100 | 11010001 | 11101100 | 10100 | 1011 | 0 | 111 | 11010110 | 111000 | 1010011 |
Color Harmonies of #BCD1EC
Complementary color
Monochromatic Colors of #BCD1EC
Black with #BCD1EC
Text Example
Text Example
White with #BCD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1EC; }
p { color: rgb(188,209,236); }
H1.HeaderClassName
{
color: #BCD1EC;
}
.AnyTagClassName
{
color: #BCD1EC;
}
</style>
background-color css
<style>
a { background-color: #BCD1EC; }
a { background-color: rgb(188,209,236); }
div.DivClassName
{
background-color: #BCD1EC;
}
.BgClassName
{
background-color: #BCD1EC;
}
</style>
border-color css
<style>
span { border-color: #BCD1EC; }
span { border-color: rgb(188,209,236); }
td.TdClassName
{
border-color: #BCD1EC;
}
.TagClassName
{
border-color: #BCD1EC;
}
</style>