Shades of Tropical Blue #BDD4ED
Tints of Tropical Blue #BDD4ED
RGB
CMYK
RGB Variations
Color information
#BDD4ED (or 0xBDD4ED) is known color: Tropical Blue. HEX triplet: BD, D4 and ED. RGB value is (189,212,237). Sum of RGB (Red+Green+Blue) = 189+212+237=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4ED is #422B12. Grayscale: #CFCFCF. Windows color (decimal): -4336403 or 15586493. OLE color: 15586493.
HSL color Cylindrical-coordinate representation of color #BDD4ED: hue angle of 211.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD4ED is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 212 | 237 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 211.25º | 0.57% | 0.84% | - |
| HSV(B) | 211.25º | 0.2% | 0.93% | - |
| XYZ | 59.82 | 64.02 | 89.33 | - |
| YUV | 207.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 237 | 0.20 | 0.11 | 0 | 0.07 | 211.25 | 0.57 | 0.84 |
| Hex | BD | D4 | ED | 14 | B | 0 | 7 | D3 | 39 | 54 |
| Octal | 275 | 324 | 355 | 24 | 13 | 0 | 7 | 323 | 71 | 124 |
| Binary | 10111101 | 11010100 | 11101101 | 10100 | 1011 | 0 | 111 | 11010011 | 111001 | 1010100 |
Color Harmonies of #BDD4ED
Complementary color
Monochromatic Colors of #BDD4ED
Black with #BDD4ED
Text Example
Text Example
White with #BDD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4ED; }
p { color: rgb(189,212,237); }
H1.HeaderClassName
{
color: #BDD4ED;
}
.AnyTagClassName
{
color: #BDD4ED;
}
</style>
background-color css
<style>
a { background-color: #BDD4ED; }
a { background-color: rgb(189,212,237); }
div.DivClassName
{
background-color: #BDD4ED;
}
.BgClassName
{
background-color: #BDD4ED;
}
</style>
border-color css
<style>
span { border-color: #BDD4ED; }
span { border-color: rgb(189,212,237); }
td.TdClassName
{
border-color: #BDD4ED;
}
.TagClassName
{
border-color: #BDD4ED;
}
</style>