Shades of Jet Stream #BDD3C9
Tints of Jet Stream #BDD3C9
RGB
CMYK
RGB Variations
Color information
#BDD3C9 (or 0xBDD3C9) is known color: Jet Stream. HEX triplet: BD, D3 and C9. RGB value is (189,211,201). Sum of RGB (Red+Green+Blue) = 189+211+201=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C9 is #422C36. Grayscale: #CBCBCB. Windows color (decimal): -4336695 or 13226941. OLE color: 13226941.
HSL color Cylindrical-coordinate representation of color #BDD3C9: hue angle of 152.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 201 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.17 |
| HSL | 152.73º | 0.2% | 0.78% | - |
| HSV(B) | 152.73º | 0.1% | 0.83% | - |
| XYZ | 54.82 | 61.62 | 64.26 | - |
| YUV | 203.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 201 | 0.10 | 0 | 0.05 | 0.17 | 152.73 | 0.2 | 0.78 |
| Hex | BD | D3 | C9 | A | 0 | 5 | 11 | 99 | 14 | 4E |
| Octal | 275 | 323 | 311 | 12 | 0 | 5 | 21 | 231 | 24 | 116 |
| Binary | 10111101 | 11010011 | 11001001 | 1010 | 0 | 101 | 10001 | 10011001 | 10100 | 1001110 |
Color Harmonies of #BDD3C9
Complementary color
Monochromatic Colors of #BDD3C9
Black with #BDD3C9
Text Example
Text Example
White with #BDD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3C9; }
p { color: rgb(189,211,201); }
H1.HeaderClassName
{
color: #BDD3C9;
}
.AnyTagClassName
{
color: #BDD3C9;
}
</style>
background-color css
<style>
a { background-color: #BDD3C9; }
a { background-color: rgb(189,211,201); }
div.DivClassName
{
background-color: #BDD3C9;
}
.BgClassName
{
background-color: #BDD3C9;
}
</style>
border-color css
<style>
span { border-color: #BDD3C9; }
span { border-color: rgb(189,211,201); }
td.TdClassName
{
border-color: #BDD3C9;
}
.TagClassName
{
border-color: #BDD3C9;
}
</style>