Shades of Jet Stream #BACFC6
Tints of Jet Stream #BACFC6
RGB
CMYK
RGB Variations
Color information
#BACFC6 (or 0xBACFC6) is known color: Jet Stream. HEX triplet: BA, CF and C6. RGB value is (186,207,198). Sum of RGB (Red+Green+Blue) = 186+207+198=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC6 is #453039. Grayscale: #C7C7C7. Windows color (decimal): -4534330 or 13029306. OLE color: 13029306.
HSL color Cylindrical-coordinate representation of color #BACFC6: hue angle of 154.29º 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 #BACFC6 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 198 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.19 |
| HSL | 154.29º | 0.18% | 0.77% | - |
| HSV(B) | 154.29º | 0.1% | 0.81% | - |
| XYZ | 52.76 | 59.14 | 62.06 | - |
| YUV | 199.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 198 | 0.10 | 0 | 0.04 | 0.19 | 154.29 | 0.18 | 0.77 |
| Hex | BA | CF | C6 | A | 0 | 4 | 13 | 9A | 12 | 4D |
| Octal | 272 | 317 | 306 | 12 | 0 | 4 | 23 | 232 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000110 | 1010 | 0 | 100 | 10011 | 10011010 | 10010 | 1001101 |
Color Harmonies of #BACFC6
Complementary color
Monochromatic Colors of #BACFC6
Black with #BACFC6
Text Example
Text Example
White with #BACFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC6; }
p { color: rgb(186,207,198); }
H1.HeaderClassName
{
color: #BACFC6;
}
.AnyTagClassName
{
color: #BACFC6;
}
</style>
background-color css
<style>
a { background-color: #BACFC6; }
a { background-color: rgb(186,207,198); }
div.DivClassName
{
background-color: #BACFC6;
}
.BgClassName
{
background-color: #BACFC6;
}
</style>
border-color css
<style>
span { border-color: #BACFC6; }
span { border-color: rgb(186,207,198); }
td.TdClassName
{
border-color: #BACFC6;
}
.TagClassName
{
border-color: #BACFC6;
}
</style>