Shades of Jet Stream #BAD2C7
Tints of Jet Stream #BAD2C7
RGB
CMYK
RGB Variations
Color information
#BAD2C7 (or 0xBAD2C7) is known color: Jet Stream. HEX triplet: BA, D2 and C7. RGB value is (186,210,199). Sum of RGB (Red+Green+Blue) = 186+210+199=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C7 is #452D38. Grayscale: #C9C9C9. Windows color (decimal): -4533561 or 13095610. OLE color: 13095610.
HSL color Cylindrical-coordinate representation of color #BAD2C7: hue angle of 152.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2C7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 199 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.18 |
| HSL | 152.5º | 0.21% | 0.78% | - |
| HSV(B) | 152.5º | 0.11% | 0.82% | - |
| XYZ | 53.61 | 60.66 | 62.92 | - |
| YUV | 201.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 199 | 0.11 | 0 | 0.05 | 0.18 | 152.5 | 0.21 | 0.78 |
| Hex | BA | D2 | C7 | B | 0 | 5 | 12 | 98 | 15 | 4E |
| Octal | 272 | 322 | 307 | 13 | 0 | 5 | 22 | 230 | 25 | 116 |
| Binary | 10111010 | 11010010 | 11000111 | 1011 | 0 | 101 | 10010 | 10011000 | 10101 | 1001110 |
Color Harmonies of #BAD2C7
Complementary color
Monochromatic Colors of #BAD2C7
Black with #BAD2C7
Text Example
Text Example
White with #BAD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2C7; }
p { color: rgb(186,210,199); }
H1.HeaderClassName
{
color: #BAD2C7;
}
.AnyTagClassName
{
color: #BAD2C7;
}
</style>
background-color css
<style>
a { background-color: #BAD2C7; }
a { background-color: rgb(186,210,199); }
div.DivClassName
{
background-color: #BAD2C7;
}
.BgClassName
{
background-color: #BAD2C7;
}
</style>
border-color css
<style>
span { border-color: #BAD2C7; }
span { border-color: rgb(186,210,199); }
td.TdClassName
{
border-color: #BAD2C7;
}
.TagClassName
{
border-color: #BAD2C7;
}
</style>