Shades of Tropical Blue #BDD3EB
Tints of Tropical Blue #BDD3EB
RGB
CMYK
RGB Variations
Color information
#BDD3EB (or 0xBDD3EB) is known color: Tropical Blue. HEX triplet: BD, D3 and EB. RGB value is (189,211,235). Sum of RGB (Red+Green+Blue) = 189+211+235=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD3EB is #422C14. Grayscale: #CFCFCF. Windows color (decimal): -4336661 or 15455165. OLE color: 15455165.
HSL color Cylindrical-coordinate representation of color #BDD3EB: hue angle of 211.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD3EB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 211 | 235 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.08 |
| HSL | 211.3º | 0.53% | 0.83% | - |
| HSV(B) | 211.3º | 0.2% | 0.92% | - |
| XYZ | 59.28 | 63.41 | 87.71 | - |
| YUV | 207.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 235 | 0.20 | 0.10 | 0 | 0.08 | 211.3 | 0.53 | 0.83 |
| Hex | BD | D3 | EB | 14 | A | 0 | 8 | D3 | 35 | 53 |
| Octal | 275 | 323 | 353 | 24 | 12 | 0 | 10 | 323 | 65 | 123 |
| Binary | 10111101 | 11010011 | 11101011 | 10100 | 1010 | 0 | 1000 | 11010011 | 110101 | 1010011 |
Color Harmonies of #BDD3EB
Complementary color
Monochromatic Colors of #BDD3EB
Black with #BDD3EB
Text Example
Text Example
White with #BDD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3EB; }
p { color: rgb(189,211,235); }
H1.HeaderClassName
{
color: #BDD3EB;
}
.AnyTagClassName
{
color: #BDD3EB;
}
</style>
background-color css
<style>
a { background-color: #BDD3EB; }
a { background-color: rgb(189,211,235); }
div.DivClassName
{
background-color: #BDD3EB;
}
.BgClassName
{
background-color: #BDD3EB;
}
</style>
border-color css
<style>
span { border-color: #BDD3EB; }
span { border-color: rgb(189,211,235); }
td.TdClassName
{
border-color: #BDD3EB;
}
.TagClassName
{
border-color: #BDD3EB;
}
</style>