Shades of Jet Stream #BACDC6
Tints of Jet Stream #BACDC6
RGB
CMYK
RGB Variations
Color information
#BACDC6 (or 0xBACDC6) is known color: Jet Stream. HEX triplet: BA, CD and C6. RGB value is (186,205,198). Sum of RGB (Red+Green+Blue) = 186+205+198=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC6 is #453239. Grayscale: #C6C6C6. Windows color (decimal): -4534842 or 13028794. OLE color: 13028794.
HSL color Cylindrical-coordinate representation of color #BACDC6: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDC6 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 198 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.20 |
| HSL | 157.89º | 0.16% | 0.77% | - |
| HSV(B) | 157.89º | 0.09% | 0.8% | - |
| XYZ | 52.27 | 58.18 | 61.9 | - |
| YUV | 198.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 198 | 0.09 | 0 | 0.03 | 0.20 | 157.89 | 0.16 | 0.77 |
| Hex | BA | CD | C6 | 9 | 0 | 3 | 14 | 9E | 10 | 4D |
| Octal | 272 | 315 | 306 | 11 | 0 | 3 | 24 | 236 | 20 | 115 |
| Binary | 10111010 | 11001101 | 11000110 | 1001 | 0 | 11 | 10100 | 10011110 | 10000 | 1001101 |
Color Harmonies of #BACDC6
Complementary color
Monochromatic Colors of #BACDC6
Black with #BACDC6
Text Example
Text Example
White with #BACDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDC6; }
p { color: rgb(186,205,198); }
H1.HeaderClassName
{
color: #BACDC6;
}
.AnyTagClassName
{
color: #BACDC6;
}
</style>
background-color css
<style>
a { background-color: #BACDC6; }
a { background-color: rgb(186,205,198); }
div.DivClassName
{
background-color: #BACDC6;
}
.BgClassName
{
background-color: #BACDC6;
}
</style>
border-color css
<style>
span { border-color: #BACDC6; }
span { border-color: rgb(186,205,198); }
td.TdClassName
{
border-color: #BACDC6;
}
.TagClassName
{
border-color: #BACDC6;
}
</style>