Shades of Jet Stream #BDD7C9
Tints of Jet Stream #BDD7C9
RGB
CMYK
RGB Variations
Color information
#BDD7C9 (or 0xBDD7C9) is known color: Jet Stream. HEX triplet: BD, D7 and C9. RGB value is (189,215,201). Sum of RGB (Red+Green+Blue) = 189+215+201=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C9 is #422836. Grayscale: #CDCDCD. Windows color (decimal): -4335671 or 13227965. OLE color: 13227965.
HSL color Cylindrical-coordinate representation of color #BDD7C9: hue angle of 147.69º 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 #BDD7C9 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 201 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.16 |
| HSL | 147.69º | 0.25% | 0.79% | - |
| HSV(B) | 147.69º | 0.12% | 0.84% | - |
| XYZ | 55.83 | 63.64 | 64.6 | - |
| YUV | 205.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 201 | 0.12 | 0 | 0.07 | 0.16 | 147.69 | 0.25 | 0.79 |
| Hex | BD | D7 | C9 | C | 0 | 7 | 10 | 94 | 19 | 4F |
| Octal | 275 | 327 | 311 | 14 | 0 | 7 | 20 | 224 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11001001 | 1100 | 0 | 111 | 10000 | 10010100 | 11001 | 1001111 |
Color Harmonies of #BDD7C9
Complementary color
Monochromatic Colors of #BDD7C9
Black with #BDD7C9
Text Example
Text Example
White with #BDD7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7C9; }
p { color: rgb(189,215,201); }
H1.HeaderClassName
{
color: #BDD7C9;
}
.AnyTagClassName
{
color: #BDD7C9;
}
</style>
background-color css
<style>
a { background-color: #BDD7C9; }
a { background-color: rgb(189,215,201); }
div.DivClassName
{
background-color: #BDD7C9;
}
.BgClassName
{
background-color: #BDD7C9;
}
</style>
border-color css
<style>
span { border-color: #BDD7C9; }
span { border-color: rgb(189,215,201); }
td.TdClassName
{
border-color: #BDD7C9;
}
.TagClassName
{
border-color: #BDD7C9;
}
</style>