Shades of Tropical Blue #BDD4F0
Tints of Tropical Blue #BDD4F0
RGB
CMYK
RGB Variations
Color information
#BDD4F0 (or 0xBDD4F0) is known color: Tropical Blue. HEX triplet: BD, D4 and F0. RGB value is (189,212,240). Sum of RGB (Red+Green+Blue) = 189+212+240=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4F0 is #422B0F. Grayscale: #D0D0D0. Windows color (decimal): -4336400 or 15783101. OLE color: 15783101.
HSL color Cylindrical-coordinate representation of color #BDD4F0: hue angle of 212.94º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD4F0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 212 | 240 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.06 |
| HSL | 212.94º | 0.63% | 0.84% | - |
| HSV(B) | 212.94º | 0.21% | 0.94% | - |
| XYZ | 60.26 | 64.2 | 91.65 | - |
| YUV | 208.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 240 | 0.21 | 0.12 | 0 | 0.06 | 212.94 | 0.63 | 0.84 |
| Hex | BD | D4 | F0 | 15 | C | 0 | 6 | D5 | 3F | 54 |
| Octal | 275 | 324 | 360 | 25 | 14 | 0 | 6 | 325 | 77 | 124 |
| Binary | 10111101 | 11010100 | 11110000 | 10101 | 1100 | 0 | 110 | 11010101 | 111111 | 1010100 |
Color Harmonies of #BDD4F0
Complementary color
Monochromatic Colors of #BDD4F0
Black with #BDD4F0
Text Example
Text Example
White with #BDD4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4F0; }
p { color: rgb(189,212,240); }
H1.HeaderClassName
{
color: #BDD4F0;
}
.AnyTagClassName
{
color: #BDD4F0;
}
</style>
background-color css
<style>
a { background-color: #BDD4F0; }
a { background-color: rgb(189,212,240); }
div.DivClassName
{
background-color: #BDD4F0;
}
.BgClassName
{
background-color: #BDD4F0;
}
</style>
border-color css
<style>
span { border-color: #BDD4F0; }
span { border-color: rgb(189,212,240); }
td.TdClassName
{
border-color: #BDD4F0;
}
.TagClassName
{
border-color: #BDD4F0;
}
</style>