Shades of Jet Stream #BAD4CE
Tints of Jet Stream #BAD4CE
RGB
CMYK
RGB Variations
Color information
#BAD4CE (or 0xBAD4CE) is known color: Jet Stream. HEX triplet: BA, D4 and CE. RGB value is (186,212,206). Sum of RGB (Red+Green+Blue) = 186+212+206=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4CE is #452B31. Grayscale: #CBCBCB. Windows color (decimal): -4533042 or 13554874. OLE color: 13554874.
HSL color Cylindrical-coordinate representation of color #BAD4CE: hue angle of 166.15º 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 #BAD4CE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 206 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.17 |
| HSL | 166.15º | 0.23% | 0.78% | - |
| HSV(B) | 166.15º | 0.12% | 0.83% | - |
| XYZ | 54.93 | 61.98 | 67.46 | - |
| YUV | 203.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 206 | 0.12 | 0 | 0.03 | 0.17 | 166.15 | 0.23 | 0.78 |
| Hex | BA | D4 | CE | C | 0 | 3 | 11 | A6 | 17 | 4E |
| Octal | 272 | 324 | 316 | 14 | 0 | 3 | 21 | 246 | 27 | 116 |
| Binary | 10111010 | 11010100 | 11001110 | 1100 | 0 | 11 | 10001 | 10100110 | 10111 | 1001110 |
Color Harmonies of #BAD4CE
Complementary color
Monochromatic Colors of #BAD4CE
Black with #BAD4CE
Text Example
Text Example
White with #BAD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4CE; }
p { color: rgb(186,212,206); }
H1.HeaderClassName
{
color: #BAD4CE;
}
.AnyTagClassName
{
color: #BAD4CE;
}
</style>
background-color css
<style>
a { background-color: #BAD4CE; }
a { background-color: rgb(186,212,206); }
div.DivClassName
{
background-color: #BAD4CE;
}
.BgClassName
{
background-color: #BAD4CE;
}
</style>
border-color css
<style>
span { border-color: #BAD4CE; }
span { border-color: rgb(186,212,206); }
td.TdClassName
{
border-color: #BAD4CE;
}
.TagClassName
{
border-color: #BAD4CE;
}
</style>