Shades of Jet Stream #BACFC7
Tints of Jet Stream #BACFC7
RGB
CMYK
RGB Variations
Color information
#BACFC7 (or 0xBACFC7) is known color: Jet Stream. HEX triplet: BA, CF and C7. RGB value is (186,207,199). Sum of RGB (Red+Green+Blue) = 186+207+199=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC7 is #453038. Grayscale: #C7C7C7. Windows color (decimal): -4534329 or 13094842. OLE color: 13094842.
HSL color Cylindrical-coordinate representation of color #BACFC7: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFC7 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 199 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.19 |
| HSL | 157.14º | 0.18% | 0.77% | - |
| HSV(B) | 157.14º | 0.1% | 0.81% | - |
| XYZ | 52.87 | 59.19 | 62.67 | - |
| YUV | 199.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 199 | 0.10 | 0 | 0.04 | 0.19 | 157.14 | 0.18 | 0.77 |
| Hex | BA | CF | C7 | A | 0 | 4 | 13 | 9D | 12 | 4D |
| Octal | 272 | 317 | 307 | 12 | 0 | 4 | 23 | 235 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000111 | 1010 | 0 | 100 | 10011 | 10011101 | 10010 | 1001101 |
Color Harmonies of #BACFC7
Complementary color
Monochromatic Colors of #BACFC7
Black with #BACFC7
Text Example
Text Example
White with #BACFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC7; }
p { color: rgb(186,207,199); }
H1.HeaderClassName
{
color: #BACFC7;
}
.AnyTagClassName
{
color: #BACFC7;
}
</style>
background-color css
<style>
a { background-color: #BACFC7; }
a { background-color: rgb(186,207,199); }
div.DivClassName
{
background-color: #BACFC7;
}
.BgClassName
{
background-color: #BACFC7;
}
</style>
border-color css
<style>
span { border-color: #BACFC7; }
span { border-color: rgb(186,207,199); }
td.TdClassName
{
border-color: #BACFC7;
}
.TagClassName
{
border-color: #BACFC7;
}
</style>