Shades of Tropical Blue #BCD4EE
Tints of Tropical Blue #BCD4EE
RGB
CMYK
RGB Variations
Color information
#BCD4EE (or 0xBCD4EE) is known color: Tropical Blue. HEX triplet: BC, D4 and EE. RGB value is (188,212,238). Sum of RGB (Red+Green+Blue) = 188+212+238=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4EE is #432B11. Grayscale: #CFCFCF. Windows color (decimal): -4401938 or 15652028. OLE color: 15652028.
HSL color Cylindrical-coordinate representation of color #BCD4EE: hue angle of 211.2º 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 #BCD4EE is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 212 | 238 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 211.2º | 0.6% | 0.84% | - |
| HSV(B) | 211.2º | 0.21% | 0.93% | - |
| XYZ | 59.72 | 63.95 | 90.09 | - |
| YUV | 207.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 238 | 0.21 | 0.11 | 0 | 0.07 | 211.2 | 0.6 | 0.84 |
| Hex | BC | D4 | EE | 15 | B | 0 | 7 | D3 | 3C | 54 |
| Octal | 274 | 324 | 356 | 25 | 13 | 0 | 7 | 323 | 74 | 124 |
| Binary | 10111100 | 11010100 | 11101110 | 10101 | 1011 | 0 | 111 | 11010011 | 111100 | 1010100 |
Color Harmonies of #BCD4EE
Complementary color
Monochromatic Colors of #BCD4EE
Black with #BCD4EE
Text Example
Text Example
White with #BCD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4EE; }
p { color: rgb(188,212,238); }
H1.HeaderClassName
{
color: #BCD4EE;
}
.AnyTagClassName
{
color: #BCD4EE;
}
</style>
background-color css
<style>
a { background-color: #BCD4EE; }
a { background-color: rgb(188,212,238); }
div.DivClassName
{
background-color: #BCD4EE;
}
.BgClassName
{
background-color: #BCD4EE;
}
</style>
border-color css
<style>
span { border-color: #BCD4EE; }
span { border-color: rgb(188,212,238); }
td.TdClassName
{
border-color: #BCD4EE;
}
.TagClassName
{
border-color: #BCD4EE;
}
</style>