Shades of Jet Stream #BAD3C9
Tints of Jet Stream #BAD3C9
RGB
CMYK
RGB Variations
Color information
#BAD3C9 (or 0xBAD3C9) is known color: Jet Stream. HEX triplet: BA, D3 and C9. RGB value is (186,211,201). Sum of RGB (Red+Green+Blue) = 186+211+201=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C9 is #452C36. Grayscale: #CACACA. Windows color (decimal): -4533303 or 13226938. OLE color: 13226938.
HSL color Cylindrical-coordinate representation of color #BAD3C9: hue angle of 156º degrees, saturation: 0.22, 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 #BAD3C9 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 201 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.17 |
| HSL | 156º | 0.22% | 0.78% | - |
| HSV(B) | 156º | 0.12% | 0.83% | - |
| XYZ | 54.09 | 61.24 | 64.23 | - |
| YUV | 202.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 201 | 0.12 | 0 | 0.05 | 0.17 | 156 | 0.22 | 0.78 |
| Hex | BA | D3 | C9 | C | 0 | 5 | 11 | 9C | 16 | 4E |
| Octal | 272 | 323 | 311 | 14 | 0 | 5 | 21 | 234 | 26 | 116 |
| Binary | 10111010 | 11010011 | 11001001 | 1100 | 0 | 101 | 10001 | 10011100 | 10110 | 1001110 |
Color Harmonies of #BAD3C9
Complementary color
Monochromatic Colors of #BAD3C9
Black with #BAD3C9
Text Example
Text Example
White with #BAD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3C9; }
p { color: rgb(186,211,201); }
H1.HeaderClassName
{
color: #BAD3C9;
}
.AnyTagClassName
{
color: #BAD3C9;
}
</style>
background-color css
<style>
a { background-color: #BAD3C9; }
a { background-color: rgb(186,211,201); }
div.DivClassName
{
background-color: #BAD3C9;
}
.BgClassName
{
background-color: #BAD3C9;
}
</style>
border-color css
<style>
span { border-color: #BAD3C9; }
span { border-color: rgb(186,211,201); }
td.TdClassName
{
border-color: #BAD3C9;
}
.TagClassName
{
border-color: #BAD3C9;
}
</style>