Shades of Jet Stream #BACFC5
Tints of Jet Stream #BACFC5
RGB
CMYK
RGB Variations
Color information
#BACFC5 (or 0xBACFC5) is known color: Jet Stream. HEX triplet: BA, CF and C5. RGB value is (186,207,197). Sum of RGB (Red+Green+Blue) = 186+207+197=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC5 is #45303A. Grayscale: #C7C7C7. Windows color (decimal): -4534331 or 12963770. OLE color: 12963770.
HSL color Cylindrical-coordinate representation of color #BACFC5: hue angle of 151.43º 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 #BACFC5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 197 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 151.43º | 0.18% | 0.77% | - |
| HSV(B) | 151.43º | 0.1% | 0.81% | - |
| XYZ | 52.64 | 59.1 | 61.46 | - |
| YUV | 199.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 197 | 0.10 | 0 | 0.05 | 0.19 | 151.43 | 0.18 | 0.77 |
| Hex | BA | CF | C5 | A | 0 | 5 | 13 | 97 | 12 | 4D |
| Octal | 272 | 317 | 305 | 12 | 0 | 5 | 23 | 227 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000101 | 1010 | 0 | 101 | 10011 | 10010111 | 10010 | 1001101 |
Color Harmonies of #BACFC5
Complementary color
Monochromatic Colors of #BACFC5
Black with #BACFC5
Text Example
Text Example
White with #BACFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC5; }
p { color: rgb(186,207,197); }
H1.HeaderClassName
{
color: #BACFC5;
}
.AnyTagClassName
{
color: #BACFC5;
}
</style>
background-color css
<style>
a { background-color: #BACFC5; }
a { background-color: rgb(186,207,197); }
div.DivClassName
{
background-color: #BACFC5;
}
.BgClassName
{
background-color: #BACFC5;
}
</style>
border-color css
<style>
span { border-color: #BACFC5; }
span { border-color: rgb(186,207,197); }
td.TdClassName
{
border-color: #BACFC5;
}
.TagClassName
{
border-color: #BACFC5;
}
</style>