Shades of Tropical Blue #BCD4F3
Tints of Tropical Blue #BCD4F3
RGB
CMYK
RGB Variations
Color information
#BCD4F3 (or 0xBCD4F3) is known color: Tropical Blue. HEX triplet: BC, D4 and F3. RGB value is (188,212,243). Sum of RGB (Red+Green+Blue) = 188+212+243=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4F3 is #432B0C. Grayscale: #D0D0D0. Windows color (decimal): -4401933 or 15979708. OLE color: 15979708.
HSL color Cylindrical-coordinate representation of color #BCD4F3: hue angle of 213.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD4F3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 212 | 243 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.05 |
| HSL | 213.82º | 0.7% | 0.85% | - |
| HSV(B) | 213.82º | 0.23% | 0.95% | - |
| XYZ | 60.46 | 64.25 | 94.01 | - |
| YUV | 208.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 243 | 0.23 | 0.13 | 0 | 0.05 | 213.82 | 0.7 | 0.85 |
| Hex | BC | D4 | F3 | 17 | D | 0 | 5 | D6 | 46 | 55 |
| Octal | 274 | 324 | 363 | 27 | 15 | 0 | 5 | 326 | 106 | 125 |
| Binary | 10111100 | 11010100 | 11110011 | 10111 | 1101 | 0 | 101 | 11010110 | 1000110 | 1010101 |
Color Harmonies of #BCD4F3
Complementary color
Monochromatic Colors of #BCD4F3
Black with #BCD4F3
Text Example
Text Example
White with #BCD4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4F3; }
p { color: rgb(188,212,243); }
H1.HeaderClassName
{
color: #BCD4F3;
}
.AnyTagClassName
{
color: #BCD4F3;
}
</style>
background-color css
<style>
a { background-color: #BCD4F3; }
a { background-color: rgb(188,212,243); }
div.DivClassName
{
background-color: #BCD4F3;
}
.BgClassName
{
background-color: #BCD4F3;
}
</style>
border-color css
<style>
span { border-color: #BCD4F3; }
span { border-color: rgb(188,212,243); }
td.TdClassName
{
border-color: #BCD4F3;
}
.TagClassName
{
border-color: #BCD4F3;
}
</style>