Shades of Jet Stream #BAD3C8
Tints of Jet Stream #BAD3C8
RGB
CMYK
RGB Variations
Color information
#BAD3C8 (or 0xBAD3C8) is known color: Jet Stream. HEX triplet: BA, D3 and C8. RGB value is (186,211,200). Sum of RGB (Red+Green+Blue) = 186+211+200=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3C8 is #452C37. Grayscale: #CACACA. Windows color (decimal): -4533304 or 13161402. OLE color: 13161402.
HSL color Cylindrical-coordinate representation of color #BAD3C8: hue angle of 153.6º 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 #BAD3C8 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 200 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.17 |
| HSL | 153.6º | 0.22% | 0.78% | - |
| HSV(B) | 153.6º | 0.12% | 0.83% | - |
| XYZ | 53.97 | 61.2 | 63.61 | - |
| YUV | 202.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 200 | 0.12 | 0 | 0.05 | 0.17 | 153.6 | 0.22 | 0.78 |
| Hex | BA | D3 | C8 | C | 0 | 5 | 11 | 9A | 16 | 4E |
| Octal | 272 | 323 | 310 | 14 | 0 | 5 | 21 | 232 | 26 | 116 |
| Binary | 10111010 | 11010011 | 11001000 | 1100 | 0 | 101 | 10001 | 10011010 | 10110 | 1001110 |
Color Harmonies of #BAD3C8
Complementary color
Monochromatic Colors of #BAD3C8
Black with #BAD3C8
Text Example
Text Example
White with #BAD3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3C8; }
p { color: rgb(186,211,200); }
H1.HeaderClassName
{
color: #BAD3C8;
}
.AnyTagClassName
{
color: #BAD3C8;
}
</style>
background-color css
<style>
a { background-color: #BAD3C8; }
a { background-color: rgb(186,211,200); }
div.DivClassName
{
background-color: #BAD3C8;
}
.BgClassName
{
background-color: #BAD3C8;
}
</style>
border-color css
<style>
span { border-color: #BAD3C8; }
span { border-color: rgb(186,211,200); }
td.TdClassName
{
border-color: #BAD3C8;
}
.TagClassName
{
border-color: #BAD3C8;
}
</style>