Shades of Jet Stream #BAD4CF
Tints of Jet Stream #BAD4CF
RGB
CMYK
RGB Variations
Color information
#BAD4CF (or 0xBAD4CF) is known color: Jet Stream. HEX triplet: BA, D4 and CF. RGB value is (186,212,207). Sum of RGB (Red+Green+Blue) = 186+212+207=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4CF is #452B30. Grayscale: #CBCBCB. Windows color (decimal): -4533041 or 13620410. OLE color: 13620410.
HSL color Cylindrical-coordinate representation of color #BAD4CF: hue angle of 168.46º 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 #BAD4CF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 207 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.17 |
| HSL | 168.46º | 0.23% | 0.78% | - |
| HSV(B) | 168.46º | 0.12% | 0.83% | - |
| XYZ | 55.06 | 62.03 | 68.1 | - |
| YUV | 203.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 207 | 0.12 | 0 | 0.02 | 0.17 | 168.46 | 0.23 | 0.78 |
| Hex | BA | D4 | CF | C | 0 | 2 | 11 | A8 | 17 | 4E |
| Octal | 272 | 324 | 317 | 14 | 0 | 2 | 21 | 250 | 27 | 116 |
| Binary | 10111010 | 11010100 | 11001111 | 1100 | 0 | 10 | 10001 | 10101000 | 10111 | 1001110 |
Color Harmonies of #BAD4CF
Complementary color
Monochromatic Colors of #BAD4CF
Black with #BAD4CF
Text Example
Text Example
White with #BAD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4CF; }
p { color: rgb(186,212,207); }
H1.HeaderClassName
{
color: #BAD4CF;
}
.AnyTagClassName
{
color: #BAD4CF;
}
</style>
background-color css
<style>
a { background-color: #BAD4CF; }
a { background-color: rgb(186,212,207); }
div.DivClassName
{
background-color: #BAD4CF;
}
.BgClassName
{
background-color: #BAD4CF;
}
</style>
border-color css
<style>
span { border-color: #BAD4CF; }
span { border-color: rgb(186,212,207); }
td.TdClassName
{
border-color: #BAD4CF;
}
.TagClassName
{
border-color: #BAD4CF;
}
</style>