Shades of Tropical Blue #BDD0E4
Tints of Tropical Blue #BDD0E4
RGB
CMYK
RGB Variations
Color information
#BDD0E4 (or 0xBDD0E4) is known color: Tropical Blue. HEX triplet: BD, D0 and E4. RGB value is (189,208,228). Sum of RGB (Red+Green+Blue) = 189+208+228=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0E4 is #422F1B. Grayscale: #CCCCCC. Windows color (decimal): -4337436 or 14995645. OLE color: 14995645.
HSL color Cylindrical-coordinate representation of color #BDD0E4: hue angle of 210.77º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDD0E4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 208 | 228 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.11 |
| HSL | 210.77º | 0.42% | 0.82% | - |
| HSV(B) | 210.77º | 0.17% | 0.89% | - |
| XYZ | 57.55 | 61.53 | 82.24 | - |
| YUV | 204.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 228 | 0.17 | 0.09 | 0 | 0.11 | 210.77 | 0.42 | 0.82 |
| Hex | BD | D0 | E4 | 11 | 9 | 0 | B | D3 | 2A | 52 |
| Octal | 275 | 320 | 344 | 21 | 11 | 0 | 13 | 323 | 52 | 122 |
| Binary | 10111101 | 11010000 | 11100100 | 10001 | 1001 | 0 | 1011 | 11010011 | 101010 | 1010010 |
Color Harmonies of #BDD0E4
Complementary color
Monochromatic Colors of #BDD0E4
Black with #BDD0E4
Text Example
Text Example
White with #BDD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0E4; }
p { color: rgb(189,208,228); }
H1.HeaderClassName
{
color: #BDD0E4;
}
.AnyTagClassName
{
color: #BDD0E4;
}
</style>
background-color css
<style>
a { background-color: #BDD0E4; }
a { background-color: rgb(189,208,228); }
div.DivClassName
{
background-color: #BDD0E4;
}
.BgClassName
{
background-color: #BDD0E4;
}
</style>
border-color css
<style>
span { border-color: #BDD0E4; }
span { border-color: rgb(189,208,228); }
td.TdClassName
{
border-color: #BDD0E4;
}
.TagClassName
{
border-color: #BDD0E4;
}
</style>