Shades of Tropical Blue #BDD4EB
Tints of Tropical Blue #BDD4EB
RGB
CMYK
RGB Variations
Color information
#BDD4EB (or 0xBDD4EB) is known color: Tropical Blue. HEX triplet: BD, D4 and EB. RGB value is (189,212,235). Sum of RGB (Red+Green+Blue) = 189+212+235=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4EB is #422B14. Grayscale: #CFCFCF. Windows color (decimal): -4336405 or 15455421. OLE color: 15455421.
HSL color Cylindrical-coordinate representation of color #BDD4EB: hue angle of 210º 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 #BDD4EB is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 212 | 235 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.08 |
| HSL | 210º | 0.53% | 0.83% | - |
| HSV(B) | 210º | 0.2% | 0.92% | - |
| XYZ | 59.53 | 63.9 | 87.79 | - |
| YUV | 207.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 235 | 0.20 | 0.10 | 0 | 0.08 | 210 | 0.53 | 0.83 |
| Hex | BD | D4 | EB | 14 | A | 0 | 8 | D2 | 35 | 53 |
| Octal | 275 | 324 | 353 | 24 | 12 | 0 | 10 | 322 | 65 | 123 |
| Binary | 10111101 | 11010100 | 11101011 | 10100 | 1010 | 0 | 1000 | 11010010 | 110101 | 1010011 |
Color Harmonies of #BDD4EB
Complementary color
Monochromatic Colors of #BDD4EB
Black with #BDD4EB
Text Example
Text Example
White with #BDD4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4EB; }
p { color: rgb(189,212,235); }
H1.HeaderClassName
{
color: #BDD4EB;
}
.AnyTagClassName
{
color: #BDD4EB;
}
</style>
background-color css
<style>
a { background-color: #BDD4EB; }
a { background-color: rgb(189,212,235); }
div.DivClassName
{
background-color: #BDD4EB;
}
.BgClassName
{
background-color: #BDD4EB;
}
</style>
border-color css
<style>
span { border-color: #BDD4EB; }
span { border-color: rgb(189,212,235); }
td.TdClassName
{
border-color: #BDD4EB;
}
.TagClassName
{
border-color: #BDD4EB;
}
</style>