Shades of Tropical Blue #BCD3EC
Tints of Tropical Blue #BCD3EC
RGB
CMYK
RGB Variations
Color information
#BCD3EC (or 0xBCD3EC) is known color: Tropical Blue. HEX triplet: BC, D3 and EC. RGB value is (188,211,236). Sum of RGB (Red+Green+Blue) = 188+211+236=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3EC is #432C13. Grayscale: #CECECE. Windows color (decimal): -4402196 or 15520700. OLE color: 15520700.
HSL color Cylindrical-coordinate representation of color #BCD3EC: hue angle of 211.25º 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 #BCD3EC is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 211 | 236 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 211.25º | 0.56% | 0.83% | - |
| HSV(B) | 211.25º | 0.2% | 0.93% | - |
| XYZ | 59.17 | 63.34 | 88.46 | - |
| YUV | 206.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 236 | 0.20 | 0.11 | 0 | 0.07 | 211.25 | 0.56 | 0.83 |
| Hex | BC | D3 | EC | 14 | B | 0 | 7 | D3 | 38 | 53 |
| Octal | 274 | 323 | 354 | 24 | 13 | 0 | 7 | 323 | 70 | 123 |
| Binary | 10111100 | 11010011 | 11101100 | 10100 | 1011 | 0 | 111 | 11010011 | 111000 | 1010011 |
Color Harmonies of #BCD3EC
Complementary color
Monochromatic Colors of #BCD3EC
Black with #BCD3EC
Text Example
Text Example
White with #BCD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3EC; }
p { color: rgb(188,211,236); }
H1.HeaderClassName
{
color: #BCD3EC;
}
.AnyTagClassName
{
color: #BCD3EC;
}
</style>
background-color css
<style>
a { background-color: #BCD3EC; }
a { background-color: rgb(188,211,236); }
div.DivClassName
{
background-color: #BCD3EC;
}
.BgClassName
{
background-color: #BCD3EC;
}
</style>
border-color css
<style>
span { border-color: #BCD3EC; }
span { border-color: rgb(188,211,236); }
td.TdClassName
{
border-color: #BCD3EC;
}
.TagClassName
{
border-color: #BCD3EC;
}
</style>