Shades of Jet Stream #BAD1C6
Tints of Jet Stream #BAD1C6
RGB
CMYK
RGB Variations
Color information
#BAD1C6 (or 0xBAD1C6) is known color: Jet Stream. HEX triplet: BA, D1 and C6. RGB value is (186,209,198). Sum of RGB (Red+Green+Blue) = 186+209+198=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1C6 is #452E39. Grayscale: #C8C8C8. Windows color (decimal): -4533818 or 13029818. OLE color: 13029818.
HSL color Cylindrical-coordinate representation of color #BAD1C6: hue angle of 151.3º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1C6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 198 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.18 |
| HSL | 151.3º | 0.2% | 0.77% | - |
| HSV(B) | 151.3º | 0.11% | 0.82% | - |
| XYZ | 53.24 | 60.12 | 62.22 | - |
| YUV | 200.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 198 | 0.11 | 0 | 0.05 | 0.18 | 151.3 | 0.2 | 0.77 |
| Hex | BA | D1 | C6 | B | 0 | 5 | 12 | 97 | 14 | 4D |
| Octal | 272 | 321 | 306 | 13 | 0 | 5 | 22 | 227 | 24 | 115 |
| Binary | 10111010 | 11010001 | 11000110 | 1011 | 0 | 101 | 10010 | 10010111 | 10100 | 1001101 |
Color Harmonies of #BAD1C6
Complementary color
Monochromatic Colors of #BAD1C6
Black with #BAD1C6
Text Example
Text Example
White with #BAD1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1C6; }
p { color: rgb(186,209,198); }
H1.HeaderClassName
{
color: #BAD1C6;
}
.AnyTagClassName
{
color: #BAD1C6;
}
</style>
background-color css
<style>
a { background-color: #BAD1C6; }
a { background-color: rgb(186,209,198); }
div.DivClassName
{
background-color: #BAD1C6;
}
.BgClassName
{
background-color: #BAD1C6;
}
</style>
border-color css
<style>
span { border-color: #BAD1C6; }
span { border-color: rgb(186,209,198); }
td.TdClassName
{
border-color: #BAD1C6;
}
.TagClassName
{
border-color: #BAD1C6;
}
</style>