Shades of Jet Stream #BDD9D0
Tints of Jet Stream #BDD9D0
RGB
CMYK
RGB Variations
Color information
#BDD9D0 (or 0xBDD9D0) is known color: Jet Stream. HEX triplet: BD, D9 and D0. RGB value is (189,217,208). Sum of RGB (Red+Green+Blue) = 189+217+208=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9D0 is #42262F. Grayscale: #CFCFCF. Windows color (decimal): -4335152 or 13687229. OLE color: 13687229.
HSL color Cylindrical-coordinate representation of color #BDD9D0: hue angle of 160.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9D0 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 208 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.15 |
| HSL | 160.71º | 0.27% | 0.8% | - |
| HSV(B) | 160.71º | 0.13% | 0.85% | - |
| XYZ | 57.18 | 65 | 69.21 | - |
| YUV | 207.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 208 | 0.13 | 0 | 0.04 | 0.15 | 160.71 | 0.27 | 0.8 |
| Hex | BD | D9 | D0 | D | 0 | 4 | F | A1 | 1B | 50 |
| Octal | 275 | 331 | 320 | 15 | 0 | 4 | 17 | 241 | 33 | 120 |
| Binary | 10111101 | 11011001 | 11010000 | 1101 | 0 | 100 | 1111 | 10100001 | 11011 | 1010000 |
Color Harmonies of #BDD9D0
Complementary color
Monochromatic Colors of #BDD9D0
Black with #BDD9D0
Text Example
Text Example
White with #BDD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9D0; }
p { color: rgb(189,217,208); }
H1.HeaderClassName
{
color: #BDD9D0;
}
.AnyTagClassName
{
color: #BDD9D0;
}
</style>
background-color css
<style>
a { background-color: #BDD9D0; }
a { background-color: rgb(189,217,208); }
div.DivClassName
{
background-color: #BDD9D0;
}
.BgClassName
{
background-color: #BDD9D0;
}
</style>
border-color css
<style>
span { border-color: #BDD9D0; }
span { border-color: rgb(189,217,208); }
td.TdClassName
{
border-color: #BDD9D0;
}
.TagClassName
{
border-color: #BDD9D0;
}
</style>