Shades of Jet Stream #BAC2C0
Tints of Jet Stream #BAC2C0
RGB
CMYK
RGB Variations
Color information
#BAC2C0 (or 0xBAC2C0) is known color: Jet Stream. HEX triplet: BA, C2 and C0. RGB value is (186,194,192). Sum of RGB (Red+Green+Blue) = 186+194+192=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C0 is #453D3F. Grayscale: #BFBFBF. Windows color (decimal): -4537664 or 12632762. OLE color: 12632762.
HSL color Cylindrical-coordinate representation of color #BAC2C0: hue angle of 165º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC2C0 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 192 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.24 |
| HSL | 165º | 0.06% | 0.75% | - |
| HSV(B) | 165º | 0.04% | 0.76% | - |
| XYZ | 49.06 | 52.83 | 57.48 | - |
| YUV | 191.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 192 | 0.04 | 0 | 0.01 | 0.24 | 165 | 0.06 | 0.75 |
| Hex | BA | C2 | C0 | 4 | 0 | 1 | 18 | A5 | 6 | 4B |
| Octal | 272 | 302 | 300 | 4 | 0 | 1 | 30 | 245 | 6 | 113 |
| Binary | 10111010 | 11000010 | 11000000 | 100 | 0 | 1 | 11000 | 10100101 | 110 | 1001011 |
Color Harmonies of #BAC2C0
Complementary color
Monochromatic Colors of #BAC2C0
Black with #BAC2C0
Text Example
Text Example
White with #BAC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2C0; }
p { color: rgb(186,194,192); }
H1.HeaderClassName
{
color: #BAC2C0;
}
.AnyTagClassName
{
color: #BAC2C0;
}
</style>
background-color css
<style>
a { background-color: #BAC2C0; }
a { background-color: rgb(186,194,192); }
div.DivClassName
{
background-color: #BAC2C0;
}
.BgClassName
{
background-color: #BAC2C0;
}
</style>
border-color css
<style>
span { border-color: #BAC2C0; }
span { border-color: rgb(186,194,192); }
td.TdClassName
{
border-color: #BAC2C0;
}
.TagClassName
{
border-color: #BAC2C0;
}
</style>