Shades of Jet Stream #BDD8D0
Tints of Jet Stream #BDD8D0
RGB
CMYK
RGB Variations
Color information
#BDD8D0 (or 0xBDD8D0) is known color: Jet Stream. HEX triplet: BD, D8 and D0. RGB value is (189,216,208). Sum of RGB (Red+Green+Blue) = 189+216+208=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8D0 is #42272F. Grayscale: #CFCFCF. Windows color (decimal): -4335408 or 13686973. OLE color: 13686973.
HSL color Cylindrical-coordinate representation of color #BDD8D0: hue angle of 162.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8D0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 208 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.15 |
| HSL | 162.22º | 0.26% | 0.79% | - |
| HSV(B) | 162.22º | 0.13% | 0.85% | - |
| XYZ | 56.93 | 64.48 | 69.12 | - |
| YUV | 207.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 208 | 0.12 | 0 | 0.04 | 0.15 | 162.22 | 0.26 | 0.79 |
| Hex | BD | D8 | D0 | C | 0 | 4 | F | A2 | 1A | 4F |
| Octal | 275 | 330 | 320 | 14 | 0 | 4 | 17 | 242 | 32 | 117 |
| Binary | 10111101 | 11011000 | 11010000 | 1100 | 0 | 100 | 1111 | 10100010 | 11010 | 1001111 |
Color Harmonies of #BDD8D0
Complementary color
Monochromatic Colors of #BDD8D0
Black with #BDD8D0
Text Example
Text Example
White with #BDD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8D0; }
p { color: rgb(189,216,208); }
H1.HeaderClassName
{
color: #BDD8D0;
}
.AnyTagClassName
{
color: #BDD8D0;
}
</style>
background-color css
<style>
a { background-color: #BDD8D0; }
a { background-color: rgb(189,216,208); }
div.DivClassName
{
background-color: #BDD8D0;
}
.BgClassName
{
background-color: #BDD8D0;
}
</style>
border-color css
<style>
span { border-color: #BDD8D0; }
span { border-color: rgb(189,216,208); }
td.TdClassName
{
border-color: #BDD8D0;
}
.TagClassName
{
border-color: #BDD8D0;
}
</style>