Shades of Tropical Blue #BDD3E9
Tints of Tropical Blue #BDD3E9
RGB
CMYK
RGB Variations
Color information
#BDD3E9 (or 0xBDD3E9) is known color: Tropical Blue. HEX triplet: BD, D3 and E9. RGB value is (189,211,233). Sum of RGB (Red+Green+Blue) = 189+211+233=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3E9 is #422C16. Grayscale: #CECECE. Windows color (decimal): -4336663 or 15324093. OLE color: 15324093.
HSL color Cylindrical-coordinate representation of color #BDD3E9: hue angle of 210º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD3E9 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 211 | 233 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.09 |
| HSL | 210º | 0.5% | 0.83% | - |
| HSV(B) | 210º | 0.19% | 0.91% | - |
| XYZ | 58.99 | 63.29 | 86.2 | - |
| YUV | 206.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 233 | 0.19 | 0.09 | 0 | 0.09 | 210 | 0.5 | 0.83 |
| Hex | BD | D3 | E9 | 13 | 9 | 0 | 9 | D2 | 32 | 53 |
| Octal | 275 | 323 | 351 | 23 | 11 | 0 | 11 | 322 | 62 | 123 |
| Binary | 10111101 | 11010011 | 11101001 | 10011 | 1001 | 0 | 1001 | 11010010 | 110010 | 1010011 |
Color Harmonies of #BDD3E9
Complementary color
Monochromatic Colors of #BDD3E9
Black with #BDD3E9
Text Example
Text Example
White with #BDD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3E9; }
p { color: rgb(189,211,233); }
H1.HeaderClassName
{
color: #BDD3E9;
}
.AnyTagClassName
{
color: #BDD3E9;
}
</style>
background-color css
<style>
a { background-color: #BDD3E9; }
a { background-color: rgb(189,211,233); }
div.DivClassName
{
background-color: #BDD3E9;
}
.BgClassName
{
background-color: #BDD3E9;
}
</style>
border-color css
<style>
span { border-color: #BDD3E9; }
span { border-color: rgb(189,211,233); }
td.TdClassName
{
border-color: #BDD3E9;
}
.TagClassName
{
border-color: #BDD3E9;
}
</style>