Shades of Tropical Blue #BCD3ED
Tints of Tropical Blue #BCD3ED
RGB
CMYK
RGB Variations
Color information
#BCD3ED (or 0xBCD3ED) is known color: Tropical Blue. HEX triplet: BC, D3 and ED. RGB value is (188,211,237). Sum of RGB (Red+Green+Blue) = 188+211+237=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3ED is #432C12. Grayscale: #CECECE. Windows color (decimal): -4402195 or 15586236. OLE color: 15586236.
HSL color Cylindrical-coordinate representation of color #BCD3ED: hue angle of 211.84º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD3ED is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 211 | 237 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 211.84º | 0.58% | 0.83% | - |
| HSV(B) | 211.84º | 0.21% | 0.93% | - |
| XYZ | 59.32 | 63.39 | 89.23 | - |
| YUV | 207.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 237 | 0.21 | 0.11 | 0 | 0.07 | 211.84 | 0.58 | 0.83 |
| Hex | BC | D3 | ED | 15 | B | 0 | 7 | D4 | 3A | 53 |
| Octal | 274 | 323 | 355 | 25 | 13 | 0 | 7 | 324 | 72 | 123 |
| Binary | 10111100 | 11010011 | 11101101 | 10101 | 1011 | 0 | 111 | 11010100 | 111010 | 1010011 |
Color Harmonies of #BCD3ED
Complementary color
Monochromatic Colors of #BCD3ED
Black with #BCD3ED
Text Example
Text Example
White with #BCD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3ED; }
p { color: rgb(188,211,237); }
H1.HeaderClassName
{
color: #BCD3ED;
}
.AnyTagClassName
{
color: #BCD3ED;
}
</style>
background-color css
<style>
a { background-color: #BCD3ED; }
a { background-color: rgb(188,211,237); }
div.DivClassName
{
background-color: #BCD3ED;
}
.BgClassName
{
background-color: #BCD3ED;
}
</style>
border-color css
<style>
span { border-color: #BCD3ED; }
span { border-color: rgb(188,211,237); }
td.TdClassName
{
border-color: #BCD3ED;
}
.TagClassName
{
border-color: #BCD3ED;
}
</style>