Shades of Jet Stream #BAD6CE
Tints of Jet Stream #BAD6CE
RGB
CMYK
RGB Variations
Color information
#BAD6CE (or 0xBAD6CE) is known color: Jet Stream. HEX triplet: BA, D6 and CE. RGB value is (186,214,206). Sum of RGB (Red+Green+Blue) = 186+214+206=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6CE is #452931. Grayscale: #CCCCCC. Windows color (decimal): -4532530 or 13555386. OLE color: 13555386.
HSL color Cylindrical-coordinate representation of color #BAD6CE: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6CE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 206 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.16 |
| HSL | 162.86º | 0.25% | 0.78% | - |
| HSV(B) | 162.86º | 0.13% | 0.84% | - |
| XYZ | 55.44 | 62.99 | 67.63 | - |
| YUV | 204.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 206 | 0.13 | 0 | 0.04 | 0.16 | 162.86 | 0.25 | 0.78 |
| Hex | BA | D6 | CE | D | 0 | 4 | 10 | A3 | 19 | 4E |
| Octal | 272 | 326 | 316 | 15 | 0 | 4 | 20 | 243 | 31 | 116 |
| Binary | 10111010 | 11010110 | 11001110 | 1101 | 0 | 100 | 10000 | 10100011 | 11001 | 1001110 |
Color Harmonies of #BAD6CE
Complementary color
Monochromatic Colors of #BAD6CE
Black with #BAD6CE
Text Example
Text Example
White with #BAD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6CE; }
p { color: rgb(186,214,206); }
H1.HeaderClassName
{
color: #BAD6CE;
}
.AnyTagClassName
{
color: #BAD6CE;
}
</style>
background-color css
<style>
a { background-color: #BAD6CE; }
a { background-color: rgb(186,214,206); }
div.DivClassName
{
background-color: #BAD6CE;
}
.BgClassName
{
background-color: #BAD6CE;
}
</style>
border-color css
<style>
span { border-color: #BAD6CE; }
span { border-color: rgb(186,214,206); }
td.TdClassName
{
border-color: #BAD6CE;
}
.TagClassName
{
border-color: #BAD6CE;
}
</style>