Shades of Tropical Blue #BCD2EE
Tints of Tropical Blue #BCD2EE
RGB
CMYK
RGB Variations
Color information
#BCD2EE (or 0xBCD2EE) is known color: Tropical Blue. HEX triplet: BC, D2 and EE. RGB value is (188,210,238). Sum of RGB (Red+Green+Blue) = 188+210+238=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2EE is #432D11. Grayscale: #CECECE. Windows color (decimal): -4402450 or 15651516. OLE color: 15651516.
HSL color Cylindrical-coordinate representation of color #BCD2EE: hue angle of 213.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD2EE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 210 | 238 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 213.6º | 0.6% | 0.84% | - |
| HSV(B) | 213.6º | 0.21% | 0.93% | - |
| XYZ | 59.22 | 62.96 | 89.92 | - |
| YUV | 206.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 238 | 0.21 | 0.12 | 0 | 0.07 | 213.6 | 0.6 | 0.84 |
| Hex | BC | D2 | EE | 15 | C | 0 | 7 | D6 | 3C | 54 |
| Octal | 274 | 322 | 356 | 25 | 14 | 0 | 7 | 326 | 74 | 124 |
| Binary | 10111100 | 11010010 | 11101110 | 10101 | 1100 | 0 | 111 | 11010110 | 111100 | 1010100 |
Color Harmonies of #BCD2EE
Complementary color
Monochromatic Colors of #BCD2EE
Black with #BCD2EE
Text Example
Text Example
White with #BCD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2EE; }
p { color: rgb(188,210,238); }
H1.HeaderClassName
{
color: #BCD2EE;
}
.AnyTagClassName
{
color: #BCD2EE;
}
</style>
background-color css
<style>
a { background-color: #BCD2EE; }
a { background-color: rgb(188,210,238); }
div.DivClassName
{
background-color: #BCD2EE;
}
.BgClassName
{
background-color: #BCD2EE;
}
</style>
border-color css
<style>
span { border-color: #BCD2EE; }
span { border-color: rgb(188,210,238); }
td.TdClassName
{
border-color: #BCD2EE;
}
.TagClassName
{
border-color: #BCD2EE;
}
</style>