Shades of Jet Stream #BACFC9
Tints of Jet Stream #BACFC9
RGB
CMYK
RGB Variations
Color information
#BACFC9 (or 0xBACFC9) is known color: Jet Stream. HEX triplet: BA, CF and C9. RGB value is (186,207,201). Sum of RGB (Red+Green+Blue) = 186+207+201=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC9 is #453036. Grayscale: #C8C8C8. Windows color (decimal): -4534327 or 13225914. OLE color: 13225914.
HSL color Cylindrical-coordinate representation of color #BACFC9: hue angle of 162.86º 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 #BACFC9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 201 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.19 |
| HSL | 162.86º | 0.18% | 0.77% | - |
| HSV(B) | 162.86º | 0.1% | 0.81% | - |
| XYZ | 53.11 | 59.28 | 63.9 | - |
| YUV | 200.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 201 | 0.10 | 0 | 0.03 | 0.19 | 162.86 | 0.18 | 0.77 |
| Hex | BA | CF | C9 | A | 0 | 3 | 13 | A3 | 12 | 4D |
| Octal | 272 | 317 | 311 | 12 | 0 | 3 | 23 | 243 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11001001 | 1010 | 0 | 11 | 10011 | 10100011 | 10010 | 1001101 |
Color Harmonies of #BACFC9
Complementary color
Monochromatic Colors of #BACFC9
Black with #BACFC9
Text Example
Text Example
White with #BACFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC9; }
p { color: rgb(186,207,201); }
H1.HeaderClassName
{
color: #BACFC9;
}
.AnyTagClassName
{
color: #BACFC9;
}
</style>
background-color css
<style>
a { background-color: #BACFC9; }
a { background-color: rgb(186,207,201); }
div.DivClassName
{
background-color: #BACFC9;
}
.BgClassName
{
background-color: #BACFC9;
}
</style>
border-color css
<style>
span { border-color: #BACFC9; }
span { border-color: rgb(186,207,201); }
td.TdClassName
{
border-color: #BACFC9;
}
.TagClassName
{
border-color: #BACFC9;
}
</style>