Shades of Jet Stream #B9D3CD
Tints of Jet Stream #B9D3CD
RGB
CMYK
RGB Variations
Color information
#B9D3CD (or 0xB9D3CD) is known color: Jet Stream. HEX triplet: B9, D3 and CD. RGB value is (185,211,205). Sum of RGB (Red+Green+Blue) = 185+211+205=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3CD is #462C32. Grayscale: #CACACA. Windows color (decimal): -4598835 or 13489081. OLE color: 13489081.
HSL color Cylindrical-coordinate representation of color #B9D3CD: hue angle of 166.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3CD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 205 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.17 |
| HSL | 166.15º | 0.23% | 0.78% | - |
| HSV(B) | 166.15º | 0.12% | 0.83% | - |
| XYZ | 54.32 | 61.31 | 66.73 | - |
| YUV | 202.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 205 | 0.12 | 0 | 0.03 | 0.17 | 166.15 | 0.23 | 0.78 |
| Hex | B9 | D3 | CD | C | 0 | 3 | 11 | A6 | 17 | 4E |
| Octal | 271 | 323 | 315 | 14 | 0 | 3 | 21 | 246 | 27 | 116 |
| Binary | 10111001 | 11010011 | 11001101 | 1100 | 0 | 11 | 10001 | 10100110 | 10111 | 1001110 |
Color Harmonies of #B9D3CD
Complementary color
Monochromatic Colors of #B9D3CD
Black with #B9D3CD
Text Example
Text Example
White with #B9D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3CD; }
p { color: rgb(185,211,205); }
H1.HeaderClassName
{
color: #B9D3CD;
}
.AnyTagClassName
{
color: #B9D3CD;
}
</style>
background-color css
<style>
a { background-color: #B9D3CD; }
a { background-color: rgb(185,211,205); }
div.DivClassName
{
background-color: #B9D3CD;
}
.BgClassName
{
background-color: #B9D3CD;
}
</style>
border-color css
<style>
span { border-color: #B9D3CD; }
span { border-color: rgb(185,211,205); }
td.TdClassName
{
border-color: #B9D3CD;
}
.TagClassName
{
border-color: #B9D3CD;
}
</style>