Shades of Jet Stream #BAC8C4
Tints of Jet Stream #BAC8C4
RGB
CMYK
RGB Variations
Color information
#BAC8C4 (or 0xBAC8C4) is known color: Jet Stream. HEX triplet: BA, C8 and C4. RGB value is (186,200,196). Sum of RGB (Red+Green+Blue) = 186+200+196=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8C4 is #45373B. Grayscale: #C3C3C3. Windows color (decimal): -4536124 or 12896442. OLE color: 12896442.
HSL color Cylindrical-coordinate representation of color #BAC8C4: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC8C4 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 196 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.22 |
| HSL | 162.86º | 0.11% | 0.76% | - |
| HSV(B) | 162.86º | 0.07% | 0.78% | - |
| XYZ | 50.87 | 55.73 | 60.3 | - |
| YUV | 195.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 196 | 0.07 | 0 | 0.02 | 0.22 | 162.86 | 0.11 | 0.76 |
| Hex | BA | C8 | C4 | 7 | 0 | 2 | 16 | A3 | B | 4C |
| Octal | 272 | 310 | 304 | 7 | 0 | 2 | 26 | 243 | 13 | 114 |
| Binary | 10111010 | 11001000 | 11000100 | 111 | 0 | 10 | 10110 | 10100011 | 1011 | 1001100 |
Color Harmonies of #BAC8C4
Complementary color
Monochromatic Colors of #BAC8C4
Black with #BAC8C4
Text Example
Text Example
White with #BAC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8C4; }
p { color: rgb(186,200,196); }
H1.HeaderClassName
{
color: #BAC8C4;
}
.AnyTagClassName
{
color: #BAC8C4;
}
</style>
background-color css
<style>
a { background-color: #BAC8C4; }
a { background-color: rgb(186,200,196); }
div.DivClassName
{
background-color: #BAC8C4;
}
.BgClassName
{
background-color: #BAC8C4;
}
</style>
border-color css
<style>
span { border-color: #BAC8C4; }
span { border-color: rgb(186,200,196); }
td.TdClassName
{
border-color: #BAC8C4;
}
.TagClassName
{
border-color: #BAC8C4;
}
</style>