Shades of Jet Stream #BDD7CD
Tints of Jet Stream #BDD7CD
RGB
CMYK
RGB Variations
Color information
#BDD7CD (or 0xBDD7CD) is known color: Jet Stream. HEX triplet: BD, D7 and CD. RGB value is (189,215,205). Sum of RGB (Red+Green+Blue) = 189+215+205=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7CD is #422832. Grayscale: #CECECE. Windows color (decimal): -4335667 or 13490109. OLE color: 13490109.
HSL color Cylindrical-coordinate representation of color #BDD7CD: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7CD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 205 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.16 |
| HSL | 156.92º | 0.25% | 0.79% | - |
| HSV(B) | 156.92º | 0.12% | 0.84% | - |
| XYZ | 56.31 | 63.83 | 67.11 | - |
| YUV | 206.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 205 | 0.12 | 0 | 0.05 | 0.16 | 156.92 | 0.25 | 0.79 |
| Hex | BD | D7 | CD | C | 0 | 5 | 10 | 9D | 19 | 4F |
| Octal | 275 | 327 | 315 | 14 | 0 | 5 | 20 | 235 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11001101 | 1100 | 0 | 101 | 10000 | 10011101 | 11001 | 1001111 |
Color Harmonies of #BDD7CD
Complementary color
Monochromatic Colors of #BDD7CD
Black with #BDD7CD
Text Example
Text Example
White with #BDD7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7CD; }
p { color: rgb(189,215,205); }
H1.HeaderClassName
{
color: #BDD7CD;
}
.AnyTagClassName
{
color: #BDD7CD;
}
</style>
background-color css
<style>
a { background-color: #BDD7CD; }
a { background-color: rgb(189,215,205); }
div.DivClassName
{
background-color: #BDD7CD;
}
.BgClassName
{
background-color: #BDD7CD;
}
</style>
border-color css
<style>
span { border-color: #BDD7CD; }
span { border-color: rgb(189,215,205); }
td.TdClassName
{
border-color: #BDD7CD;
}
.TagClassName
{
border-color: #BDD7CD;
}
</style>