Shades of Tropical Blue #BDD4E7
Tints of Tropical Blue #BDD4E7
RGB
CMYK
RGB Variations
Color information
#BDD4E7 (or 0xBDD4E7) is known color: Tropical Blue. HEX triplet: BD, D4 and E7. RGB value is (189,212,231). Sum of RGB (Red+Green+Blue) = 189+212+231=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4E7 is #422B18. Grayscale: #CFCFCF. Windows color (decimal): -4336409 or 15193277. OLE color: 15193277.
HSL color Cylindrical-coordinate representation of color #BDD4E7: hue angle of 207.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD4E7 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 212 | 231 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.09 |
| HSL | 207.14º | 0.47% | 0.82% | - |
| HSV(B) | 207.14º | 0.18% | 0.91% | - |
| XYZ | 58.95 | 63.68 | 84.78 | - |
| YUV | 207.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 231 | 0.18 | 0.08 | 0 | 0.09 | 207.14 | 0.47 | 0.82 |
| Hex | BD | D4 | E7 | 12 | 8 | 0 | 9 | CF | 2F | 52 |
| Octal | 275 | 324 | 347 | 22 | 10 | 0 | 11 | 317 | 57 | 122 |
| Binary | 10111101 | 11010100 | 11100111 | 10010 | 1000 | 0 | 1001 | 11001111 | 101111 | 1010010 |
Color Harmonies of #BDD4E7
Complementary color
Monochromatic Colors of #BDD4E7
Black with #BDD4E7
Text Example
Text Example
White with #BDD4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4E7; }
p { color: rgb(189,212,231); }
H1.HeaderClassName
{
color: #BDD4E7;
}
.AnyTagClassName
{
color: #BDD4E7;
}
</style>
background-color css
<style>
a { background-color: #BDD4E7; }
a { background-color: rgb(189,212,231); }
div.DivClassName
{
background-color: #BDD4E7;
}
.BgClassName
{
background-color: #BDD4E7;
}
</style>
border-color css
<style>
span { border-color: #BDD4E7; }
span { border-color: rgb(189,212,231); }
td.TdClassName
{
border-color: #BDD4E7;
}
.TagClassName
{
border-color: #BDD4E7;
}
</style>